Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Lisp in SQL

Name: Anonymous 2014-01-11 17:38

Lets discuss writing Lisp interpreter on top of SQL.

I already did the reader part...
https://github.com/saniv/tsql_lisp/blob/master/lisp.sql

Name: Anonymous 2014-01-12 3:30

So in a nutshell relational Lisp would get you
(animal cat Name (lambda (Age) (< Age 3))
while SQL provides:
select * from Animals where 'animal_type' = 'cat' AND 'age' < 3


but I'm more interested in implementing usual imperative Lisp on top of SQL.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List