TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Boot: Getting Started with Clojure

61 pointsby woobyover 10 years ago

6 comments

hittarukiover 10 years ago
One of the things that nags me about boot, is that it recommends using file extension `.boot`. Is it just me?<p>Is there any specific advantages to using another file extension rather than using `.clj`
评论 #8959931 未加载
BFayover 10 years ago
There&#x27;s some mention of clojure being used as a scripting language here that can be invoked with a shebang - does anybody know if the way this is done is any different (performance-wise) than compiling a leiningen project to an uberjar?<p>When I&#x27;ve tried using clojure for really simple things, like a &quot;Hello, World&quot; program, and compiled this to a jar to run with something like &quot;java -jar hello.jar,&quot; the time it takes to start up the program is pretty abysmal. I&#x27;d like to use clojure for something on the Raspberry Pi, but it can take about 30 seconds to run &quot;Hello, World!&quot;<p>Any secrets to getting it to start up faster, or am I just stuck?
评论 #8963160 未加载
thomaslohover 10 years ago
what&#x27;s the difference between boot and leiningen?
评论 #8957156 未加载
fit2ruleover 10 years ago
I absolutely refuse to use this because of the inappropriate name of the tool. It is far too general to be anywhere near what I would consider well-named, and seems mostly just a lazy convenience. cloboot would work just as well, and give a user some chance of associating the name of the tool with the purpose of the tool. (I already have a boot.)
评论 #8959763 未加载
coding4allover 10 years ago
Why in the world would you use Boot over Leiningen if you&#x27;ve never used Clojure before? `lein repl` and you&#x27;re on your way.
评论 #8958546 未加载
评论 #8959699 未加载
joshdickover 10 years ago
I don&#x27;t see myself ditching lein anytime soon, but I&#x27;m glad to see some competition in this area.