Skip to content

Instantly share code, notes, and snippets.

@rotaliator
Created September 13, 2022 11:39
Show Gist options
  • Save rotaliator/9cee5e23e87435918abe8494d909ae2e to your computer and use it in GitHub Desktop.
Save rotaliator/9cee5e23e87435918abe8494d909ae2e to your computer and use it in GitHub Desktop.
like: if __name__ == "__main__" in Python but for Babashka
(defn -main [& args]
)
(when (= *file* (System/getProperty "babashka.file"))
(-main *command-line-args*))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment