Skip to content

lathe/lathe-comforts-for-racket

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Lathe Comforts for Racket

CI

Lathe Comforts for Racket is a collection of utilities that are handy for writing Racket code. This is a non-intrusive toolkit; in most cases it should only make certain Racket code easier to write, without substantially changing the architecture of the project it's used in.

Some of these utilities are designed with Parendown in mind. In some cases, Parendown's weak opening brackets make it easier to get by with higher-order functions instead of custom syntax.

Installation and use

This is a library for Racket. To install it from the Racket package index, run raco pkg install lathe-comforts. Then you can put an import like (require lathe-comforts) in your Racket program.

To install it from source, run raco pkg install --deps search-auto from the lathe-comforts-lib/ directory.

Documentation for Lathe Comforts for Racket is available at the Racket documentation website, and it's maintained in the lathe-comforts-doc/ directory.

About

General-purpose utilities for Racket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages