graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
phronmophobic 2020-06-27T00:51:56.496Z

Thanks for the help! I was able to make a https://github.com/phronmophobic/terminal-todo-mvc (with mouse support!) and compile it using graalvm. here's a https://raw.githubusercontent.com/phronmophobic/terminal-todo-mvc/master/terminal-todo-mvc.gif

๐Ÿ’ฏ 1
โค๏ธ 1
๐Ÿ˜ 1
lread 2020-06-27T00:56:45.496700Z

Hey, thatโ€™s cool! Nice work!

2020-06-27T04:59:44.496900Z

nifty!

borkdude 2020-06-27T06:58:37.497700Z

Very cool and good to know lanterna works with GraalVM

borkdude 2020-06-27T07:11:36.498400Z

@smith.adriane You can add your project + the lanterna lib to this list if you want: https://github.com/lread/clj-graal-docs/blob/master/doc/external-resources.md

๐Ÿ‘ 1
mike_ananev 2020-06-27T21:32:28.000100Z

@smith.adriane check the Lanterna license. AFAIK, it prevents to link it as binary file.

phronmophobic 2020-06-27T21:34:06.000200Z

bummer

phronmophobic 2020-06-27T21:35:46.000400Z

is that based on LGPL?

phronmophobic 2020-06-27T21:39:14.001300Z

thanks for the heads up