26
27
28
29
30
31
32
33
34
35
36
Learn ring - 4. Ring Init (www.youtube.com)
submitted 4 months ago by to c/clojure@programming.dev
37
submitted 4 months ago by to c/clojure@programming.dev
38
 
 
  • Run native Clojure on Android
  • Develop over nREPL
  • Build for F-Droid or Google Play
  • Write UIs in a declarative DSL with reactive cells
  • Use device sensors as reactive cells
  • Use intent callbacks without wanting to smash your device with a hammer
  • Fast startup - release builds launch in under 2 seconds on a five year old midrange phone
39
40
Learn Ring - 2. Who Am I? (www.youtube.com)
submitted 4 months ago by to c/clojure@programming.dev
41
42
43
A ClojureScript Playlist (www.youtube.com)
submitted 4 months ago by to c/clojure@programming.dev
 
 
44
45
46
 
 

Clojure + Crema: a native binary that runs full JVM Clojure with fast startup.

Cream uses GraalVM's Crema (RuntimeClassLoading) to enable runtime eval, require, and library loading in a native binary. It can also run Java source files directly, as a fast alternative to JBang.

Warning: Cream is very alpha. It depends on GraalVM Crema (EA) and a custom Clojure fork. Do not use in production. Issues and ideas are welcome though: https://github.com/borkdude/cream/issues

47
48
49
50
view more: ‹ prev next ›