Why do languages, like #rust, for example, need so many new features?
@tomekw There are simple languages, but they stay “simple” by pushing lots of complexity into library code.
@marshray definitely true, for some languages, yes, but I think, for example, #clojure, escapes this definition
@tomekw Doesn’t Clojure inherit the semantics of the JVM?
How common is it to call existing JVM libraries? perhaps through a wrapper

@marshray I am actually THE WORST person to ask this question 😂

https://github.com/tomekw/hikari-cp

GitHub - tomekw/hikari-cp: A Clojure wrapper to HikariCP JDBC connection pool

A Clojure wrapper to HikariCP JDBC connection pool - tomekw/hikari-cp

GitHub
@tomekw Oh no, I’m with you.
I have learned Lisps many times, but apparently I’m just not inspired by parentheses the way some people are.
The homoiconicity, I don’t get it.