From 29128a84b2ef5c2aaea5ae4a6008207dc7f4299b Mon Sep 17 00:00:00 2001 From: LuxLang Date: Thu, 1 Oct 2015 14:34:07 -0400 Subject: Added project sample to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index db59aa6e1..6fcbe17ca 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ Then, you can run the program like this: cd target/jvm/ && java -jar program.jar +### Sample + +To take a look at a sample Lux project, please take a look at this repository: https://github.com/LuxLang/luxdoc + +The program in there was actually used to generate most of the documentation for the standard library in the wiki (located over here: https://github.com/LuxLang/lux/wiki/Standard-Library) + ### What's the license? Mozilla Public License v2.0 -- cgit v1.2.3 From b25a93edb828b79a7083f716702581bae4bbd791 Mon Sep 17 00:00:00 2001 From: LuxLang Date: Thu, 1 Oct 2015 16:01:15 -0400 Subject: Added info about the Leiningen plugin --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6fcbe17ca..9dcff0e3d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ To take a look at a sample Lux project, please take a look at this repository: h The program in there was actually used to generate most of the documentation for the standard library in the wiki (located over here: https://github.com/LuxLang/lux/wiki/Standard-Library) +### Building Lux projects + +To make programming with Lux easier, you might want to checkout the new Leiningen plugin for Lux: +https://github.com/LuxLang/lux-lein + ### What's the license? Mozilla Public License v2.0 -- cgit v1.2.3