score.util

alert

(alert msg)(alert msg title)
Show alert message in a JOptionPane dialog

debug-print

(debug-print f)
Decorates a generator function. Prints the generated value and passes through the value.

pprint-str

(pprint-str x)
Use clojure's pprint but capture and return value as String

seq->gen

(seq->gen vs)
Converts a sequence into a generator function with time arg

show-info-tabs

(show-info-tabs msg title)
Show message in a global information dialog with tabs

swapv!

(swapv! v index func)
Swap a value in a vector using the given function.

tabs-dialog