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

Pages: 1-

Daily ed implementation thread

Name: Anonymous 2012-11-27 21:40

(use extras) ; compile with chicken

(define run-cmd
  (lambda args
    (display "?")
    (newline)))

(let loop ((line (read-line)))
  (cond ((not (eof-object? line))
         (run-cmd line)
         (loop (read-line)))))

Name: Anonymous 2012-11-27 22:03

[ readln "?" print ] loop

Name: Anonymous 2012-11-27 22:21

Topical joke, very 2012.

Name: Anonymous 2012-11-27 22:27

oh shit, the spammers are coming for this thread!

too bad nobody ever clicks their shit

Name: Anonymous 2012-11-27 22:30

>>2
is that rebol

Name: Anonymous 2012-11-27 22:35

>>5
REBOL ( /ˈrɛbəl/ reb-əl; Relative Expression Based Object Language)[3][4] is a cross-platform[4] data exchange language and a multi-paradigm dynamic programming language originally designed by Carl Sassenrath for network communications and distributed computing.
Most definitely not.

Name: Anonymous 2012-11-28 0:47

>>5
it's color forth you fartpacker

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