Slashdot Mirror


User: cgt

cgt's activity in the archive.

Stories
0
Comments
56
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 56

  1. Re:Catching up to ten-year-old XEmacs features on Emacs 24.1 Released · · Score: 1

    It's GNU Emacs, not FSF Emacs

  2. Re:What's the problem with building self-sustainin on Neil Armstrong Gives Rare Interview · · Score: 1

    If you want people on the moon pay for it yourself.

  3. Re:Meanwhile on Google Funds Raspberry Pi And CS Teachers For UK Schools · · Score: 1

    Or Windows Vista

  4. Re:Mint == Ubuntu plus ____? on Linux Mint 13 (Maya) Has Arrived · · Score: 2

    You know that you can replace Unity with whatever you want right?

  5. Re:Go has some good ideas on Go Version 1 Released · · Score: 2

    I completely agree with this. I love Go! It is the most excited I have been about a programming language since Python, but the semi-colon issue is stupid. Why do automatic insertion of semi-colons if it causes problems? Why not just let developers insert the semi-colons themselves? Programmers have done so for decades so it probably won't kill them. Do it right or don't do it at all (automatic semi-colon insertion).

  6. Re:Added value of Go? on Go Version 1 Released · · Score: 5, Informative

    It is supposed to be a systems language like C, but better. It's sort of like Pythonic C (very expressive, but still C like).