minimal-xyz / minimal-cljs

Minimal script to run ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal code to run ClojureScript

on Node.js with shadow-cljs.

Alternatively, you may try Lumo or Planck to run ClojureScript code with an interpreter.

Usage

npm install
npm shadow-cljs watch app

And run

node target/main.js

You will see Hello world printed in the console.

License

MIT

About

Minimal script to run ClojureScript


Languages

Language:Clojure 100.0%