Skip to content

BizagiStudio/ClojureNode

Repository files navigation

ClojureNode

Funcional Programming with Clojure (ClojureScript) & Nodejs.

Exercises based on http://xuanji.appspot.com/isicp/1-1-elements.html

Quick-Install

  1. Install NPM Modules
npm install
  1. Build Node project

Windows

java -cp "cljs.jar;src" clojure.main node.clj 

Other

java -cp cljs.jar:src clojure.main node.clj
  1. Run Node
node main.js

Interact with REPL

  1. Install NPM Modules
npm install
  1. Build Node REPL project

Windows

 java -cp "cljs.jar;src" clojure.main node-repl.clj

Other

rlwrap java -cp cljs.jar:src clojure.main node-repl.clj

3.Try evaluating ....

cljs.user=> (require '[exercises.core :as start])
(start/(square-sum-larger 2 8 4))

For more information visit https://github.com/clojure/clojurescript

About

Funcional Programming with Clojure & Nodejs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published