danielgtaylor / nesh

An enhanced, extensible interactive shell for Node.js and CoffeeScript
http://danielgtaylor.github.io/nesh/
MIT License
287 stars 27 forks source link

Nesh language extension (wisp) #35

Open robjens opened 9 years ago

robjens commented 9 years ago

Just thought I'd drop it here (as well). I hacked together a quick wisp language extension for nesh using the included source (courtesy of) babel. Not sure if I did everything right but the minimal working example I guess. Any Clojure-aficionados like myself might appreciate it; works nicely with macro's too - better than wisps own REPL.

https://gist.github.com/robjens/65d5639859cfe4fd331d

danielgtaylor commented 9 years ago

Thanks for sharing!