|
|
|
|
|
by madhouse
3995 days ago
|
|
You know what would be amazing? Combining this with logic programming. (run 100 [box]
(fresh [x y z]
(randomo x) (randomo y) (randomo z)
(locationo box x y z))) (Overly simplified and terrible DSL for it, but you get the idea!) |
|