hy/eg/repl.hy
2012-12-18 22:39:15 -05:00

8 lines
229 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.