# clj-dice-roller **Repository Path**: mirrors_Olical/clj-dice-roller ## Basic Information - **Project Name**: clj-dice-roller - **Description**: Clojure ns that rolls dice, just a transcriptor example - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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