8 ms·
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 b
by madhouse 11y 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!)