# calm > **c**alm **a**bstract **l**ambda **m**achine - aggressive multi-threaded reduction of lambda calculus expressions - small memory footprint ## Note This repository also contains an implementation of the RKNL abstract machine. You can find it in the `rknl` branch. ## Libraries - [hashmap.c](https://github.com/tidwall/hashmap.c) \[MIT\]: Simple but efficient hashmap - [pqueue](https://github.com/vy/libpqueue/) \[BSD 2-Clause\]: Simple priority queue implementation - [xxHash](https://github.com/Cyan4973/xxHash/) \[BSD 2-Clause\]: Extremely fast hash algorithm