0.2.0
Pre-release
Pre-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