Compile and Run a ClojureScript Command-line App on Node.js with Lumo

InstructorAlan Shaw

Share this video with your friends

Send Tweet

We'll use Lumo, a cross-platform standalone ClojureScript compiler and Node.js environment, to create Hello as a command-line application.

In this lesson, I’ll show you how to install Lumo through NPM, invoke a function in ClojureScript, and use the println function from the core library.

Stephen Matthew Davies
~ 3 years ago

Doesn't work, unfortunately. Installing lumo via npm does not add it to an env,

Stephen Matthew Davies
~ 3 years ago

env: lumo: No such file or directory

Stephen Matthew Davies
~ 3 years ago

Also, no brew formula found for lumo, I think this course is massively outdated

Alan Shawinstructor
~ 3 years ago

Yes, it appears that lumo is no longer available via brew, but installing it with npm still works. Npm installs lumo in /usr/local/bin. Env will find lumo if that directory is in your PATH.