Skip to content

A Racket library that allows prefix, infix, postfix, and partially applied functions

License

Notifications You must be signed in to change notification settings

AlexKnauth/ugly-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ugly-app

A Racket library that allows prefix, infix, postfix, and partially applied functions.

This was mainly inspired by two things:

  • fancy-app, a similar library for just partially applied functions
  • relations in programming-language semantics and type-checking such as ρ ⊢ e ⇓ v and Γ ⊢ e : τ

Installation

In DrRacket, go to the File menu, click Package Manager, and click on the Do What I Mean tab. In the Package Source field put git://github.com/AlexKnauth/ugly-app?path=ugly-app-lib, and click Install.

Or on the command line, run the command raco pkg install git://github.com/AlexKnauth/ugly-app?path=ugly-app-lib.

About

A Racket library that allows prefix, infix, postfix, and partially applied functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages