File: README

package info (click to toggle)
abcl 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,064 kB
  • sloc: lisp: 63,756; java: 63,092; xml: 4,300; sh: 409; makefile: 25; awk: 3
file content (52 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ABCL Examples
=============

Contributions from: 
  Ville Voutilainen, Alex Muscar, Blake McBride, and Mark Evenson


google-app-engine 
                  
   This example shows how to run a ABCL in a Java Servlet context in
   general and in Google App Engine (GAE) in particular.

gui

   Examples of how to interact with Swing/AWT GUI elements.


java-exception

   Handling Java exceptions with the Lisp condition system.


java-interface 

   Implementing a Java interface with Lisp.


java-to-lisp-1 

   Simple examples of calling Lisp from Java.


java-to-lisp-2

   More involved example of calling Lisp from Java including
   parameters and return values.


jsr-223

   Using the implementation of the JSR-223 interface to use Common
   Lisp as a pluggable scripting language on the JVM.


lisp-to-java

   Calling Java code from Lisp.


misc

   Code snippets currently without documentation.