An open API service indexing awesome lists of open source software.

https://github.com/bcherny/language-types-comparison

hierarchical diagram of various type systems
https://github.com/bcherny/language-types-comparison

Last synced: 6 months ago
JSON representation

hierarchical diagram of various type systems

Awesome Lists containing this project

README

          

# hierarchical diagram of various type systems

### javascript
![](https://raw.githubusercontent.com/bcherny/language-types-comparison/master/javascript.mmd.png)
see http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%201st%20edition,%20June%201997.pdf

### typescript
![](https://raw.githubusercontent.com/bcherny/language-types-comparison/master/typescript.mmd.png)
see https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3

### java
![](https://raw.githubusercontent.com/bcherny/language-types-comparison/master/java.mmd.png)
see https://docs.oracle.com/javase/7/docs/api/java/lang/package-tree.html

### scala
![](https://raw.githubusercontent.com/bcherny/language-types-comparison/master/scala.mmd.png)
see http://docs.scala-lang.org/tutorials/tour/unified-types.html