Wrench Embedded Interpreter
northarc.com
Wrench Embedded Interpreter
1–10 of 20 posts
Re: Wrench Embedded Interpreter
#2[0]: https://jcp.org/en/jsr/detail?id=274 [1]: http://beanshell.org/
Re: Wrench Embedded Interpreter
#3Huh, didn't the best-forgotten BeanShell [0, 1] do a similar thing with the "structs are just another kind of function"? [0]: https://jcp.org/en/jsr/detail?id=274 [1]: http://beanshell.org/
From my review of available options earlier this year, Wrench is the one closest to C-like scripting which is great to writing apps on TF cards.
Re: Wrench Embedded Interpreter
#4Re: Wrench Embedded Interpreter
#5Does anyone know which/any of the microlanguages (Wren, Janet, Gravity, Nelua, etc) have seen larger deployments. Lua has a large number of use cases, but it feels like it is tough to dethrone.
Re: Wrench Embedded Interpreter
#6Re: Wrench Embedded Interpreter
#7Re: Wrench Embedded Interpreter
#8Does anyone know which/any of the microlanguages (Wren, Janet, Gravity, Nelua, etc) have seen larger deployments. Lua has a large number of use cases, but it feels like it is tough to dethrone.
Re: Wrench Embedded Interpreter
#9I feel that these languages represent an era of language design that we're leaving behind. I think the experience in industry is that things like ad-hoc type coercions, which are sold as being simple and intuitive, are anything but that. The "Wat Javascript" talk is a great example.
Re: Wrench Embedded Interpreter
#10I feel that these languages represent an era of language design that we're leaving behind. I think the experience in industry is that things like ad-hoc type coercions, which are sold as being simple and intuitive, are anything but that. The "Wat Javascript" talk is a great example.