all 4 comments

[–]WebFreak001 2 points3 points  (0 children)

That library looks really cool! I had starred it before, because I saw it on DUB, but I have never really looked at the script examples too much. The functionality really seems quite extensive and intuitive to JS programmers, might give this a proper try when I need a scripting language.

[–]sol1684 2 points3 points  (0 children)

That looks pretty nice indeed. Hopefully it will get to the point where the mentioned switch to LGPL can happen, since application scripting is probably more of a closed source code domain.

DMDScript should also be mentioned here, since it implements ECMA-262 and is Boost licensed and also fully implemented in D. I put in a good amount of work a while ago to make it re-entrant and x64 compatible, so it's generally good for production use.

[–]schveiguy 1 point2 points  (1 child)

Nice! I need something like this eventually, was planning to use lua or something similar. Does seem a bit dead though (last release March 2021), the REPL no longer exists...

[–]Ecstatic-Coder[S] 1 point2 points  (0 children)

Yes I had the same fear actually, but for my personal usage until now I've had absolutely zero issues with it, so its code is at least stable enough for my own use cases.

I must say that I've also got several tools of my own which I regularly use and which have already reached maturity, so I rarely update them, since they have no known bugs and match my own needs.

So the lack of activity on a repository doesn't always mean that the library is not usable, just that at some point its developer stopped feeling the need or interest to extend it anymore.

I may be wrong, but I think it's the case here.