Start a web browser from Clojure
Usage: (open-url-in-browser url)
Opens url (a string) in the default system web browser. May not work on all platforms. Returns url on success, nil if not supported.Source
Usage: (open-url-in-swing url)
Opens url (a string) in a Swing window.Source