“I did meet John McCarthy of LISP fame in 1977.” -- Brendan Eich, of JavaScript fame.
Code repo for my presentation: Back To Front with Clojure.
Devcards latest build is at: http://clarc.s3-website-ap-southeast-1.amazonaws.com/
App latest build is at: http://clarc.s3-website-ap-southeast-1.amazonaws.com/mini-app/
- CHANGED: figwheel server port is now
3450
. - ADDED: local datalog DB (DataScript), see
src/clarc/local_db/*
- WIP: simple server with websocket communication.
- Example app: using local db.
- Example app: interacting with the server.
- Datomic integration.
- Example app: full stack application.
- Onyx integration.
- Example app: distributed application.
From the main project dir, run in a terminal:
lein figwheel
or rlwrap lein figwheel
on OSX.
When the dust settles down, browse to
http://localhost:3450/index.html
.
GitHub issues and PRs are welcome. The authors cannot commit to address them within any delay, or at all.
This software relies on the works of many others (thank you!).
Their respective licenses are included with source code in the linked packages (see the dependencies section of project.clj
).
The rest is Public Domain.
To the extent possible under law, François De Serres has waived all copyright and related or neighboring rights to clarc. This work is published from: Singapore.
@fdserr on Twitter, GitHub, Medium.