Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created April 24, 2013 21:07
Show Gist options
  • Save tbatchelli/5455585 to your computer and use it in GitHub Desktop.
Save tbatchelli/5455585 to your computer and use it in GitHub Desktop.
; nREPL 0.1.7
user> (use 'classlojure-test.core :reload)
nil
user> (with-classloader vmfest-xpcom (use 'vmfest.manager :reload-all) )
nil
user> (with-classloader vmfest-ws (use 'vmfest.manager :reload-all) )
nil
user> (with-classloader vmfest-ws (vmfest.virtualbox.version/vbox-binding) )
:ws
user> (with-classloader vmfest-xpcom (vmfest.virtualbox.version/vbox-binding) )
:ws
user> (with-classloader vmfest-xpcom (use 'vmfest.manager :reload-all) )
nil
user> (with-classloader vmfest-xpcom (vmfest.virtualbox.version/vbox-binding) )
:xpcom
user> (with-classloader vmfest-ws (vmfest.virtualbox.version/vbox-binding) )
:xpcom
user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment