Slashdot Mirror


User: Javamonkey

Javamonkey's activity in the archive.

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

Comments · 4

  1. Re:yes, they're profitable & $2 billion revenu on Twitter's Tech Lead On Making Software Engineers More Efficient · · Score: 1

    It sounds awfully like a rehash of Fred Brooks' surgical team model.

    Well, Surgical Team was a way of organizing a standing team. I was talking about a group of engineers who would roam around the code base working on reducing technical debt; it has nothing to do with how normal project teams are organized.

  2. Re:Use Lisp on LAMP Grid Application Server, No More J2EE · · Score: 1

    > LOL. Where are the Lisp bindings for MySQL?

    http://clsql.b9.com

    -Peter

  3. Re:P1 on The Bug by Ellen Ullman · · Score: 1
    I remember reading a hacker book in High School (1983) called the Adolesence of P1. anyone else remember this?

    Yup. I read it in junior high and thought it was great. I found it in the library in college and reread it--unfortunately in between I had developed some literary sensibilities (not a lot, but a few) and didn't dig it quite as much. But if I could find a copy, I'd grab it and read it again.

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

    I'm not a true lisp hacker but from lurking on comp.lang.lisp I believe that the lisp guys belive that a good Common Lisp implementation can get pretty kickin' numeric performance. Of course you have to put in various declarations to allow the compiler to generate efficient code. But if you do that, it's supposed to be pretty good. And the advantage is you can build up your program without the declarations, get it working and then optimize by adding them in. Or that's the theory. Also these things vary from implementation to implementation--some are more tuned toward numeric style computation than others.