Fork me on GitHub
#graalvm
<
2019-10-17
>
practicalli-johnny13:10:06

If I organised a meetup about Graal and Clojure in London (hopefully recorded) what specific topics would be useful to cover. There definitely seems interest, but trying to figure out what to do. I am talking to one of the developers from Oracle who is interested in talking to us or doing a hackathon / clojure hacking with Graal event.

borkdude13:10:35

there are two parts to Graal: the polyglot part and the native part. So you could focus on either or both. The native part has some caveats with Clojure 1.10.1 which are possible to work around, but it might be good to be aware of that before the hackathon starts

borkdude13:10:41

As long as you don't load namespaces that require locking (like clojure.server or clojure.spec) it should be fine

borkdude13:10:30

if you haven't already, it would be nice if you upvoted https://ask.clojure.org/index.php/740/locking-macro-fails-bytecode-verification-native-runtime if you're interested in getting this fixed

4