elixir_script v0.4.0 Release Notes

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

    • bitstrings
    • ๐Ÿ‘ Better Pattern Matching (Does not support bitstrings yet)
    • Capture Operator
    • โž• Added more functions from the list standard library

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated variable implementation to match Elixir's (i.e. Reusing the same variable name creates a new one in the background)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed multi arity implementation