Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xappings, xectors, xets

In the old *Lisp on the connection machine there was an interface to vectors, sets etc. that allowed computation over collections in a way similar to MapReduce (with alpha and beta as the apply and reduction respectively). Are there resources on the internet that describe these in detail? Are there any implementations running on modern systems (linux etc?)

like image 979
Gavin Mendel-Gleason Avatar asked Nov 04 '22 21:11

Gavin Mendel-Gleason


1 Answers

*Lisp

http://www.softwarepreservation.org/projects/LISP/starlisp/sim/

Starsim: http://examples.franz.com/index.html

like image 149
Rainer Joswig Avatar answered Nov 10 '22 07:11

Rainer Joswig