diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-21 10:39:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-08 08:14:41 -0400 |
commit | 890586bc0876a6ad3b45329d9a617c2cb6287177 (patch) | |
tree | d2981b88770cbf7d6f2dd2e41e44b4a1dca2cbb0 | |
parent | 3cd4639e3056eb3ed1d6bb34fa73d23bd4c66441 (diff) |
Update feature list.
-rw-r--r-- | chickadee/graphics/seagull.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chickadee/graphics/seagull.scm b/chickadee/graphics/seagull.scm index ebb79a0..291a68b 100644 --- a/chickadee/graphics/seagull.scm +++ b/chickadee/graphics/seagull.scm @@ -22,12 +22,12 @@ ;; ;; Notable features and restrictions: ;; - Vertex and fragment shader output -;; - Lexical scoping (of course) ;; - Targets multiple GLSL versions -;; - Multiple return values ;; - Type inference -;; - Nested functions (but no free non-top-level variables) -;; - Tail recursion allowed, but no other recursion +;; - Lexical scoping +;; - First-order functions +;; - Nested functions (but no closures!) +;; - Multiple return values ;; ;;; Code: (define-module (chickadee graphics seagull) |