Post AwQoyLo4RPRP83i75U by [email protected] | |
More posts by [email protected] | |
Post #AwQbRnuVdF2jKas96O by [email protected] | |
0 likes, 0 repeats | |
Any suggestions for an easy to embed scripting language, for the target task of… | |
Post #AwQbhLPfLvABa5r7rc by [email protected] | |
0 likes, 0 repeats | |
@foone Chibi Scheme? https://github.com/ashinn/chibi-scheme | |
Post #AwQbtOJSOf3E39hDOa by [email protected] | |
0 likes, 0 repeats | |
@foone Maybe Wren?https://wren.io"Wren is intended for embedding in applic… | |
Post #AwQc5MRx9IjLkNNTea by [email protected] | |
0 likes, 0 repeats | |
@foone There's always Tcl. | |
Post #AwQc8sRode9Vr4zRho by [email protected] | |
0 likes, 0 repeats | |
@foone I dunno if it's easy to embed, but Guile Scheme is at least designed… | |
Post #AwQcTgvAgm86Bge6Yi by [email protected] | |
0 likes, 0 repeats | |
@foone What's the underlying system written in? C? | |
Post #AwQcTh1CKMwyUNSux6 by [email protected] | |
0 likes, 0 repeats | |
@dave_andersen c++ | |
Post #AwQeBigxZAuwNKYa6i by [email protected] | |
0 likes, 1 repeats | |
@foone php?(I have no idea on feasibility. But curious if it would meet the cri… | |
Post #AwQeeTPvR7idOpIebA by [email protected] | |
0 likes, 0 repeats | |
@foone I always planned to embed Jinx (https://jamesboer.github.io/Jinx ) into … | |
Post #AwQfQPPJeF8qrZs8GW by [email protected] | |
0 likes, 1 repeats | |
@foone it could be worth just adding WebAssembly runtime like: https://github.c… | |
Post #AwQmE1YhBsZj6NIj1k by [email protected] | |
0 likes, 0 repeats | |
@foone of if you want to run c code PicoC: https://gitlab.com/zsaleeba/picoc | |
Post #AwQoRCu2WYAdxThMaO by [email protected] | |
0 likes, 0 repeats | |
@foone bad idea: forth | |
Post #AwQoRD1U4s7qKZBJBo by [email protected] | |
0 likes, 0 repeats | |
@foone worse idea: tcl | |
Post #AwQoRD7ViSwidG07aC by [email protected] | |
0 likes, 0 repeats | |
@pcy @foone tcl? The hardware design language? | |
Post #AwQoUR12Vcbeb6VmGO by [email protected] | |
0 likes, 0 repeats | |
@foone from https://jamesboer.github.io/Jinx/Tutorial.htm#_Toc63441885```#inclu… | |
Post #AwQoYzG18q99xDgilE by [email protected] | |
0 likes, 0 repeats | |
@rotopenguin @foone yes. it got known as "the hardware design language&quo… | |
Post #AwQofjcpewlTV1ZqM4 by [email protected] | |
0 likes, 0 repeats | |
@foone i'm sure the entirety of V8 is very easy to embed and that you would… | |
Post #AwQohExcdneayR1GAi by [email protected] | |
0 likes, 0 repeats | |
@tay @foone I mean I embedded V8 via NodeJS into a C++ application, and it was … | |
Post #AwQooFprmov3iLjhya by [email protected] | |
0 likes, 0 repeats | |
@foone The most terrible idea I have is to use WASM and write your own WASI to … | |
Post #AwQoyLo4RPRP83i75U by [email protected] | |
0 likes, 0 repeats | |
@[email protected] maybe a lisp dialect? The lisp people are always up to som… | |
Post #AwQoyLvryPgBWFMLFA by [email protected] | |
0 likes, 0 repeats | |
@tay @foone There is Fennel… | |
Post #AwQoyz90BWMD8Gnscy by [email protected] | |
0 likes, 0 repeats | |
@[email protected] JS (via GraalJS, Espurino, QuickJS, or Goja) or Scheme (vi… | |
Post #AwQpBZlbqehaBsrj60 by [email protected] | |
0 likes, 0 repeats | |
@growf @foone You still have Tcl. YOU ALL STILL HAVE TCL! | |
Post #AwQpMjSk8kmjRlMQlM by [email protected] | |
0 likes, 0 repeats | |
@[email protected] C# | |
Post #AwQpXg9km02qNUhLvs by [email protected] | |
0 likes, 0 repeats | |
@foone I didn't end up using it but I looked into https://duktape.org/ and … | |
Post #AwQpcVR83YbWZy7x1k by [email protected] | |
0 likes, 0 repeats | |
@foone a mate of mine just made his own. simply write your own programming lang… | |
Post #AwQpeC8InWvxHz7tlA by [email protected] | |
0 likes, 0 repeats | |
@foone if lua doesn’t work - maybe one of the embeddable JS engines? V7/mjs a… | |
Post #AwQpeCDySRTFZZmQbI by [email protected] | |
0 likes, 0 repeats | |
@domi @foone janet-lang.org | |
Post #AwQpfwNyJhdj1rHwB6 by [email protected] | |
0 likes, 0 repeats | |
@dave_andersen @foone Duktape is super easy to embed. There are a ton of other … | |
Post #AwQpls8R27s3aEqj3I by [email protected] | |
0 likes, 0 repeats | |
@growf @foone +1 | |
Post #AwQpoCgRbadZtPrv3Q by [email protected] | |
0 likes, 0 repeats | |
@foone Squirrel is quite easy to embed in C/C++, and would work if part of your… | |
Post #AwQpoE9CABEIQsKOVU by [email protected] | |
0 likes, 0 repeats | |
@foone Forth. | |
Post #AwQppgRkQtXwUThTv6 by [email protected] | |
0 likes, 0 repeats | |
@foone possibly Tcl, maybe JavaScript using Duktape | |
Post #AwQpqz9oLuKMoIvnhw by [email protected] | |
0 likes, 0 repeats | |
@citizen428 @foone To add to this: Wren has (possibly) the most beautiful imple… | |
Post #AwQtm0FRGkNQYuRXns by [email protected] | |
0 likes, 0 repeats | |
@sqrtroot @foone Heh. I like the idea of writing a program in C, and for script… | |
Post #AwQyblGmbRKkyz0Xdw by [email protected] | |
0 likes, 1 repeats | |
@foone Pascal Script ;) | |
Post #AwRDCo2meMUxex1BlA by [email protected] | |
0 likes, 0 repeats | |
@foone perl it is then | |
Post #AwRTxHo7v7oCYbLcvo by [email protected] | |
0 likes, 0 repeats | |
@foone QuakeC? | |
Post #AwRUMNYffzzfdG5Frs by [email protected] | |
0 likes, 1 repeats | |
@foone luau (note the U !) is a lua evolution that's pretty good.I've a… |