9 Best Articles in 2021
hoplon.io
Hoplon, a ClojureScript Web Framework
hoplon.io
2 min read · 10 saves · From 2013 · ClojureScript Web Framework
cljsrn.org
ClojureScript + React Native
cljsrn.org
2 min read · 11 saves · From 2016 · Resources for developers using ClojureScript to build React Native apps.DiscussionUsingRe-NatalRe-Natal is the most popular and most actively developed. The consensus on #cljsrn slack channel is that…
github.com
magomimmo/modern-cljs
github.com
13 saves · From 2015 · modern-cljs - A series of tutorials on ClojureScript
thi.ng
thi.ng - computational design tools for Clojure & Clojurescript
thi.ng
1 min read · 34 saves · From 2015 · thi.ng is an open source collection of 20+ computational design tools for Clojure & Clojurescript: generative design, data visualization, digital fabrication, linked data, graph processing and more...
github.com
tonsky/datascript
github.com
13 saves · From 2015 · datascript - Immutable database and Datalog query engine for Clojure, ClojureScript and JS
spacjer.com
ClojureScript: JavaScript Interop
spacjer.com
7 min read · 11 saves · From 2016 · (this post was updated on 15th of March 2015)
As I mentioned before on this blog, I’m in the ongoing process of learning Clojure (and ClojureScript). To better understand the language, I’ve written small web application. For fun I decided that all my front end code will be written in ClojureScript. Because I needed to use external JavaScript API (Bing Maps AJAX Control) I wrote quite a bit of JavaScript interop code - the syntax wasn’t obvious for me and I couldn’t find a place that have all tha
github.com
bhauman/lein-figwheel
github.com
10 saves · From 2015 · lein-figwheel - Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
swannodette.github.io
ClojureScript Next
swannodette.github.io
17 saves · From 2015 · I've been enamoured with languages in the Lisp family ever since I first encountered The Structure and Interpretation of Computer Programs now more than a decade ago. At the time I was disappointed…
clojurescript.org
ClojureScript is not an Island: Integrating Node Modules
clojurescript.org
2 min read · 10 saves · From 2017 · We have built on Maria’s modules work to account for this new Closure feature, and the next release of ClojureScript represents yet another major milestone in making arbitrary JavaScript modules…
More like this
blog.getprismatic.com
Om sweet Om: (high-)functional frontend engineering with ClojureScript and React
blog.getprismatic.com
28 saves · From 2014 · Check back later. Home Transfer Renew Domain Pricing Email About Us Help Your Account Copyright © 2017 Hover
juxt.pro
JUXT Radar
juxt.pro
10 min read · 26 saves · From 2016 · \"JUXT - a software development and consulting firm focussing on effective delivery empowered by the Clojure and ClojureScript programming languages.\"
parens-of-the-dead.com
Parens of the Dead
parens-of-the-dead.com
12 saves · From 2015 · Starting with an empty folder, we'll lay the technical groundwork for our game. We'll get a Clojure web server up and running, compiling and sending ClojureScript to the browser.In this one, we create…
himera.herokuapp.com
Himera Synonym
himera.herokuapp.com
11 saves · From 2015 · var numbers = [0, 1, 2, 3, 4, 5, 7, 8, 9, 10]; var filtered = numbers.filter(function(n) { return n % 5 == 0; }); // filters entire array var firstn = filtered[0]; // but we only want the first one
swannodette.github.io
Communicating Sequential Processes
swannodette.github.io
14 saves · From 2015 · With the arrival of core.async, ClojureScript provides a powerful advantage over other popular compile to JavaScript languages like CoffeeScript, Dart, and TypeScript. These languages fail to address…
swannodette.github.io
The Future of JavaScript MVC Frameworks
swannodette.github.io
67 saves · From 2014 · often devs still approach performance of JS code as if they are riding a horse cart but the horse had long been replaced with fusion reactor— Vyacheslav Egorov (@mraleph) December 13, 2013 We've known…
github.com
swannodette/mori
github.com
10 saves · From 2014 · mori - ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript
github.com
airbnb/react-dates
github.com
34 saves · From 2016 · react-dates - An accessible, easily internationalizable, mobile-friendly datepicker library for the web