Hacker News new | ask | show | jobs
by jdale27 6584 days ago
"One issue might be not having database drivers, though (LISP programming???)."

Huh?

1 comments

I know there are probably drivers, I just have not figured it all out yet (MzScheme). What about orm mappers, for example?

Sorry, that really wasn't meant as a criticism of LISP.

Well, I'm not too familiar with MzScheme, but http://planet.plt-scheme.org/ would probably be a good place to look.

Common Lisp certainly does have good database support: CLSQL probably supports whatever combination of OS, Lisp implementation, and RDBMS you need.

ORM tools and other object persistence solutions are there too. http://common-lisp.net/ is a good source.