Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created August 5, 2010 11:36
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 snarkyboojum/509604 to your computer and use it in GitHub Desktop.
Save snarkyboojum/509604 to your computer and use it in GitHub Desktop.
$ find . -type f -exec grep 'casts' {} \; -print
system 'mono --debug=casts MAIN.exe' if !$module && !$stopafter;
./niecza_eval
boojum:niecza adrian$ cp niecza_eval niecza_eval.casts
boojum:niecza adrian$ vim niecza_eval
boojum:niecza adrian$ ./niecza_eval
> say 2+2
4
Bool::True
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment