|
|
|
|
|
by sulami
2219 days ago
|
|
CircleCI is mostly Clojure, and some Go. The only problems we are seeing is the significant startup time cost (hence the Go bits, where it matters). Memory usage also isn't always great, but that's more a JVM problem, as it's not releasing reclaimed memory as quickly as you'd like it to. Fine on servers, annoying on a 16GB laptop. The Common Lisp problems you outlined don't really apply to Clojure, it's a modern lanaguage and has been stable and versatile for us. |
|
Persistent data structures are really game-changing.