(Untitled)
… the programming environment model in Unix is an imitation of the Lisp machine, and the way it is implemented is through processes and inter-process communication instead of function calls. Function…
}
Skip to main content… the programming environment model in Unix is an imitation of the Lisp machine, and the way it is implemented is through processes and inter-process communication instead of function calls. Function…
This is something I've always pieced together bit-by-bit, and I'm sure a lot of other people have done the same by combining occasional blog posts, reviews on Amazon, perhaps a few mailing lis…
Common Lisp has a problem in that only mature people use it after they have become disgusted with other languages and their hype. http://xach.com/naggum/articles/[email protected]…
I’m not arguing against type theories, not arguing against the usefulness of various forms of type inference, not arguing against reasonable requests, not arguing against the desire to reason about co…
Professional programmers often find that the program they’re working on now has a great deal in common with some program they wrote in the past. It is this feeling that makes the idea of software reus…
If your idea of editing text is vim and Microsoft word, then boy am I going to have a tough time trying to explain Wordstar to you. And yet, such were the times that (I imagine twenty years from one p…
You see, you use these things to compute ... stuff I first encountered computers in books. Glossy books these were, the kind you would expect to find twenty years ago in the "reference books&quo…
I recently came across this excerpt: I demand excellence from my co-workersif there's some valid program out there that you couldn't ever write, then you're not justified in calling yours…
Arguments over syntax aside, there is something to be said for recognizing that a loop that steps only one variable is pretty useless, in any programming language. It is almost always the case that o…
“Lisp has some real problems.” Yes, it does. unfortunately, you didn’t list any of them. that’s also one of the real problems Lisp has: myths, misconceptions, and prejudice. http://xach.com/naggum/…
By studying a number of examples, we have come to the conclusion that programs in less expressive languages exhibit repeated occurrences of programming patterns, and that this pattern-oriented style i…
But then I had a whimsical thought; the sort of thing that seems at once not-impossible and yet such a long shot that one can just relax and enjoy exploring it without feeling under pressure to produc…