hy/eg/repl.hy
Paul Tagliamonte 395943ca53 some hacking
2012-12-22 00:18:37 -05:00

7 lines
228 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
; Copyright (c) Paul Tagliamonte, in sofar as any of this is at all
; copyrightable.
(loop (print (eval (read))))
; Yes folks, this is where REPL comes from.