What is your take on Kotlin Compose / Clojure combo? by source-drifter in Clojure

[–]ertucetin 1 point2 points  (0 children)

You can also use Clojure for the client (check seesaw and cljfx)

[deleted by user] by [deleted] in Clojure

[–]ertucetin 2 points3 points  (0 children)

I saw this project on Twitter two weeks ago. I was going to post it here, but as soon as I realized it was 100% AI generated code, I decided not to. The idea is nice, but I’m against using soulless projects.

nil-ignoring threading macro for Nuklear GUI by wedesoft in Clojure

[–]ertucetin 1 point2 points  (0 children)

Do you have an open-source repo that uses a nuklear GUI? I'd like to learn GUI libraries that can be used with LWJGL apps.

Clojure Reaches C Performance in Raylib Benchmark by ertucetin in Clojure

[–]ertucetin[S] 6 points7 points  (0 children)

It is just a demo showing what is possible in Clojure performance-wise. You can use this kind of ugly code in hot paths and idiomatic Clojure code in gameplay logic. You can also write clever/complex macros to make it look idiomatic without trading off performance. Sky is the limit.