How do I get started?
+1
A:
You'll need an interface to the Oracle SQL database. As Bob pointed out, Allegro CL has such an interface.
GNU CLISP apparently comes with an interface to the database as well.
omouse
2008-09-15 20:35:16
+1
A:
The most straightforward way to do Oracle stuff from your Common Lisp program is to use CLSQL. There are plenty of other packages for doing stuff with databases from Common Lisp. Have a look at Cliki's database page
jfm3
2008-09-16 07:26:28