Nice article, but there are many errors or typo that makes it hard to follow. (Is it a typo or do I not understand that part)
For example, his use of 'unsafe': why functions that don't take pointer are declared as unsafe? Also taking a pointer of an array shouldn't need unsafe. Is 4 > 8 ? Missing close ']'. And that's just the one I see.I haven't tried compiling the code example, but I don't think they do.
No comments yet.