Brad,

On Friday, March 24, 2017 at 8:32:20 PM UTC-7, Brad wrote:
>
> Interested in any feedback about the idea of making a Go -> C++ 
> transpiler.  Here's the rationale:
> (...)
> Assuming this actually worked, it might considerably lower the bar for 
> adopting Go, and allow it to be used to develop in environments where we're 
> not likely to see a port of the compiler any time soon.  (Or where it's 
> literally impossible because there are things in the language that the 
> platform just can't do.)
>

I've tried doing this in the past, but life got in the way.  However, 
someone pointed me out to this thread and I decided to bootstrap the 
project over the weekend.  The code generated by the compiler is still not 
compilable, but the transformations are already looking good. 
 Contributions are (very) welcome!

The repository is at https://github.com/lpereira/gomoku -- and the project 
is released under the same license as Go itself.  (Also, this is my first 
"serious" Go project, so feedback is also appreciated.)

Cheers,
    Leandro

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to