Search Results

1
vote

What is the clojure equivalent of the Python idiom “if __name__ == ‘__main__’”?

I'm very new to Clojure but I think …