tjr
|
cached 2 days ago
But then he'd only have seven.
|
|
cached 13 days ago
I would like to see a small ant with an antique pocketwatch eating a pie.
|
|
cached 4 days ago
I've seen the price of a used copy of On Lisp rise over the years... now circa $400? With a PDF available free of charge from pg's website?
I highly value good books, and this is one of the best CS books out there, but even so, I'm surprised at the market value for a used copy. Not complaining, just observing and wondering. Carry on. |
|
cached 11 days ago
Nothing against Arc, but don't forget that Scheme also lets you write:
(define (square x) (* x x)) |
|
cached 3 days ago
Continuations:
arc> ccc # |
|
cached 3 days ago
Modulo operator:
arc> (mod 23 4) 3 |
|
cached 23 days ago
|
|
cached 14 days ago
Well, pg is probably one of them... and some folks likely really are in a position to use whatever language they like.
My day job is avionics software verification, so I don't program much for my job, per se, but what programming I do, I could likely do in Arc, and no one would care, as it's just for internal use. |
|
cached 12 days ago
Surely more documentation is forthcoming from pg when he has time, and some other folks will likely write up docs until then. I started on "redocumenting" the arc spec file, but I don't have oodles of free time myself... A wiki-esque page would be nice.
|
|
cached 11 days ago
I'm running an instance of the news software; very few users right now. Using Apache to reroute port 80 requests; MzScheme 352.
No problems, but also only handling trivial loads. |
