Changeset 13128
- Timestamp:
- 01/06/11 13:55:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/doc/abcl-user.html
r12746 r13128 164 164 } 165 165 </PRE> 166 See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/ abcl/javacall_from_lisp/Main.java">here</A>.166 See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/lisp-to-java/Main.java">here</A>. 167 167 <H2>Lisp code</H2> 168 168 <P> … … 194 194 (format t "in void-function, result of calling addTwoNumbers(2, 4): ~a~%" result))) 195 195 </PRE> 196 See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/ abcl/javacall_from_lisp/lispfunctions.lisp">here</A>.196 See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/lisp-to-java/lispfunctions.lisp">here</A>. 197 197 <H1>Sample Code</H1> 198 198 <UL> 199 199 <LI> 200 Code examples can be found <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/ abcl">here</A>.200 Code examples can be found <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/">here</A>. 201 201 </LI> 202 202 <LI>Conway's Game of Life: This example shows how to call Lisp code from Java.
Note: See TracChangeset
for help on using the changeset viewer.