diff options
author | Eduardo Julian | 2015-10-04 20:02:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2015-10-04 20:02:05 -0400 |
commit | d0800f9fa043cce9e0bba299059cc6a8944c85f7 (patch) | |
tree | 5ed8598859efd473cda99aa94a53bf91bc303014 /README.md | |
parent | 72d9dc02b2a6978ff0905843019bc563e4db8767 (diff) | |
parent | b25a93edb828b79a7083f716702581bae4bbd791 (diff) |
MERGED
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -32,6 +32,17 @@ 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) + +### 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 |