Boot (software)
| Boot | |
|---|---|
| Original authors | Micha Niskin and Alan Dipert |
| Initial release | October 22, 2013 |
| Stable release | 2.8.3
/ April 13, 2019[1] |
| Written in | Clojure, Java |
| Operating system | Cross-platform |
| Type | Software development tools |
| License | Eclipse Public License |
| Website | boot-clj |
| Repository | github |
Boot is a build automation and dependency management tool written primarily in the Clojure programming language.
Boot was originally written by Micha Niskin and Alan Dipert as part of the Hoplon web framework. As of May 2015,[2] Boot is developed and released independently of Hoplon. Boot is implemented as an executable entry point and a set of Clojure libraries that can be used to develop build processes programmatically. The spirit of Boot's design is captured by its tag line, "Builds are programs. Let's start treating them that way."
Build tasks supported natively by Boot include compiling Java, creating .jar files, and creating servlets. As a Clojure program, Boot can be extended on a per-project basis using the Clojure language. Boot's primary means of extension are tasks, or functions that take and return Filesets. A Fileset is a managed, immutable representation of the filesystem and classpath that can be synchronized to disk at any point during the build. Like Leiningen, Boot supports resolving and publishing Maven dependencies using the Aether library.
Boot also supports:
- In-process classloader isolation with pods
- Shebang scripts
Boot is featured in Appendix B of the book "Clojure for the Brave and True".[3]
References
- ^ "Releases · boot-clj/boot". github.com. Retrieved 2021-04-05.
- ^ Dipert, Alan. "Boot 2.0.0 Released". Adzerk Tech Blog. Adzerk. Retrieved 14 April 2016.
- ^ Higginbotham, Daniel (October 19, 2015). "Appendix B: Boot, the Fancy Clojure Build Framework". Clojure for the Brave and True (1st ed.). No Starch Press. pp. 281–289. ISBN 978-1-59327-591-4.
External links
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.