Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 441 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 441 Bytes

racketnock

Implementation of Nock in Racket

Direct usage of the functions should be fairly obvious, and the included test cases provide examples. If you just want to use nock function, then there is a macro so that you can say something like (nock-eval [42 [1 10 20 30]]), and the result will be '(10 20 . 30).

For reference regarding Nock, see Crash Course in Nock.