aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index 7259ebb..e2c1c23 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
k_guile PD external
--------------------------------------------
-V0.0.1
+V0.0.2
-This external makes you able to use guile as an extension language for
PD. Guile is a scheme interpreter. The API is inspired by
@@ -90,9 +90,19 @@ Scheme programming with the k_guile object.
-Backtracing doesn't work properly. Don't know why.
+Changes
+--------------------------------------------------
+v0.0.1->v0.0.2:
+-Loads /etc/.k_guile.scm and $HOME/.k_guile.scm at
+ startup.
+-An inlet can spesify 'any as type, and will then
+ receive anything.
+-The k_guile object can receive "eval" messages to evaluate
+ scheme code.
+
--------------------------------------------------
Kjetil S. Matheussen, k.s.matheussen@notam02.no
-last updated 4.1.2004
+last updated 21.1.2004