Skip to content

Commit

Permalink
Add more links to IDEAS
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 6, 2009
1 parent 759010d commit 441f02c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions IDEAS
Expand Up @@ -5,23 +5,30 @@ Ways to get Parrot in your Postgres database:
** load via a shared library (.so or .dylib)
* pure NCI


Steps to follow from the PostgreSQL side:
Notes for the PostgreSQL side:

* PL/LOLCODE http://pgfoundry.org/projects/pllolcode/

* http://www.postgresql.org/docs/8.4/static/xfunc-c.html

* http://www.postgresql.org/docs/8.4/static/plhandler.html

Steps to follow from the Parrot side:
* http://developer.postgresql.org/pgdocs/postgres/parser-stage.html

* http://www.postgresonline.com/journal/index.php?/archives/6-Language-Architecture-in-PostgreSQL.html

Notes for the Parrot side:

* mod_parrot http://www.parrot.org/mod_parrot

* Parrot Core Embedding Docs: http://docs.parrot.org/parrot/latest/html/docs/pdds/draft/pdd10_embedding.pod.html

Other random semi-related stuff

* PL/R http://www.joeconway.com/plr/

* PL/Scheme http://plscheme.projects.postgresql.org/

* R in Postgres: http://www.omegahat.org/RSPostgres/

Things we'll need to build:
Expand Down

0 comments on commit 441f02c

Please sign in to comment.