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.

Clojure build tool Boot 2.0 RC1 out now

25 pointsby woobyover 10 years ago

4 comments

onetomover 10 years ago
I was using `grunt` and `gulp` to build Node.js and AngularJS projects but I have to tell even boot 1.0 felt like a great step forward compared to them, despite of the abysmal startup times.<p>It allowed us to just jump into Clojure development from one day to the other while understanding what is the build system doing. I can&#x27;t tell the same about the prepackaged grunt and gulp files which come with certain key-turn projects.
评论 #8765956 未加载
dustingetzover 10 years ago
From the wiki for [Filesets](<a href="https://github.com/boot-clj/boot/wiki/Filesets" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boot-clj&#x2F;boot&#x2F;wiki&#x2F;Filesets</a>)<p>&quot;<i>Build workflows necessarily involve the filesystem because it&#x27;s not practical to send file contents around in memory as function arguments, and because we want to be able to leverage existing JVM tooling that generally operates on things in the class path and not on in-memory data structures.</i>&quot;<p>so like unix pipes? What exactly is impractical about passing big values as function arguments? Isn&#x27;t that how gulp works?
评论 #8765494 未加载
评论 #8765546 未加载
smrtinsertover 10 years ago
Interesting that a fileset concept has emerged. I would draw parallels with Ant, but this project seems to have already zoomed past ant for ease of use. Can boot be used to build pure java projects as well?
评论 #8763257 未加载
评论 #8763411 未加载
amatusover 10 years ago
Does it build hoplon yet?
评论 #8763262 未加载