>>6087117The spec disappointed me desu. It has weird, constraining and overly strict syntactic design decisions like forcing specific whitespacing and such that C never had (not as bad as something like python at least); its lack of an inline if statement is also retarded imo. It's implementation of interfaces is weird to me (interfacd method declarations outside of data structures?), and the compiler seems to have -Werror on by default (still can't figure out how to disable this, or if you even can).
It seems quite a nice high-level, modern C alternative with really cool concurrency features and static typing (which is rare for modern languages); but it's so overly strict I'm not sure if I like it. Having said that I haven't really done anything fun with it yet so I guess I will stick at it for a bit more.