A library composed of predicates functions in Racket Programming Language (Lisp Dialect)
- To install, run
raco pkg install racket-predicates
. - Then to use in a module,
(require racket-predicates)
.
Import in DrRacket IDE:
- Clone the project in the local using `git clone <repo name>`
- DrRacket -> File -> Install Package
- Under Package Source paste: `https://github.com/aryaghan-mutum/racket-predicates`
- Click Install or Update
- Open a file and import the package: (require racket-predicates)
Anurag Muthyam
Email: anu.drumcoder@gmail.com
https://github.com/aryaghan-mutum