Slashdot Mirror


User: Chris+Rathman

Chris+Rathman's activity in the archive.

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

Comments · 9

  1. LiteratePrograms on Building a Programmer's Rosetta Stone · · Score: 2, Interesting

    One project that deserves a look here is the LiteratePrograms project. The goals are somewhat different from Rosetta, with more emphasis on teaching of algorithms and the ability to run code directly from the wiki.

    As one who has worked on a couple of multi-language problem sets (SICP in other programming languages and OO Shapes), I can appreciate the amount of work it takes. We can always use more sites that teach programming in various unique fashions.

  2. Give metric the finger on How Can We Convert the US to the Metric System? · · Score: 1

    The problem with the metric system is that it is founded upon the evolutionary accident that the number of human digits is 10. If we really want a measuring system that is friendly to computers (and other extraterrestial lifeforms that we might encounter), then we should drop the baroque decimal systems and go to Base 2. But it is most likely that scientists will resist efforts to go to a more universal measuring system. In the meantime, those of use that work with computers have to constantly translate from decimal-to-binary and binary-to-decimal in order to get our jobs done.

  3. Re:Dear god no. on Should JavaScript Get More Respect? · · Score: 1

    If we are talking about embeddable scripting languages and Lisp is the point of comparison, I'd prefer Lua over JavaScript, Python and Ruby. Of these four languages, only Lua has tail-call-optimization (though JavaScript 2.0 is slated to have TCO). For a direct comparison to Lisp, I've translated the first chapter of SICP in these scripting languages (as well as some other FP languages): SICP in other PLs

    Thanks,
    Chris

  4. Re:Drupal powers... on Drupal Needs a New Home · · Score: 1


    Also powers Lambda the Ultimate: The Programming Languages Weblog.

    Shameless plug from LtU contributing editor. :-)

  5. re: verbosity on Are Extensible Programming Languages Coming? · · Score: 1

    Waiting for the challenge to bring job security. :-)

  6. Re:A program written in many of them on The History of Programming Languages · · Score: 1

    Start here on your journey through the Turing Tarpits.

    And then go do some Object Oriented BrainF*ck just because OOP makes things so much easier.

  7. Re:Slashdot just loves MS security bulletins on Microsoft Issues Five New Security Warnings · · Score: 1

    Why do you classify this behavior as a bug? Sounds more like a RFC. Just because you don't like the way it was designed doesn't means that it's a bug.

  8. Re:Flame(Flame His Content) on State of the Onion 7 · · Score: 1
    Although I agree with much of what you are saying, I was wondering how you reconcile the following two statements:
    Since language is such an important tool throughout an individual's life, being easy to learn is probably the least important aspect of a good language.
    and
    Just the type of words you will learn first (becuase they are considered the most important) will limit the type of thought possible when communicating with others.
    It sounds as if being easy to learn is quite an important facet of a language to the extent that the earliest use of a language will produce the greatest and most influential effects.
  9. 2001, A Space Oddysey on Review: Evolution · · Score: 2

    Saw the movie last night with my 3 kids. Not particularly impressed but there were some funny moments here and there. The one thing I did notice was the obvious references to 2001. The way the meteor gets implanted into the ground makes it look like a monolith. The clean room suits look like the space suits that Dave wore. And the evolved guerillas look a lot like those apes near the beginning of 2001. Any other 2001 references that I missed?