Crisp is a curried lisp with its syntax being an amalgamation of Scheme and Fennel.
The project depends on GHC 9.0.2 which can be installed by either GHCUP, you or Nix:
# Enter an evnironment with the correct `ghc` version
nix develop
# Build the project
stack build
# Run the project
stack runExample code can be found at ./crisp/std.crisp