To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Leiningen (software)

From Wikipedia, the free encyclopedia

Leiningen
Original author(s)Phil Hagelberg
Developer(s)Jean Niklas L'orange
Initial releaseNovember 17, 2009 (2009-11-17)
Stable release
2.9.8 / November 11, 2021; 2 years ago (2021-11-11)[1]
Repository
Written inClojure
Operating systemCross-platform
TypeSoftware development tools
LicenseEclipse Public License
Websiteleiningen.org

Leiningen is a build automation and dependency management tool for the simple configuration of software projects written in the Clojure programming language.

Leiningen was created by Phil Hagelberg. Phil started the project with the aim of simplifying the complexities of Apache Maven, while offering a way of describing the most common build requirements of Clojure projects in idiomatic Clojure. These aims are succinctly captured in the project's tag line, "Automate Clojure projects without setting your hair on fire".

Leiningen's features can be extended via a plugin system, and it is supplied with a command line interface that can initiate a number of actions, which include:

  • The generation of a simple Clojure project skeleton
  • Ahead-of-time (AOT) compilation
  • Dependency resolution (with automatic library downloading)
  • Start an interactive REPL that has the classpath correctly set to load project dependencies
  • Packaging of project code and dependencies into an "uberjar" .jar file

Leiningen is the most widely-contributed-to open-source Clojure project. It is featured in chapter 8 of the book Clojure Programming.[2]

YouTube Encyclopedic

  • 1/3
    Views:
    1 628
    1 684
    1 814
  • Leiningen Basics
  • Clojurescript - Episode 3 - Leiningen
  • VirtualBox installation of Ubuntu, Guest Additions, Java & Leiningen on a Windows Machine

Transcription

See also

References

  1. ^ "Releases · technomancy/leiningen". github.com. Retrieved 2022-07-01.
  2. ^ Emerick, Chas; Carper, Brian; Grand, Christophe (April 19, 2012). "Chapter 8: Organizing and Building Clojure Projects". Clojure Programming (1st ed.). O'Reilly Media. pp. 347–353. ISBN 978-1-4493-9470-7.

External links

This page was last edited on 30 September 2023, at 19:22
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.