Skip to content

A Racket library that makes function application delimiter-sensitive

License

Notifications You must be signed in to change notification settings

jackfirth/delimit-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delimit-app Build Status codecov

A Racket library that makes function application delimiter-sensitive.

> (require delimit-app)
> (+ 1 2 3)
6
> [1 2 3]
'(1 2 3)
> {'a 1 'b 2}
(hash 'a 1 'b 2)

About

A Racket library that makes function application delimiter-sensitive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages