you are viewing a single comment's thread.

view the rest of the comments →

[–]fschmidt[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

All scripting languages make extensions possible, but it isn't seamless. Compare to a typical Luan binding:

https://hg.luan.software/luan/file/default/src/luan/modules/Binary.luan

Luan can call Java directly, so this really is seamless. In many cases a Luan function is simply a Java method.