elixir_script v0.2.0 Release Notes

Release Date: 2015-04-12 // almost 9 years ago
  • โž• Added

    • Pipe operator
    • String interpolation
    • โž• Adding more functions to the Kernel module
    • Fully implemented Tuple module
    • Fully implemented Atom module
    • Fully implemented Range module

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Now checking to see if a function is a Kernel function and prepending Kernel to it
    • Now turning Atoms into an Atom javascript object instead of a Symbol
    • Now turning tuples into a Tuple javascript object
    • Can now call properties and zero parameter functions correctly
    • case, cond, and if are now turned into if statements wrapped in function closures
    • Anonymous functions are now turned into anonymous functions in javascript insteed of arrow functions