plops / try_clojurescript

An attempt to get started with interactive browser development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

synopsis:

  • i want to develop interactively in the browser
  • clojurescript seems nice enough
  • calva in visual studio code has paredit and jump to definition, might just be able to replace my normal common lisp/slime/emacs dev environment
  • i have trouble setting up the dependencies and i have no good overview over the possible solutions yet, ideally i want to have a minimal setup with only clj
    • clojurescript has a lot of tools for that
      • leiningen, boot are apparently old
      • clj manages dependencies for clojure and clojurescript, it is actually used to install clojurescript
      • clj-new can generate projects from templates
      • deps-new (author of clj-new suggests to use that)
codelevelcomment
0110%barebones, only clj and shadow-cljs; don’t know how to pull in figwheel
0210%barebones, only clj
0320%clj-new
045%deps-new
0590%minimal example with clj and figwheel-main
060%copy of 05 with reagent, not working can’t find react.js
0780%copy of 06, minimal shadow-cljs first real example
0890%copy of 07, add react
0990%copy of 08, http-fx
10copy of 08, state machine
11
12
1370%call a java library that can optimize the parameters of a gaussian

About

An attempt to get started with interactive browser development


Languages

Language:Clojure 61.6%Language:CSS 19.5%Language:HTML 16.7%Language:Shell 2.3%