Tom Pledger wrote:
    > In the last 12 months or so, all the database-related messages
    > in this list have involved interfacing to SQL engines.  By
    > contrast, how about using Haskell as a non-SQL relational
    > database language?
    
    I've always thought that a functional language such as Haskell
    would provide a very good framework for using relational algebra
    in order to combine and extract data. (In contrast to using
    something like a Structured Query Language.)

The open software Erlang system comes with a distributed database
implemented in Erlang where the "query language" is based on list
(table) comprehensions. That may serve as an example for what a
Haskell database may be like.

-- 
Patrick Logan                 mailto:[EMAIL PROTECTED]
Voice 503-533-3365            Fax   503-629-8556
Gemstone Systems, Inc         http://www.gemstone.com


Reply via email to