Fork me on GitHub
#graalvm
<
2020-06-27
>
phronmophobic00:06:56

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

❤️ 3
😍 3
💯 3
lread00:06:45

Hey, that’s cool! Nice work!

borkdude06:06:37

Very cool and good to know lanterna works with GraalVM

borkdude07:06:36

@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

👍 3
mike_ananev21:06:28

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

phronmophobic21:06:46

is that based on LGPL?

phronmophobic21:06:34

from https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License: > Alternatively, a https://en.wikipedia.org/wiki/Statically_linked_library is allowed if either source code or linkable object files are provided.https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License#cite_note-LGPL_Section_4-3 so it seems like this is ok? I'm going to try to read up on it a little more

phronmophobic21:06:14

thanks for the heads up