Re: nim and AngelScript

2019-03-19 Thread Araq
Maybe you can compile Nim code to C++ and add a postprocessing step to turn the 
C++ into AngelScript code.


Re: nim and AngelScript

2019-03-19 Thread Libman
> How can nim generate AngelScript code?

If someone forks the Nim compiler and adds that backend. (Or pays someone else 
to do it.) Nim's core devs need to focus on much more important things.

Given that [AngelScript](https://en.wikipedia.org/wiki/AngelScript) is a very 
obscure target (compared to say JVM, CLR.NET, LuaJIT, BEAM, Go, direct 
WebAssembly, 
[etc](https://en.wikipedia.org/wiki/Comparison_of_application_virtualization_software)),
 I think the odds of that are infinitesimal.