Comment by andai 1 day ago It's buried in the article, but Lush is from 1987! 7 comments andai Reply kgwgk 1 day ago SN(1987) neural network simulator for AmigaOS (Leon Bottou, Yann LeCun) | SN1(1988) ported to SunOS. added shared-weight neural nets and graphics (LeCun) | \ | SN1.3(1989) commercial version for Unix (Neuristique) | / SN2(1990) new lisp interpreter and graphic functions (Bottou) | \ | SN2.2(1991) commercial version (Neuristique) | | | SN2.5(1991) ogre GUI toolkit (Neuristique) | / \ \ / SN2.8(1993+) enhanced version (Neuristique) | \ | TL3(1993+) lisp interpreter for Unix and Win32 (Neuristique) | [GPL] | \_______________________________________________ | | SN27ATT(1991) custom AT&T version | | (LeCun, Bottou, Simard, AT&T Labs) | | | SN3(1992) IDX matrix engine, Lisp->C compiler/loader and | | gradient-based learning library | | (Bottou, LeCun, AT&T) | | | SN3.1(1995) redesigned compiler, added OpenGL and SGI VL | | support (Bottou, LeCun, Simard, AT&T Labs) | | | SN3.2(2000) hardened/cleanup SN3.x code, | | added SDL support (LeCun) | | _______________________________________________________| |/ | ATTLUSH(2001) merging of TL3 interpreter + SN3.2 compiler [GPL] and libraries (Bottou, LeCun, AT&T Labs). | LUSH(2002) rewrote the compiler/loader (Bottou, NEC Research Institute) [GPL] | LUSH(2002) rewrote library, documentation, and interfaced packages [GPL] (LeCun, Huang-Fu, NEC) https://lush.sourceforge.net/credits.html peagreen 1 day ago I love this diagram. Is there a tool that generates such things? Or is there a name for this style of diagram that I could search for?My prime use would be generating diagrams of function call chains in large Python code bases. bandie91 7 hours ago i am also interested in this.i found vijual[1] and mermaid-ascii[2] are good starting projects.[1]: http://www.lisperati.com/vijual/ [2]: https://github.com/AlexanderGrooff/mermaid-ascii johnisgood 7 hours ago How about pycallgraph that can be exported to Graphviz?FWIW it is called evolutionary or lineage (or hierarchical lineage) diagram I believe. fraserphysics 1 day ago Where does Ralf Juengling's work on lush fit in to this picture? kgwgk 1 day ago Note that the diagram ends in 2002.https://sourceforge.net/p/lush/mailman/message/20287123/
kgwgk 1 day ago SN(1987) neural network simulator for AmigaOS (Leon Bottou, Yann LeCun) | SN1(1988) ported to SunOS. added shared-weight neural nets and graphics (LeCun) | \ | SN1.3(1989) commercial version for Unix (Neuristique) | / SN2(1990) new lisp interpreter and graphic functions (Bottou) | \ | SN2.2(1991) commercial version (Neuristique) | | | SN2.5(1991) ogre GUI toolkit (Neuristique) | / \ \ / SN2.8(1993+) enhanced version (Neuristique) | \ | TL3(1993+) lisp interpreter for Unix and Win32 (Neuristique) | [GPL] | \_______________________________________________ | | SN27ATT(1991) custom AT&T version | | (LeCun, Bottou, Simard, AT&T Labs) | | | SN3(1992) IDX matrix engine, Lisp->C compiler/loader and | | gradient-based learning library | | (Bottou, LeCun, AT&T) | | | SN3.1(1995) redesigned compiler, added OpenGL and SGI VL | | support (Bottou, LeCun, Simard, AT&T Labs) | | | SN3.2(2000) hardened/cleanup SN3.x code, | | added SDL support (LeCun) | | _______________________________________________________| |/ | ATTLUSH(2001) merging of TL3 interpreter + SN3.2 compiler [GPL] and libraries (Bottou, LeCun, AT&T Labs). | LUSH(2002) rewrote the compiler/loader (Bottou, NEC Research Institute) [GPL] | LUSH(2002) rewrote library, documentation, and interfaced packages [GPL] (LeCun, Huang-Fu, NEC) https://lush.sourceforge.net/credits.html peagreen 1 day ago I love this diagram. Is there a tool that generates such things? Or is there a name for this style of diagram that I could search for?My prime use would be generating diagrams of function call chains in large Python code bases. bandie91 7 hours ago i am also interested in this.i found vijual[1] and mermaid-ascii[2] are good starting projects.[1]: http://www.lisperati.com/vijual/ [2]: https://github.com/AlexanderGrooff/mermaid-ascii johnisgood 7 hours ago How about pycallgraph that can be exported to Graphviz?FWIW it is called evolutionary or lineage (or hierarchical lineage) diagram I believe. fraserphysics 1 day ago Where does Ralf Juengling's work on lush fit in to this picture? kgwgk 1 day ago Note that the diagram ends in 2002.https://sourceforge.net/p/lush/mailman/message/20287123/
peagreen 1 day ago I love this diagram. Is there a tool that generates such things? Or is there a name for this style of diagram that I could search for?My prime use would be generating diagrams of function call chains in large Python code bases. bandie91 7 hours ago i am also interested in this.i found vijual[1] and mermaid-ascii[2] are good starting projects.[1]: http://www.lisperati.com/vijual/ [2]: https://github.com/AlexanderGrooff/mermaid-ascii johnisgood 7 hours ago How about pycallgraph that can be exported to Graphviz?FWIW it is called evolutionary or lineage (or hierarchical lineage) diagram I believe.
bandie91 7 hours ago i am also interested in this.i found vijual[1] and mermaid-ascii[2] are good starting projects.[1]: http://www.lisperati.com/vijual/ [2]: https://github.com/AlexanderGrooff/mermaid-ascii
johnisgood 7 hours ago How about pycallgraph that can be exported to Graphviz?FWIW it is called evolutionary or lineage (or hierarchical lineage) diagram I believe.
fraserphysics 1 day ago Where does Ralf Juengling's work on lush fit in to this picture? kgwgk 1 day ago Note that the diagram ends in 2002.https://sourceforge.net/p/lush/mailman/message/20287123/
kgwgk 1 day ago Note that the diagram ends in 2002.https://sourceforge.net/p/lush/mailman/message/20287123/
https://lush.sourceforge.net/credits.html
I love this diagram. Is there a tool that generates such things? Or is there a name for this style of diagram that I could search for?
My prime use would be generating diagrams of function call chains in large Python code bases.
i am also interested in this.
i found vijual[1] and mermaid-ascii[2] are good starting projects.
[1]: http://www.lisperati.com/vijual/ [2]: https://github.com/AlexanderGrooff/mermaid-ascii
How about pycallgraph that can be exported to Graphviz?
FWIW it is called evolutionary or lineage (or hierarchical lineage) diagram I believe.
Where does Ralf Juengling's work on lush fit in to this picture?
Note that the diagram ends in 2002.
https://sourceforge.net/p/lush/mailman/message/20287123/