zot / Leisure

Polyglot, document-based computing environment. Leisure is very much in flux, right now; please check the readme, below. For a taste of the new version, click the link below, but be warned that it only works in Chrome.
http://zot.github.io/Leisure/?load=elisp/README.org
Other
114 stars 8 forks source link

Make code files completely monadic #58

Closed zot closed 11 years ago

zot commented 11 years ago

functions in a JS file should be defined within monads, to respond to the environment properly

zot commented 11 years ago

OK, seems to work :)

zot commented 11 years ago

Whew! Execution nesting works properly with require, now! Now we can make settings that are local to each file, like parse filters!

zot commented 11 years ago

Made modules return a monad instead of creating definitions right away