1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Dov Murik
d953db84fc js: Fix interop, update web REPL page
* js* renamed to js-eval and is no longer a special form (just a normal
  function in core.js)
* . is no longer a special form (just a normal function in core.js)
* fixed object/method parsing of first argument to .
* added tests for .
* updated mal.html: "Mal at a glance" shows all Mal functions
2016-06-14 23:21:38 -04:00
wendelb
fc5c2c6fb3 Updated mal.html
Make the demo working again on current Firefox & Chrome Versions
2015-12-29 21:32:02 +01:00
Joel Martin
127fcbe080 mal.html: Fix title typo (#86). 2015-09-16 09:47:29 -05:00
Joel Martin
b58698b257 JS: add localStorage history load/save. Slurp using sync XHR. 2014-04-27 16:55:31 -05:00
Joel Martin
a9993e0a68 JS web: use/import to Himera style web REPL. 2014-04-26 16:03:03 -05:00
Joel Martin
e439350417 JS: switch from josh.js console to jqconsole.
js/web/jqconsole.min.js and web/ansi.css are from
https://github.com/replit/jq-console and licensed MIT.
2014-04-26 14:19:49 -05:00
Joel Martin
31b4416181 JS: fix web interface. 2014-04-06 16:40:55 -05:00
Joel Martin
3169070063 Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00