Skip to content

Instantly share code, notes, and snippets.

@toby55kij
Created July 28, 2010 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toby55kij/494835 to your computer and use it in GitHub Desktop.
Save toby55kij/494835 to your computer and use it in GitHub Desktop.
JGGUG懇親会のLTで発表した内容のソース
@Grab('jline:jline:0.9.94')
def c = new jline.ConsoleReader()
while (l = c.readLine('$ ')) println "${_ = evaluate(l)}"
println ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment