Start from a main routine: Difference between revisions

Adds Clojure section
(Added zkl)
(Adds Clojure section)
Line 47:
Hello World !
</pre>
 
=={{header|Clojure}}==
Use [http://leiningen.org/ Leiningen]. It will allow you to describe many aspects of your project, including which namespace's -main function it should invoke at startup. When you use the 'lein new app' template, it will generate and configure a -main function for you. You can edit the <tt>project.clj</tt> to modify <tt>:main</tt> if you wish to start from some other point. For more details, read the [http://leiningen.org/#docs documentation].
 
=={{header|Component Pascal}}==
Anonymous user