[Clojure] – What is the difference between functions that end with “?” and ending with “!” ?

By convention, functions with question return boolean. And functions with exclamation change program status (keyboard read, write a file, saved in a database, etc.).

 

Leave a comment