Name: Anonymous 2014-12-02 12:11
Why hasn't anyone made C that doesn't look like dogshit?
1) C wouldn't need a special syntax for function types because it doesn't have function types. It forces you to use (void *) for all function types.Wait, what?
typedef int* IntPtrIt's not special syntax.
If simplicity was wanted, why not use s-exps?Because it would look like shit for C.