Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/threelanguageaxes
3 language axes chart: Type System, Runtime, Paradigm
https://github.com/whiteblackgoose/threelanguageaxes
Last synced: 18 days ago
JSON representation
3 language axes chart: Type System, Runtime, Paradigm
- Host: GitHub
- URL: https://github.com/whiteblackgoose/threelanguageaxes
- Owner: WhiteBlackGoose
- License: mit
- Created: 2022-02-13T20:35:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T12:31:26.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T18:46:36.175Z (30 days ago)
- Language: F#
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three Language Axes
See the [webpage](https://whiteblackgoose.github.io/ThreeLanguageAxes).
This chart naively visualizes three major things about programming languages.
### Type System
This is about how type safe it is, how unlikely compiled code will fail in runtime because of a wrong type passed/used.
### Runtime
This tells about how much of a job is on a language runtime. For simplicity I take the most common *implementation* of a language, because many modern languages can be compiled/interpreted/etc., used in different modes.
### Paradigm
This one goes from procedural to OOP to FP. This is about *how* you write your code, what patterns of logic you apply.