there are even two transcripts for that talk here: https://github.com/matthiasn/talk-transcripts/tree/master/Hickey_Rich :)
Off topic - it would be more accessible (for me) to have this info in ClojureVerse instead. As it is slack will disappear everything in a few days.
That's a good suggestion
Indeed, thanks!
has anyone gotten REBL to work in WSL on a Surface Pro X? or other linux ARM64 device I guess, since my main problem seems to be availability of a ARM64 JDK with Java FX
@chuck.cassel Have you tried GraalVM? They have an aarch64 release for linux: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-20.2.0
thanks, I hadn't tried that, but fails with one of the same errors I've seen with others:
Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)
java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)
going to try to see if I can run REBL in an Oracle windows x86 jdk to connect to a repl in the WSL session