A few things I'm wondering about...

What are the data that pointers point to (Link->X, etc.) called? I've seen them called "arguments," but that's sort of an odd name for them...

Are there any plans to implement continue and break, with or without labels? And what about ?: and switch?

Will it be possible in the future to define numbers in hexadecimal or binary? Seems like it'd be useful, what with the bitwise operators. Speaking of which, are those all as one would expect? I noticed they're present, but I haven't exactly tested them yet.