Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhiroop/lambda

A Lisp dialect implementing basic CSP primitives.
https://github.com/abhiroop/lambda

Last synced: about 1 month ago
JSON representation

A Lisp dialect implementing basic CSP primitives.

Awesome Lists containing this project

README

        

# Lambda
A Lisp dialect implementing basic CSP primitives.

Desired traits:

Type Safe

Garbage Collected

Actor/CSP based

Tail Recursion

Standard library with concurrent and probabilistic data structures -> M.Imp

Eager Evaluation

Immutability(with a pinch of salt)

Continuations

Currying

Pattern Matching

(This is a work in progress)