https://github.com/olical/clj-dice-roller
Clojure ns that rolls dice, just a transcriptor example
https://github.com/olical/clj-dice-roller
Last synced: 18 days ago
JSON representation
Clojure ns that rolls dice, just a transcriptor example
- Host: GitHub
- URL: https://github.com/olical/clj-dice-roller
- Owner: Olical
- License: unlicense
- Created: 2017-10-06T13:12:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T18:32:21.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T13:52:23.996Z (over 1 year ago)
- Language: Clojure
- Homepage: https://oli.me.uk/2017/10/06/an-introduction-to-transcriptor/
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clj-dice-roller
Extremely simple Clojure library that rolls a set of dice for you. This is simply an example of using [transcriptor][] to test a code base.
Check out the `dice-roller.core` namespace for more information.
You can run the transcriptor files with `lein transcriptor`, thanks to [lein-transcriptor][].
The post for this repository can be found on [my blog][]. A video of me writing this repository is on [YouTube][].
## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
Do what you want. Learn as much as you can. Unlicense more software.
[unlicense]: http://unlicense.org/
[transcriptor]: https://github.com/cognitect-labs/transcriptor
[my blog]: https://oli.me.uk/2017/10/06/an-introduction-to-transcriptor/
[youtube]: https://www.youtube.com/watch?v=w8RdTodkxDo
[lein-transcriptor]: https://github.com/Olical/lein-transcriptor