Recently, I have been working on euwren, a high level wrapper for 
[Wren](http://wren.io/).

The idea behind euwren is to be _the king of Wren wrappers_ , one that uses a 
user-friendly DSL and that makes wrapping Nim procs a piece of cake. All you 
have to do is list the things you need in the VM, and voila! The VM is ready to 
execute some Nim code.

The wrapper is highly WIP, but the most essential things are ready to be used. 
You can find the wrapper [here](https://github.com/liquid600pgm/euwren).

Feel free to suggest any features you'd like to see, or any bugs you find. I'll 
be happy to take care of them.

Reply via email to