Hacker News new | ask | show | jobs
by gliptic 404 days ago
> Dynamic Typing: Flexible type system with runtime type checking

Uhm, what does this have to do with C/Zig?

1 comments

its another alternative to C
It's really not. Looks like something like JS with almost identical syntax.

Also, the compiler (and what else?) isn't even implemented [1].

[1] https://github.com/profullstack/smashlang/blob/master/src/co...

It doesn't even distinguish integer and floating point?