Slashdot Mirror


User: furboo

furboo's activity in the archive.

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

Comments · 4

  1. Re:better C interface on Interview with the Creator of Ruby · · Score: 1


    Still, overall, it is disappointing to me that there is no Perl/Python/Ruby-like scripting language implemented in C++: using C++, the native code interface could be much simpler to use.


    Given that there is no C++ ABI standard (yet), I suspect this would be "simpler" only if you used the same compiler for the scripting language and the C++ code to be wrapped. Pretty limiting.

  2. GNU deserves a lot of respect, but... on KernelTrap Talks WIth GNU/Hurd Developer Neal Walfield · · Score: 1

    insisting on ``GNU''/Linux and ``the'' Hurd are examples of misplaced priorities.

  3. Re:Same old, same old... on Interview With Linus · · Score: 2, Informative

    You may have seen it on PBS. It's Charlie Rose show #2946, which first appeared on 18 May 2001.
    You can order transcripts from here.

  4. Re:= key same as enter on HP Calculator Department Closing · · Score: 3, Informative

    Common TI misconception. RPN also eliminates the need for parens.

    Try (5 + 3) * (6 + 1).

    TI: 5 + 3 = * ( 6 + 1 ) =
    HP: 5 E 3 + 6 E 1 + *

    Assuming my TI keystrokes are correct (I haven't
    used one for 20 years), that's two less keystrokes
    for this simple example.