Quentin:
On Tue, Jun 4, 2019 at 6:12 PM QuentinC <
webm...@quentinc.net> wrote:
> Like you, I were quite interested by Wren, but finally decided not to
> use it. One of my reasons were also the impossibility to be re-entrant,
...
And not only simple stuff easily done in wren, like the sort methods.
I want to put it in control of a call system, calls generates events,
I transform them to linear flows with coroutines, and I call into C to
make the calls do stuff. But sometimes C needs something to be done in
the high level scripted , fast, simple things.
Already done.
> If you find lua too simple or too unusual,
That's the one I'm going away from.
> you may try embedding python
That's too heavy.
> or ruby. AngelScript is also quite good.
Ruby, same as python, same reasons. AngelScript is too huge on
dependencies. I considered many of them, I want something in the
complexity range of lua, Squirrel ( nice, but awful docs ) ,wren (
problem already stated ), duktape ( unusable coroutines, but I may
have a solution for that ). Lua is nice but too minimalistic in many
places and too weird in others.
> Finally, I have decided to start my own scripting language project, for
> several reasons. I'm still following Wren because it helped me a lot for
> that other language, and I must again say thank you to them.
> I won't post a link to my own project without permission though, and
> also because it's quite still experimental.
Send me a direct mail if you want, and I'll take a look, I may even be
able to read on it if it is in french ( your domain points to a french
site )( but I warn you my writing style is considered a bit agressive
by someone ).
Francisco Olarte.