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

Writing a better TeX in Clojure

Name: Anonymous 2016-10-24 22:23

Name: Anonymous 2016-10-25 1:15

It is indeed a lisp, just a fscking weird one. Even cons and quasiquote are weird. In clojure, (cons 1 (cons 2 (cons '()))) != (list 1 2 3)

Name: Anonymous 2016-10-25 11:19

>>4
Are you missing a 3?

(cons 1 (cons 2 (cons 3 '()))) ;; => '(1 2 3)

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