Liking cljdoc? Tell your friends :D

alda.repl.commands


defcommandcljmacro

(defcommand cmd-name & things)
source

dirty?clj

(dirty? {:keys [score-text] :as score})

Returns whether score has any unsaved changes.

Note: right now this is just checking to see if the score has ANY changes.

TODO:

  • implement :save command
  • check whether there is any difference between the score and the last-saved version of the score.
Returns whether `score` has any unsaved changes.

Note: right now this is just checking to see if the score has ANY changes.

TODO:
- implement :save command
- check whether there is any difference between the score and the last-saved version of the score.
sourceraw docstring

huh?clj

(huh?)
source

repl-commandcljmultimethod

source

repl-commandsclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close