Programming

C to Go

steloflute 2012. 6. 15. 10:54

http://crypto.stanford.edu/~blynn/c2go/index.html

 

Preface

Go was born out of frustration with existing languages and environments for systems programming.

Thus spake the Go FAQ. I empathize. I dislike C++ and Java so much that I’ve stayed with C. More precisely, I’ve stayed with GNU C, because of lexical closures and a few other extensions.

Could Go replace C? Does Go truly combine efficient compilation, efficient execution, and ease of use? The best way to judge was to try real systems programming with Go.

A good place to start is the list of GNU Core Utilities. Here are my experiences with implementing some of the simpler utilities.

 

 

'Programming' 카테고리의 다른 글

웹에서 마우스 오른쪽 해제  (0) 2012.06.15
yield (C# Reference)  (0) 2012.06.15
(.NET) Free .NET decompiler - dotPeek  (0) 2012.06.14
Encoding Strings to Base64 in C#  (0) 2012.06.14
(Haskell) eclipsefp run main function  (0) 2012.06.13