Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 596 Bytes

File metadata and controls

22 lines (18 loc) · 596 Bytes

PLAN

  • Implement Bare bones seed language in Ruby, with JS, Ruby, and PHP output

    • JavaScript
    • Ruby
    • PHP
  • First implement runtime in platform language using whatever resources are available to map to the desired functionality

    • JS - mori.js for immutable data structures
    • Ruby - hamster for immutable data structures
  • Implement runtime in seed language

    • Implement HAMT data structures
      • started by porting HAMT.js
  • Implement PB&J in WonderScript

    • use SASS and HAML to provide alternate syntax

TODO

  • Add loop/recur and try/catch/finally