top | item 7766322

Go from C to Go [video]

68 points| cespare | 12 years ago |confreaks.com | reply

22 comments

order
[+] madhusudancs|12 years ago|reply
People who have posted the original video, if you are reading this, please fix the speaker's name in the youtube video title. His name is Russ Cox, not Rob Cox. It pains me to see wrong names, it almost feels to me like miscrediting :P
[+] vanderZwan|12 years ago|reply
Man, if Rob Pike and Russ Cox would do the fusion dance, they would be unstoppable!
[+] randquistcp|12 years ago|reply
Name fixed, thank you for pointing it out.
[+] vanderZwan|12 years ago|reply
So who else is extremely curious about the "difficult to explain" goto statement? (about 17 minutes in)
[+] jakestl|12 years ago|reply
I think he just meant it was hard to capture what it was doing in a brief statement like the others were.
[+] pjmlp|12 years ago|reply
Nice to see this going on.

I think compilers should be bootstraped, after the basic language is in place.

[+] zura|12 years ago|reply
I'm more interested to hear `from C++ to Go` stories :)
[+] 4ad|12 years ago|reply
This presentation is about using an automated program to convert the existing Plan 9-based Go compiler suite from C to Go, it's not a "rewriting infrastructure in Go" story.