PL/scheme, Procedural Language Handler

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: pgsql-announce(at)postgresql(dot)org
Subject: PL/scheme, Procedural Language Handler
Date: 2006-08-14 12:44:13
Message-ID: 20060814124413.GC1382@alamut.tdm.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi,

I've been working on a PL/scheme project and after making some progress
on the framework, decided to release it under pgFoundry.

PL/scheme is a PostgreSQL procedural language handler for Scheme
programming language released under BSD license. PL/scheme uses Guile in
the background as its Scheme interpreter. With lots of builtin SRFIs,
GOOPS framework and complete R5RS compliancy of Guile, PL/scheme will
power up PostgreSQL procedures in your favorite programming language!

At the moment, PL/scheme only supports some primary (simple) types:
NULL, boolean, integer, float, text, etc... (Complex, pseudo and domain
types are missing.) I'll try to expand its available type handling scope
and (especially SPI) functionality by the time.

You can find more information about project from the website at
http://plscheme.projects.postgresql.org/

Regards.

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2006-08-21 06:43:59 == PostgreSQL Weekly News - August 20 2006 ==
Previous Message David Fetter 2006-08-14 06:31:27 == PostgreSQL Weekly News - August 13 2006 ==