Fork me on GitHub
#graalvm
<
2019-10-18
>
David Pham05:10:17

@jr0cket polyglot would be nice :)

tbrooke14:10:28

I just came across Micronaut: https://micronaut.io/ has anybody looked into this for Clojure? - It looks like it is Graalvm based

gklijs11:10:03

I did a hands-on last year at Devoxx. It's not really 'Graalvm based'. It's a Spring-boot like framework that focusses on doing things compile time rather then runtime, so it's a better fit for Graalvm. But Spring is also moving into that direction and has way more features. You probably can use bit's of it in Clojure, and you could call Clojure from micronaut, not sure if you want that.