https://github.com/calvin-ll/fwesh
Genewate unique `aloc?`s
https://github.com/calvin-ll/fwesh
racket
Last synced: 5 months ago
JSON representation
Genewate unique `aloc?`s
- Host: GitHub
- URL: https://github.com/calvin-ll/fwesh
- Owner: Calvin-LL
- License: mit
- Created: 2023-04-21T20:08:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T20:39:46.000Z (about 3 years ago)
- Last Synced: 2025-06-18T02:43:43.693Z (about 1 year ago)
- Topics: racket
- Language: Racket
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fwesh
This package is a uwuified version of `fresh` in [cpsc411-pub](https://github.com/cpsc411/cpsc411-pub)
```racket
(require fwesh)
(fwesh 'hello)
;; => 'hewwo.1
```
## Installation
Run
```bash
raco pkg install https://github.com/Calvin-LL/fwesh.git
```