Zelphir Kaltstahl 5f950ccc54 correct readme 2 years ago
..
dice-rolling.scm 9dc69fa717 add random and dice-rolling modules 2 years ago
readme.org 5f950ccc54 correct readme 2 years ago

readme.org

Usage

Run the following command from the root directory of this repository:

GUILE_LOAD_PATH=.:dice-rolling:random guile dice-rolling/dice-rolling.scm

Interactive REPL session

(add-to-load-path ".") (add-to-load-path "dice-rolling/") (add-to-load-path "random/") (load "dice-rolling/dice-rolling.scm") (import (dice-rolling)) (roll-dice 5)