Skip to content

Instantly share code, notes, and snippets.

@dyoo
Created March 19, 2013 20:08
Show Gist options
  • Save dyoo/5199615 to your computer and use it in GitHub Desktop.
Save dyoo/5199615 to your computer and use it in GitHub Desktop.
simple repl example
#lang racket
(define ns (make-base-namespace))
(parameterize ([current-namespace ns])
(read-eval-print-loop))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment