Hacker News new | ask | show | jobs
by vram22 3531 days ago
Please read the post title again.

A minimal version would be more like:

# REPL

def interpret_lisp():

    while not control_C_pressed():

        print(eval(read()))
where those functions would have to be defined, of course.

:)