https://github.com/dpritchett/jokes
Convenient personal shell scripts written in Joker
https://github.com/dpritchett/jokes
clojure golang joker shell-scripts
Last synced: 9 months ago
JSON representation
Convenient personal shell scripts written in Joker
- Host: GitHub
- URL: https://github.com/dpritchett/jokes
- Owner: dpritchett
- Created: 2020-09-15T17:22:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T17:43:28.000Z (over 1 year ago)
- Last Synced: 2025-02-02T00:51:10.912Z (11 months ago)
- Topics: clojure, golang, joker, shell-scripts
- Homepage: https://dpritchett.net
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @dpritchett's Jokes

Convenient personal shell scripts written in Joker.
__What's Joker and why are you using it for convenience scripts?__
- Joker is a minimal Clojure interpreter build in Go
- Which means it starts up super fast
- And that it enables lispy DSLs-
- which can evolve with very little effort to keep pace with my current mental model of my problem spaces
## References
Joker:
- [Homepage](https://joker-lang.org)
- [API docs](https://candid82.github.io/joker/)
- [GitHub repo + README](https://github.com/candid82/joker)
- [#joker](https://app.slack.com/client/T03RZGPFR/C9VURUUNL) in Clojurians slack ([registration link](http://clojurians.net/))
General:
- [_Programming as Theory Building_](http://pages.cs.wisc.edu/~remzi/Naur.pdf) by Peter Naur