Slashdot Mirror


User: badoingdoing

badoingdoing's activity in the archive.

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

Comments · 6

  1. Re:All the bases covered! on MIT Gnome Invasion · · Score: 1

    Not every gnome was pictured in the hack gallery. There were literally hundreds. And even so, there were at least several gnomes of african descent and at least one jewish gnome

  2. Re:Try Common Lisp on Is FORTRAN Still Kicking? · · Score: 1

    mea culpa.

    I actually like programming in Lisp--but some of what i "know" comes from old texts. Or perhaps I simply mistook the text's functional explanation for an explanation of implementation.

  3. Re:Try Common Lisp on Is FORTRAN Still Kicking? · · Score: 1

    The problem with using CL for heavy computing tasks is that Lisp is a linklist-based language. Linklists are very elegant to the programmer, yet they are extremely time-inefficient. A FORTRAN compiler makes good use of the fact that, in integer_4 array foo, foo(bar) is exactly 4 bytes away from foo(bar+1).

  4. FORTRAN has its purpouse. on Is FORTRAN Still Kicking? · · Score: 1

    I am currently using FORTRAN 90 to write Maxwell's Equations simulation code.

    At first I was a bit leery of programming in FORTRAN, but after a couple of months on the project I wouldn't start anything similar in another language. The array and mathematical manipulation capability of FORTRAN is just much better. FORTRAN 90 offers more readability than C, anyway.

    So yes, definately learn FORTRAN. For an experienced coder it should be the work of an afternoon to get the basics. The only problem is the output--it might take another whole afternoon to learn format statements.

  5. Re:Frontpage is the difference... on Ars Technica Reviews Mozilla · · Score: 1

    Yeah, I know what you mean. I tried to use Frontpage for web design, but it melted into a puddle of brown goo and hot water.

  6. Re:stop it now. on How Printable Computers Will Work · · Score: 1

    I would imagine it would be cheaper to buy a piece of hardware than reverse-engineer it, convert it to a format suitable for the plastic chips, and produce it. Most hardware would still be released in premade forms. After all, it's not as if this is a *copier.*