Home > CL-SHELL

CL-SHELL

CL-SHELL is a project mainly written in Common Lisp, it's free.

A Common Lisp package that provides a multi-threaded programming model similar to the Unix shell pipeline facility.

cl-shell provides a processing model inspired by the Unix shell pipeline facility. It replaces the shell programming concept of filters with lambda expressions and channels. Like the shell pipeline facility, cl-shell is a facility for programming with multiple, concurrent threads.

Previous:sbit3