Slashdot Mirror


User: macrohard0

macrohard0's activity in the archive.

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

Comments · 28

  1. Re:Switch to IP telephony on The Joys Of Big Business; or Why AT&T Long Distance Sux · · Score: 1

    Do you happen to know a way to do that on Linux?

  2. Re:What's in a name? on nVidia GeForce 2 Ultra Unveiled · · Score: 1

    Isn't Elantra Korean?

  3. Word order on English Language And Its Effect On Programming? · · Score: 1

    It seems to me that the only thing that might change is the word order.
    One case is noun + adjective. But then, we already have int x on one hand, and x : integer on the other hand.
    Another case is verb + object. And again, we already have both func(x) and x.func().
    Now, as for whether Wirth's native language had any effect on x : integer - that I don't know.