k_guile is a guile PD external.
Download from http://www.notam02.no/arkiv/src/pd/
k_guile PD external -------------------------------------------- V0.0.1
-This external makes you able to use guile as an extension language for PD. Guile is a scheme interpreter. The API is inspired by the python pyext external made by Thomas Grill, and a small part of the code is made by looking at the flext source.
-To be able to use it, you should first know the lisp programming language, then check out the help-k_guile.pd example patch and read the small example-scripts that the patch loads.
k_guile is a guile PD external. guile is a schemem interpreter.
v0.0.1->v0.0.2: -Loads /etc/.k_guile.scm and $HOME/.k_guile.scm at startup. -An inlet can specify 'any as type, and will then receive anything. -The k_guile object can receive "eval" messages to evaluate scheme code.
Download from http://www.notam02.no/arkiv/src/pd/