Skip to content

Instantly share code, notes, and snippets.

@myrho
Last active June 7, 2021 21:53
Show Gist options
  • Select an option

  • Save myrho/8a7bbff836ee4d99cfb533db0b6906c9 to your computer and use it in GitHub Desktop.

Select an option

Save myrho/8a7bbff836ee4d99cfb533db0b6906c9 to your computer and use it in GitHub Desktop.
Lightning Talk proposal for ReactiveConf 2017
http://www.reactiveconf.com
#ReactiveConf
Porting Prezi to Elm in 99 lines of code
Elm is a statically-typed functional programming language. Its compiler produces safe JavaScript which is guaranteed to be free of runtime exceptions.
Moreover Elm comes with several powerful abstractions which let us build visual and reactive Web applications in a few lines of code.
As an example, I show the implementation of a simple framework for building Prezi-like presentations in just 99 lines of code.
Of course, the slides are made of Elm!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment