Skip to content

Instantly share code, notes, and snippets.

@yvern
Created January 20, 2023 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvern/2c09555633703f81a55db68f1396d761 to your computer and use it in GitHub Desktop.
Save yvern/2c09555633703f81a55db68f1396d761 to your computer and use it in GitHub Desktop.
(defrule not-ok
[:a]
=>
(when (< 0.5 (rand))
(insert! {:fact-type :b})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment