Line | |
---|
1 | ABCL Examples |
---|
2 | ============= |
---|
3 | |
---|
4 | Contributions from: |
---|
5 | Ville Voutilainen, Alex Muscar, Blake McBride, and Mark Evenson |
---|
6 | |
---|
7 | |
---|
8 | google-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 | gui |
---|
14 | |
---|
15 | Examples of how to interact with Swing/AWT GUI elements. |
---|
16 | |
---|
17 | |
---|
18 | java-exception |
---|
19 | |
---|
20 | Handling Java exceptions with the Lisp condition system. |
---|
21 | |
---|
22 | |
---|
23 | java-interface |
---|
24 | |
---|
25 | Implementing a Java interface with Lisp. |
---|
26 | |
---|
27 | |
---|
28 | java-to-lisp-1 |
---|
29 | |
---|
30 | Simple examples of calling Lisp from Java. |
---|
31 | |
---|
32 | |
---|
33 | java-to-lisp-2 |
---|
34 | |
---|
35 | More involved example of calling Lisp from Java including |
---|
36 | parameters and return values. |
---|
37 | |
---|
38 | |
---|
39 | jsr-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 | |
---|
45 | lisp-to-java |
---|
46 | |
---|
47 | Calling Java code from Lisp. |
---|
48 | |
---|
49 | |
---|
50 | misc |
---|
51 | |
---|
52 | Code snippets currently without documentation. |
---|
Note: See
TracBrowser
for help on using the repository browser.