Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/ugly-app
A Racket library that allows prefix, infix, postfix, and partially applied functions
https://github.com/alexknauth/ugly-app
Last synced: about 1 month ago
JSON representation
A Racket library that allows prefix, infix, postfix, and partially applied functions
- Host: GitHub
- URL: https://github.com/alexknauth/ugly-app
- Owner: AlexKnauth
- License: mit
- Created: 2019-03-02T20:52:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T20:08:17.000Z (over 3 years ago)
- Last Synced: 2024-10-16T02:55:20.417Z (3 months ago)
- Language: Racket
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ugly-app
A Racket library that allows prefix, infix, postfix, and partially applied functions.
This was mainly inspired by two things:
- [`fancy-app`](https://docs.racket-lang.org/fancy-app/index.html), 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`.