hunghuynh.github.io

Write something about you here...


Blog | Archive | Resume | Projects

Clojure With Lein

20 Mar 2018 | clojure

Lein

Create app with lein

lein new app todo-app

run test with lein

lein test
lein repl
lein run
comments powered by Disqus

Older · View Archive (4)

Clojure By Example

Hello World

The entrie line of the code (….) is called a form in Clojure

(println "Hello World")

Newer

React-Native with FlashCard

React-Native