> Hey all. What is the state of alternative go compilers? There is go and gccgo. Also found https://code.google.com/p/llgo/. How do they compare? What is the maturity of each? Thanks.
>
> Scott
Great question, I am also interested to hear if anyone has experience using llgo with golang.
I hope this thread gets some interesting feedback :)
Sam Fourman Jr.
Hey all. What is the state of alternative go compilers? There is go and gccgo. Also found https://code.google.com/p/llgo/. How do they compare? What is the maturity of each? Thanks.
Hey all. What is the state of alternative go compilers? There is go and gccgo. Also found https://code.google.com/p/llgo/. How do they compare? What is the maturity of each? Thanks.
Looks like you have Go with generic types :-) interesting!
How can you get volunteers using an in-house programming language?
Go has an open parser in the ast package which would save you a ton of work.
https://github.com/tul-project/tul-fx/blob/master/img/projects/Tulgo/listLooks like you have Go with generic types :-) interesting!
If not, I really think you should take some time and study it before you continue down the path you laid out for tulgo.
Glancing over you blog posts that describe your project, I notice you are re-reinventing many solutions for your new Go compiler when the guys who wrote the old go compiler already reinvented the same solutions to the problems you are trying to solve years ago.
And honestly, bell labs didn't just reinvent the wheel when they defected away from Unix and wrote plan9 and inferno instead. They made sure this time the wheel came with a chrome 22 inch rim.
Sorry for being offtopic to the thread, but I have to question you on one thing
If you failed using java to implement a go compiler, what makes you think you can use C++ to implement a new language just so you can implement a second go compiler?
it doesn't make sense at all to me.
Hopefully you can prove me wrong though. I'm just advising you that I doubt java is the cause of any real technical problems, plenty of compilers for languages more complicated than Go have been written in java.
That's comment is directed at the guy writing tulgo.If not, I really think you should take some time and study it before you continue down the path you laid out for tulgo.
Glancing over you blog posts that describe your project, I notice you are re-reinventing many solutions for your new Go compiler when the guys who wrote the old go compiler already reinvented the same solutions to the problems you are trying to solve years ago.
Sorry for being offtopic to the thread, but I have to question you on one thing
If you failed using java to implement a go compiler, what makes you think you can use C++ to implement a new language just so you can implement a second go compiler? it doesn't make sense at all to me. Hopefully you can prove me wrong though. I'm just advising you that I doubt java is the cause of any real technical problems, plenty of compilers for languages more complicated than Go have been written in java.
Sorry for being offtopic to the thread, but I have to question you on one thing
If you failed using java to implement a go compiler, what makes you think you can use C++ to implement a new language just so you can implement a second go compiler? it doesn't make sense at all to me. Hopefully you can prove me wrong though. I'm just advising you that I doubt java is the cause of any real technical problems, plenty of compilers for languages more complicated than Go have been written in java.
Sorry...I was seeing the semicolons.
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
... Go's *C.int isn't the same as C's *int ...
Sorry...I was seeing the semicolons.