-
-
Save samth/2577240 to your computer and use it in GitHub Desktop.
early influence graph of fp languages -- this is not meant to be a complete time line. I'm mostly concerned with the root and inner nodes.
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
digraph G { | |
KRC -> Miranda; | |
ML -> Miranda; | |
KRC -> SASL; | |
SASL -> Miranda; | |
Miranda -> Haskell; | |
Hope -> Haskell; | |
Hope -> ML; | |
Clean -> Haskell; | |
FP -> Haskell; | |
ISWIM -> Haskell; | |
Haskell -> FSharp | |
Haskell -> Clojure; | |
Haskell -> Qi; | |
Haskell -> Mercury; | |
Haskell -> Clean; | |
Haskell -> Agda; | |
ISWIM -> SASL; | |
ISWIM -> Miranda; | |
ISWIM -> Lucid; | |
ISWIM -> ML; | |
LISP -> ISWIM; | |
Id -> Haskell; // M-structure are managed refs | |
Erlang -> Clojure; | |
ML -> Clojure; | |
ML -> Erlang; | |
Prolog -> Erlang; | |
Prolog -> Clojure; | |
Scheme -> Clojure; | |
Scheme -> Haskell; | |
LISP -> Scheme; | |
LISP -> Qi; | |
ML -> Scala; | |
Prolog -> Mercury; | |
Haskell -> Scala; | |
SystemF -> unknown; | |
ALGOL -> ISWIM; | |
ALGOL -> Scheme; | |
LISP -> Planner -> Prolog; | |
Planner -> Actor -> Scheme; | |
Scheme -> Racket; | |
Clojure -> Scala; | |
ML -> Caml -> OCaml -> FSharp; | |
ML -> SML; | |
ML -> Haskell; | |
SML -> Haskell; | |
LISP -> Common Lisp; | |
Scheme -> Common Lisp; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment