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

Classical Music is 80% Boilerplate

Name: Anonymous 2014-05-25 0:05

http://www.youtube.com/watch?v=y2SfrqUqXHE

That must be why no useful programs were written in Scheme, which is like 4'33". And criticizing Java is like criticizing Mozart. Enjoy your minimalism.

Name: Anonymous 2014-05-25 2:43

>>6

you can, but the codes will be liek:

(define (minecraft-set-block p type-id)
(match-define (vector x y z) p)
(minecraft-send-command
(if (pair? type-id)
(list '|world.setBlock| (I x) (I y) (I z)
(type-id->number (car type-id))
(cdr type-id))
(list '|world.setBlock| (I x) (I y) (I z)
(type-id->number type-id)))))

(define (minecraft-get-height x z)
(minecraft-send-command (list '|world.getHeight| (I x) (I z)))
(minecraft-read-number))

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