Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@bryanjos bryanjos released this 12 Apr 20:43
· 1277 commits to master since this release
  • Enhancements
    • Pipe operator
    • String interpolation
    • Adding more functions to the Kernel module
    • 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
    • Fully implemented Tuple module
    • Fully implemented Atom module
    • Fully implemented Range module
    • 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