source: trunk/abcl/examples/README @ 12722

Last change on this file since 12722 was 12722, checked in by Mark Evenson, 13 years ago

Examples reorganization: Top-level README, GAE specific README.

File size: 884 bytes
Line 
1ABCL Examples
2=============
3
4Contributions from:
5  Ville Voutilainen, Alex Muscar, Blake McBride, and Mark Evenson
6
7
8google-app-engine
9                 
10   This example shows how to run a ABCL in a Java Servlet context in
11   general and in Google App Engine (GAE) in particular.
12
13
14java-exception
15
16   Handling Java exceptions with the Lisp condition system.
17
18
19java-interface
20
21   Implementing a Java interface with Lisp.
22
23
24java-to-lisp-1
25
26   Simple examples of calling Lisp from Java.
27
28
29java-to-lisp-2
30
31   More involved example of calling Lisp from Java including
32   parameters and return values.
33
34
35jsr-223
36
37   Using the implementation of the JSR-223 interface to use Common
38   Lisp as a pluggable scripting language on the JVM.
39
40
41lisp-to-java
42
43   Calling Java code from Lisp.
44
45
46misc
47
48   Code snippets currently without documentation.
Note: See TracBrowser for help on using the repository browser.