Friday, May 13, 2011

First release of Map

First release of Map complete! Grab the code here:
https://github.com/farrellm/Map
Not as ambitious a release as I had hoped, but it's a start. Current features include:

  • literal constants (integer, floating point, string, and symbol)
  • function application
  • native function framework (sqrt, exit)
  • sequence special form
  • REPL
Planned features (in no particular order):
  • Android app
  • collections and aggregate functions (map, reduce)
  • streams
  • more special forms (let, if, lambda)
  • full static typing with type inference

No comments:

Post a Comment