top | item 32635316

(no title)

mattmein | 3 years ago

Data structure + algorithm is a valid way of building large programs. That is basically how Clojure is designed, and it works pretty well for big applications.

Functional programming in aviation: https://m.youtube.com/watch?v=0x3EIqBrZxw

Functional programming in banking: https://www.finextra.com/newsarticle/36297/nubank-buys-firm-...

discuss

order

jcelerier|3 years ago

Can you show one large-ish GUI software written in Clojure? Something like, idk, Blender, DaVinci Resolve, Unreal Engine...

thom|3 years ago

The Defold game engine IDE is written in Clojure, using cljfx, a React-like wrapper around JavaFX:

https://defold.com/

RedShift1|3 years ago

The problem with that is that (nearly?) every GUI toolkit is object oriented so you can't escape it if you want to write GUI programs.