15 Aug
2007
15 Aug
'07
11:39 a.m.
I agree with Joerg, on the below, as well as with Mike on file I/O.
I also wonder if a mechanism to define global variables or share
variables between shreds might not be helpful, as doing a public class
with static data feels counter-intuitive to me.
~David
On 8/15/07, joerg piringer
you are right, there should be more discussion.
my top priorities are:
Include statement. Would make it easier to reuse code. this is not in the Prioritized Wish List for Next Release, but i think the java-esque auto dependency finding system mentioned there might be even better. for me this is extremely important.
better string support.
a dynamic structure like lists in Python for example. arrays are not enough.