this post was submitted on 11 Jun 2023
2 points (100.0% liked)

Clojure programming language discussion

453 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Looks cool.

I was wondering though

UIx interpreter is already super fast (3x faster than Reagent and only 2x slower than vanilla React

Meaning reagent is 6x slower than vanilla React?! I remember when people were claiming reagent could be faster than react bc immutability reduces reactivity to a comparison of pointers instead of needing to step into objects.

I would expect react improving in performance but 6x for reagent would be a surprise I have to say

[–] [email protected] 1 points 1 year ago

I'm using Reagent, but I haven't aware of this.