The newLisp website mentions that newLisp is able to expose the MySQL API. Where would I find more information or documentation on this feature? Does it work with Windows?
Thanks,
The Sunburned Surveyor
The source distribution contains a file modules/mysql.lsp for working with MySQL on Linux/UNIX systems. The API is documented in the header of that file. For Windows you might be better off using an ODBC interface using the module/odbc.lsp.
Lutz