thecotne / state-of-js-type-systems

State Of JavaScript Type Systems
8 stars 1 forks source link

Alternative typesystems for JS not mentioned #1

Open Raynos opened 4 years ago

Raynos commented 4 years ago

There are further projects that are worth comparing

There are other previous attempts at sound type systems that have run into a dead end.

The author of infernu has nice blog posts : https://noamlewis.wordpress.com/2015/01/20/introducing-sjs-a-type-inferer-and-checker-for-javascript/

thecotne commented 4 years ago

i don't want to add any of those in comparison tables but i am open to mention them in first section after ... in TypeScript by microsoft. before Besides those there is new kid ...

feel free to send PR

thecotne commented 4 years ago

also if we mention compile to js projects then there are bunch of those

and this is not all see

unlight commented 4 years ago

There is also https://github.com/getify/TypL looks like similar to Hegel

thecotne commented 4 years ago

@unlight does not look similar to hegel to me. it has very weird template tag based syntax and it's a type linter with configurable rules of type system