source: trunk/abcl/examples/README @ 15577

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

Undo previous commmit.

File size: 954 bytes
RevLine 
[12722]1ABCL Examples
2=============
[12231]3
[12722]4Contributions from:
5  Ville Voutilainen, Alex Muscar, Blake McBride, and Mark Evenson
[12231]6
7
[12722]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.
[12231]12
[12733]13gui
[12231]14
[12733]15   Examples of how to interact with Swing/AWT GUI elements.
16
17
[12722]18java-exception
[12231]19
[12722]20   Handling Java exceptions with the Lisp condition system.
[12231]21
22
[12722]23java-interface
[12231]24
[12722]25   Implementing a Java interface with Lisp.
[12231]26
27
[12722]28java-to-lisp-1
[12231]29
[12722]30   Simple examples of calling Lisp from Java.
[12231]31
32
[12722]33java-to-lisp-2
34
35   More involved example of calling Lisp from Java including
36   parameters and return values.
37
38
39jsr-223
40
41   Using the implementation of the JSR-223 interface to use Common
42   Lisp as a pluggable scripting language on the JVM.
43
44
45lisp-to-java
46
47   Calling Java code from Lisp.
48
49
50misc
51
52   Code snippets currently without documentation.
Note: See TracBrowser for help on using the repository browser.