[armedbear-cvs] r13820 - trunk/abcl/contrib/jss
mevenson at common-lisp.net
mevenson at common-lisp.net
Sun Jan 29 03:10:26 UTC 2012
Author: mevenson
Date: Sat Jan 28 19:10:25 2012
New Revision: 13820
Log:
jss doc: note availabilty of interactive restart to resolve class ambiguity.
Modified:
trunk/abcl/contrib/jss/README.markdown
Modified: trunk/abcl/contrib/jss/README.markdown
==============================================================================
--- trunk/abcl/contrib/jss/README.markdown Sat Jan 28 09:43:39 2012 (r13819)
+++ trunk/abcl/contrib/jss/README.markdown Sat Jan 28 19:10:25 2012 (r13820)
@@ -50,6 +50,8 @@
the arguments sw and "Hello ". JSS figures out the right java method
to call, and calls it.
+An interactive restart is available to resolve class ambiguity.
+
Static calls are possible as well with the #" macro, but the
first argument MUST BE A SYMBOL to distinguish
@@ -82,6 +84,7 @@
(time (dotimes (i 10000) (#"toString" "foo")))
+So, something like
(with-constant-signature ((tostring "toString" t)) ...)
@@ -130,5 +133,5 @@
<> dc:created "2005" ;
dc:author "Mark <evenson.not.org at gmail.com>";
- revised: "27-JAN-2012" .
+ revised: "29-JAN-2012" .
More information about the armedbear-cvs
mailing list