Slashdot Mirror


User: querty_not_dvorak

querty_not_dvorak's activity in the archive.

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

Comments · 4

  1. Re:Op overloading is more than syntactic sugar on What Makes a Powerful Programming Language? · · Score: 1

    Oh, now I see it. The interface is just so obvious that I was thinking about something more peculiar, like the operators in STL. Thanks.

  2. Re:Ruby on What Makes a Powerful Programming Language? · · Score: 1

    Check this (http://www.bagley.org/~doug/shootout/craps.shtml) to see overall speed comparisons, as valid as the CRAPS allows.

  3. Re:Op overloading is more than syntactic sugar on What Makes a Powerful Programming Language? · · Score: 1

    Please explain why proper generics need operator overloading. It is a C++ thing or appliable to any language with generics, like Eiffel, ML, Haskell, etc.?

  4. Re:Operator overloading on What Makes a Powerful Programming Language? · · Score: 1

    Jalapeno (http://www.research.ibm.com/jalapeno/) is fast and almost entirely Java (1kloc oc c to bootstrap the VM).