-
Notifications
You must be signed in to change notification settings - Fork 0
Possible Topics
Adam Coggeshall edited this page Jul 13, 2016
·
2 revisions
I didn't have anywhere else to write this, trust me.
-
nilandno value - literal indexing;
{}.testor({}).test
#Parakeet's Ideas (in no particular order)
- Closures, Upvalues
- Higher order functions
- Varargs
- Variable Scope
- Iterators
- Metatables
- Garbage Collection
- Weak Tables
- Function Environment
- Big boy string syntax
- Table length
- Modules
- Valid ways to call a function-- f(), f"", f{}...
- Possibly some debug library fuckery
- Differences between vanilla lua and garry's bullshit
