Changeset 13820 for trunk/abcl/contrib/jss/README.markdown
- Timestamp:
- 01/29/12 03:10:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/jss/README.markdown
r13813 r13820 51 51 to call, and calls it. 52 52 53 An interactive restart is available to resolve class ambiguity. 54 53 55 Static calls are possible as well with the #" macro, but the 54 56 first argument MUST BE A SYMBOL to distinguish … … 83 85 (time (dotimes (i 10000) (#"toString" "foo"))) 84 86 87 So, something like 85 88 86 89 (with-constant-signature ((tostring "toString" t)) ...) … … 131 134 <> dc:created "2005" ; 132 135 dc:author "Mark <evenson.not.org@gmail.com>"; 133 revised: "2 7-JAN-2012" .136 revised: "29-JAN-2012" . 134 137
Note: See TracChangeset
for help on using the changeset viewer.