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

https://github.com/samth/get-primitive


https://github.com/samth/get-primitive

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

### Extract low-level primitives

```
> ((get-primitive 'datum->syntax) #f 1)
#
> (datum->syntax #f 1)
#
```