Skip to content

Instantly share code, notes, and snippets.

@ConorOBrien-Foxx
Created June 19, 2017 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ConorOBrien-Foxx/a1b5eb3a617ebbcd40df185d4eda50bc to your computer and use it in GitHub Desktop.
Save ConorOBrien-Foxx/a1b5eb3a617ebbcd40df185d4eda50bc to your computer and use it in GitHub Desktop.
An inspirational graph
// 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