Embed presentation
Download to read offline





















ElixirScript is a source-to-source compiler that takes Elixir code and compiles it to JavaScript. It allows developers to write code in Elixir and compile it to run on the web. Some key features it supports include modules, functions, pattern matching, and protocols. However, it has some limitations like incomplete standard library support and buggy process handling. While interesting for research, it is not yet ready for production use due to lack of documentation and stability issues.



















