diff options
Diffstat (limited to 'js/scripting-lang/IDEAS.txt')
-rw-r--r-- | js/scripting-lang/IDEAS.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/js/scripting-lang/IDEAS.txt b/js/scripting-lang/IDEAS.txt deleted file mode 100644 index 96f8b4b..0000000 --- a/js/scripting-lang/IDEAS.txt +++ /dev/null @@ -1,17 +0,0 @@ -add 2 other io functions - -..listen - -..emit - -where listen takes in a well defined state object from outside the scope of the program, making it available to the program - -where emit lets the program spit state back out into the wider world - -*** - -Implement type annotation with the "is" keyword, like - -x is int : 1; - -double is int : x -> x * 2; \ No newline at end of file |