Yegge Strikes Back from the Grave
langnostic.blogspot.com
Yegge Strikes Back from the Grave
1–10 of 14 posts
Re: Yegge Strikes Back from the Grave
#2Re: Yegge Strikes Back from the Grave
#3This is all it contains about Steve Yegge: The quote from Yegge goes something like "Most newcomers independently come to the same conclusion; Scheme is the better language, but Common Lisp is the right choice for production work." Bottom line, I remember disagreeing a long time ago, but I've uh... independently come to the same conclusion.
Re: Yegge Strikes Back from the Grave
#4(format t "hello world")
From PCL: "T is shorthand for the stream STANDARD-OUTPUT, while NIL causes FORMAT to generate its output to a string, which it then returns."
Re: Yegge Strikes Back from the Grave
#5It also always returns its result, and doesn't have the option of printing to standard-out (you have to use printf for that) (format t "hello world") From PCL: "T is shorthand for the stream STANDARD-OUTPUT , while NIL causes FORMAT to generate its output to a string, which it then returns."
Re: Yegge Strikes Back from the Grave
#6This post is not about Yegge. It's a little comparison of Common Lisp and Scheme (Plt Racket). I think a post with such a bad title should not be read no matter its content but YMMV. This is all it contains about Steve Yegge: The quote from Yegge goes something like "Most newcomers independently come to the same conclusion; Scheme is the better language, but Common Lisp is the right choice for production work." Botto…