Skip to content

lamdu/presentation-live-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presetation

The context of presenting right now is that we intend to prepare and submit a video presentation to the LIVE 2018 workshop (deadline: 2018.08.17) and need to decide what to present.

The problem is that Lamdu is somewhat challenging to present. Paul Chiusano's article on incrementalism expands on this topic quite well.

The gist of the problem is that Lamdu is a big and novel project with many aspects to describe, but it's also essential to keep the presentation focused. We got to this predicament as we've focused more on coding and less on presenting our research, in contrast to academics, who typically continually update on their advances so at any given point in time there is only the recent new material to present.

Script - Scaling the REPL experience

See also: Draft video

See Script.md

Scenes

Ideas for possible "scenes"/parts which can be used to construct the presentation -

Textual freedom taken to the absurd

This shtick's goal is to provide the intuition for how complete freedom of textual editing is not needed.

  • Present animation of code written in random order (with syntax highlighting)
  • Narrate that few programmers program this way
  • Extra "funny" video of a finger moving the cursor via the track-bar, then pressing a key, then going back to the track bar etc several times in sequence

Current state vs our 2014 video

We've prepared a video for the 2014 Future Programming Workshop.

Many things have changed since then which make things easier to explain:

  • Lamdu's graphic design is better and clearer
  • We show less types by default. Less things on screen - less to initially explain
  • The old complicated "exported type" model is gone. Replaced with a simple model that gets out of the way
  • Records as multiple params sugar makes code look more familiar
  • We display the setting of which annotation mode is currently selected
  • No need to press space to apply a transformation. Can just start typing the operator or function to use
  • In general we've reached the WYTIWYS term/concept, which explains succinctly that the interface is simply still just typing text
  • No need to delve into the mechanisms of hole results prioritization as Lamdu has a lot of more interesting things to describe now
  • Where the previous video emphasized feedback from types, currently one might get more easily understandable feedback via values

Also some things have progressed in the world as well:

  • Holes have become familiar and popular in Haskell, Idris, etc.
  • Live-reloading has become more popular

Review similar projects & presentations

Hazel, Unison, and others intend (or originally intended) to develop the same vision that we do, but are much better at communicating their vision. Perhaps we should learn from their presentations. Also we should review our own existing 2014 FPW video.

Specific essays / possible citations

  • Glen Chiacchieri's Legible Mathematics describes our notation for intermediate value annotations. He arrived at this notation independently (at 2014 when we only had it for types, we added evaluation in 2015).

About

Work on presentation for LIVE 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published