An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @dpritchett's Jokes

![screenshot of open-branch in action](./doc/img/open-branch.png)

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