27.02.2013, 10:51
Maybe, but these are my main points of interest:
Those and the ability to manipulate functions so I can do things like make "inline" first-class etc.
Edit: Actually Slice, at this level the concept of static variables is good and bad. You want the variables to be able to be rewritten across file boundaries without errors (e.g. to merge hooks in to one function), yet still have errors detected from cross-file uses by the player - I'm not sure how to achieve that at this point!
Quote:
|
Edit: Actually Slice, at this level the concept of static variables is good and bad. You want the variables to be able to be rewritten across file boundaries without errors (e.g. to merge hooks in to one function), yet still have errors detected from cross-file uses by the player - I'm not sure how to achieve that at this point!