Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What's the best current flavor of Lisp?

Name: McCarthy's Ghost 2015-06-25 21:22

And why is it Racket?

Name: Anonymous 2015-07-26 9:48

>>29
Wake me up when C and C++ looks something like this.
(def bit-bucket-writer
(proxy [java.io.Writer] []
(write [buf] nil)
(close [] nil)
(flush [] nil)))

(defmacro noprint
"Evaluates the given expressions with all printing to *out* silenced."
[& forms]
`(binding [*out* bit-bucket-writer]
~@forms))

(noprint
(println "Hello, nobody!"))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List