diff --git a/IDEAS b/IDEAS index 2dc5433..38844a1 100644 --- a/IDEAS +++ b/IDEAS @@ -20,6 +20,10 @@ Steps to follow from the Parrot side: * Parrot Core Embedding Docs: http://docs.parrot.org/parrot/latest/html/docs/pdds/draft/pdd10_embedding.pod.html +Other random semi-related stuff + +* R in Postgres: http://www.omegahat.org/RSPostgres/ + Things we'll need to build: 1) A C-based shared object containing at minimum a "language handler" function. This is what PostgreSQL calls when trying to execute a PL/Parrot function, and diff --git a/src/Makefile b/src/Makefile index 07c5fff..99a9d91 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,3 @@ -# pllolcode Makefile $Id: Makefile,v 1.9 2009/05/04 15:04:55 eggyknap Exp $ - MODULE_big = plparrot OBJS= plparrot.o