Created
June 19, 2017 04:01
-
-
Save ConorOBrien-Foxx/a1b5eb3a617ebbcd40df185d4eda50bc to your computer and use it in GitHub Desktop.
An inspirational graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// test it at www.webgraphviz.com/ | |
digraph languages { | |
// esolangs | |
node [ | |
color = darkorchid1 | |
style = filled | |
]; Pyth Jelly Japt Jolf GolfScript CJam Actually Seriously "Arcyóu" V Brainfuck Braingolf Simplex Element GS2 MATL Befunge "><\>" Minkolang "O" "05AB1E" Ohm | |
node [ | |
color = black | |
style = outline | |
] | |
Vi -> Vim -> V | |
C -> "AWK" | |
C -> "C++" | |
C -> "C#" | |
C -> "D" | |
C -> "Go" | |
C -> "Java" | |
C -> "JavaScript" | |
C -> "Julia" | |
C -> "Perl" | |
C -> "PHP" | |
C -> "Processing" | |
C -> "Python" | |
C -> "Rust" | |
"C++" -> "C#" | |
"C++" -> "D" | |
"C++" -> "Java" | |
"C++" -> "Lua" | |
"C++" -> "Perl" | |
"C++" -> "PHP" | |
"C++" -> "Python" | |
"C++" -> "Rust" | |
APL -> Go | |
APL -> J | |
APL -> K | |
APL -> MATLAB | |
Python -> "CoffeeScript" | |
Python -> "D" | |
Python -> "F#" | |
Python -> "Go" | |
Python -> "JavaScript" | |
Python -> "Julia" | |
Python -> "Ruby" | |
Python -> "Swift" | |
J -> Jelly | |
GolfScript -> CJam | |
CJam -> Jelly | |
Python -> Pyth | |
JavaScript -> Jolf | |
JavaScript -> Japt | |
GolfScript -> Seriously | |
CJam -> Seriously | |
Pyth -> Seriously | |
Seriously -> Actually | |
J -> Stacked | |
PostScript -> Stacked | |
Forth -> Stacked | |
Lisp -> Forth | |
Lisp -> PostScript | |
Lisp -> Python | |
Lisp -> Swift | |
Lisp -> R | |
Lisp -> Ruby | |
Lisp -> Perl | |
Lua -> Perl | |
Ruby -> Julia | |
Ruby -> Rust | |
Ruby -> D | |
Lisp -> "Arcyóu" | |
Pyth -> Jolf | |
"P''" -> "Brainfuck" -> "Braingolf" | |
"Brainfuck" -> Simplex | |
Perl -> "Element" | |
GolfScript -> "GS2" | |
J -> "GS2" | |
"MATLAB" -> "MATL" | |
J -> JellyFish | |
"Befunge" -> "><\>" -> "Minkolang" | |
"Befunge" -> "Minkolang" | |
GolfScript -> "O" | |
Pyth -> "O" | |
K -> "O" | |
"05AB1E" -> "Ohm" | |
"Jelly" -> "Ohm" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment