aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes/notes.02.23.15.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/notes/notes.02.23.15.txt b/notes/notes.02.23.15.txt
new file mode 100644
index 00000000..1f58ddaf
--- /dev/null
+++ b/notes/notes.02.23.15.txt
@@ -0,0 +1,10 @@
+TODO: rename ! to *.
+
+when declare a var, give it a type because compiler assumes it is ?
+
+if costantantly adding to end of a list, should use a vector type instead of a list, because add is much faster than append (depends on length of left operand)
+
+TODO: test case
+ inst a of mywire
+
+