Last active
June 7, 2021 21:53
-
-
Save myrho/8a7bbff836ee4d99cfb533db0b6906c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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