Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created June 3, 2014 12:40
Show Gist options
  • Save farhaven/04654a145940033a2e09 to your computer and use it in GitHub Desktop.
Save farhaven/04654a145940033a2e09 to your computer and use it in GitHub Desktop.
import nrepl
c = nrepl.connect("nrepl://localhost:8888")
c.write({"op": "eval", "code": "(+ 2 3)"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment