blob: 454228d0721b5a6dc47e2060ca06ad3074bf593c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# stdlib
Standard library for the Lux family of programming languages.
### How do I get it?
Just add this to your Leiningen dependencies when building Lux programs:
```
[com.github.luxlang/lux-stdlib "0.3.3"]
```
You can find the Leiningen plugin for Lux over here: https://github.com/LuxLang/lux-lein
### How do I use it?
You can see what's available here: https://github.com/LuxLang/lux/wiki/Standard-Library
|