An open API service indexing awesome lists of open source software.

https://github.com/kennytilton/cells

A Common Lisp implementation of the dataflow programming paradigm
https://github.com/kennytilton/cells

Last synced: about 1 month ago
JSON representation

A Common Lisp implementation of the dataflow programming paradigm

Awesome Lists containing this project

README

          

# cells
#### Spreadsheet-like expressiveness for CLOS, the Common Lisp Object System.

Kenny's Lisp NYC February Talk Slides are [here!](https://github.com/kennytilton/cells/blob/master/Lisp-NYC-2018-02v1.pdf) Scroll down to get to any notes.

Please check out the Wiki for motivation and general overview: https://github.com/kennytilton/cells/wiki

No documentation other than the test suite, but ping me for help. I am starting on a port to Clojure/ClojureScript called **MatrixCLJS**, residing temporarily at [TodoFRP MatrixCLJS](https://github.com/kennytilton/todoFRP/blob/matrixjs/todo/MatrixCLJS/README.md)

**MatrixCLJS** is pretty far along and in some ways exceeds Cells in capability and even has a benign issue fixed.

There is a [pure Javascript version](https://github.com/kennytilton/todoFRP/tree/matrixjs/todo/MatrixJS) as well.