Lisp/sql(ID:7837/)


Hybrid of LispKit LISP and SQL to permit recursive SQL queries


Related languages
Lispkit Lisp => Lisp/sql   Based on
SQL => Lisp/sql   Incorporated some features of

References:
  • Mitic, Nenad "Integracija SQL/DB2 u Lispkit Lisp jeziku", XXXVII konferencija ETAN-a, Beograd 1993, sveska 8, pp. 103-108 view details
  • Mitic, Nenad "A Solution to the Parts Explosion Problem in (lispkit) Lisp/sql Language" in MATEMATIÈKI VESNIK 46(3-4) 1994 view details Abstract: In this paper a new approach to resolving the parts explosion problem [1] will be presented. The parts explosion problem is well known as a problem that is beyond the capabilities of classical relational algebra. This problem can not be solved in a natural way in an SQL system by means of recursive calls, because SQL does not support recursion in a classical sense. Suggested solution is recursive and it is based on a different concept of a result of an SQL query embedded in a programming language. External link: Online copy