https://github.com/mohd-akram/languages
A graph of programming languages connected through compilers.
https://github.com/mohd-akram/languages
languages programming visualization
Last synced: 3 months ago
JSON representation
A graph of programming languages connected through compilers.
- Host: GitHub
- URL: https://github.com/mohd-akram/languages
- Owner: mohd-akram
- License: mit
- Created: 2016-09-03T19:16:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T19:58:49.000Z (over 2 years ago)
- Last Synced: 2024-12-10T04:10:29.885Z (11 months ago)
- Topics: languages, programming, visualization
- Language: JavaScript
- Homepage: https://git.io/languages
- Size: 474 KB
- Stars: 175
- Watchers: 9
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Language Graph
==============
**[Live demo](https://git.io/languages)**
This project shows a graph where the nodes are programming languages and the
edges are compilers. The graph is drawn using
[Cytoscape.js](http://js.cytoscape.org), particularly the [CoSE layout
module](https://github.com/cytoscape/cytoscape.js-cose-bilkent).
The data for the list of compilers is sourced from the
[compilers.js](https://github.com/mohd-akram/compilers) module. Please submit
any data updates to that repository.