ClojureDart (@clojuredart) 's Twitter Profile
ClojureDart

@clojuredart

A Clojure dialect targeting Dart and Flutter

ID: 1518150105106374656

linkhttp://clojuredart.org calendar_today24-04-2022 08:49:52

183 Tweet

572 Takipçi

25 Takip Edilen

Christophe Grand (@cgrand) 's Twitter Profile Photo

Notes on the implementation of sorted collections in ClojureDart (no red-black tree, no b-tree) buttondown.com/tensegritics-c…

Baptiste Dupuch (@baptistedupuch) 's Twitter Profile Photo

We've been asked many times how to configure a CI for building iOS/macOs/Android apps with ClojureDart. Here is a repo using Github Actions with a full working configuration. github.com/Tensegritics/c…

Peter Strömberg aka PEZ (@pappapez) 's Twitter Profile Photo

Yay! Clojure crunching fibonacci numbers faster than C! Over at Clojurians Slack, [email protected] 🍥 came up with a way to trick the #Clojure compiler and JVM JIT to generate code that runs at 200ms for “fib 40” on my machine. Significantly faster than the C version currently used by the

Yay! Clojure crunching fibonacci numbers faster than C! Over at Clojurians Slack, <a href="/valerauko/">Vale@kujike.nai 🍥</a> came up with a way to trick the #Clojure compiler and JVM JIT to generate code that runs at 200ms for “fib 40” on my machine. Significantly faster than the C version currently used by the
Baptiste Dupuch (@baptistedupuch) 's Twitter Profile Photo

When working on the first few drafts of ClojureDart we had a diary. We wrote down reasoning behind the design/features. Unfortunately it was not blog posts

Christophe Grand (@cgrand) 's Twitter Profile Photo

ClojureDart has a new join-with function which has accelerated datastructure support. What is it useful for? Some examples 👇🧵