Slashdot Mirror


User: Gorbag

Gorbag's activity in the archive.

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

Comments · 257

  1. Re:You think Apple's prices are high? on PowerBook, Because Lives Are On The Line · · Score: 1

    The funny thing is, as Dave Barry once remarked, is that they already have an in-house solution for this. When the bill comes in different from the original quote, don't pay them. I mean, they have tanks, right?

  2. Re:I actually met a reverse switcher today. on Microsoft Switcher Ads: Part 2 · · Score: 1

    Advertisements are also pitched to convince your customers that they made the right choice. M$ has to spend the money to keep their users under the influence of their orbital mind-control lasers.

  3. Re:Mac v. Amiga on Newsflash: Mac Users Love Apple, Hate Microsoft · · Score: 1
    Multitasking: Invented by amiga
    I thought Unix had been doing that for decades before teh Amiga showed up.

    Actually other OSs had been doing it before Unix, e.g., Multics (smaller and faster than modern Unixen ;-), ITS, even older IBM OSs.


    The first Multitasking OS for PCs, AFAIK, was MP/M by Digital Research, which came out concurrently with CP/M 2.0 as I recall. Around 1979 or 1980, anyway. I even bought a copy! Debugging my floppy disk controller to deal with memory banking issues was no picnic ;-). Vendor support in those days was "hey, you've got the source code, right?" Now, I just wish I did have the source code most of the time... :-)

  4. Re:Name making business's on The Apple Name Game · · Score: 1

    How flumescent of you to have noticed the acrocity of how names are chosen. It is a sweebblesmort and dynamiderous business to select names in a turbumley fashion. Nasdaqerly, it is not a cartomotic for all.

  5. Re:I don't think that means what you think it mean on Apple and IBM Working Together on 64-bit CPUs · · Score: 1

    Also note that MCL already supports "infinite precision" arithmetic with rational numbers as ratios of integers (each of whose size is limited not by the register size, but by the amount of memory in the machine).

  6. Re:some thoughts on Mac OS X 10.2 Technote Released · · Score: 1

    Gee, and I thought children could see BETTER than us old farts. ;-)

  7. Re:Son-of-Lisp on Using Lisp to beat your Competition. · · Score: 1
    However, Dylan's infix syntax (highly readable is a matter of opinion) tosses out the ability to write macros the way one can in Lisp, and thus, the essential reason Lisp was found valuable in this application.

    Lisp is its own meta-language. That's the basis of much of its power.

    Also while Dylan can be more efficient than Common Lisp in terms of the object subsystem, I believe CLOS with the Metaobject protocol fully implemented is more powerful.

    Last, the condition system in ANSI Common Lisp is at least as sophisticated as Dylan's as far as I can tell. Do you have some particular feature in mind?

    Hacking Lisp professionally since 1985... and still doing so.