New top story on Hacker News: Create ad-hoc ClojureScript scripts on Node.js with nbb

Create ad-hoc ClojureScript scripts on Node.js with nbb
12 by Borkdude | 0 comments on Hacker News.
Nbb is a scripting environment that aims to make it easier to create ad-hoc scripts on Node.js using ClojureScript. It does not need a JVM for compilation: just use npm and you're good to go. Code is interpreted instead of compiled, which for scripting is usually ok. If your project outgrows the scripting phase, you can migrate to a proper ClojureScript compiler setup. Give it a try if you're curious about ClojureScript. https://ift.tt/2V3KjP6

Comments

Popular posts from this blog