Fixed lambda expressions and implemented function calls using the basic list notation.
[bpt/guile.git] / module / language / elisp / README
index 47ff7c5..511490c 100644 (file)
@@ -12,7 +12,7 @@ Already implemented:
   * referencing and setting (setq) variables
   * while
   * let, let*
-  * lambda expressions
+  * lambda expressions, function calls using list notation
 
 Especially still missing:
   * other progX forms, will be done in macros
@@ -25,6 +25,6 @@ Especially still missing:
   * automatic creation of fluids when needed
   * macros
   * general primitives (+, -, *, cons, ...)
-  * function calls
+  * funcall and apply
   * fset & friends
   * defvar, defun