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

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

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