Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,16 @@
|
|||||||
# rlp
|
# rl'
|
||||||
|
|
||||||
`rlp` (ruelang') will be a lazily-evaluated purely-functional language heavily
|
`rlp` (ruelang') will be a lazily-evaluated purely-functional language heavily
|
||||||
imitating Haskell.
|
imitating Haskell.
|
||||||
|
|
||||||
|
### Build Info
|
||||||
|
```sh
|
||||||
|
$ cabal build # build the rlpc compiler
|
||||||
|
$ cabal install # install rlpc to $PATH
|
||||||
|
$ cabal haddock # build the API docs w/ haddock
|
||||||
|
$ make -C docs html # build the primary docs w/ sphinx
|
||||||
|
```
|
||||||
|
|
||||||
### Potential Features
|
### Potential Features
|
||||||
Listed in order of importance.
|
Listed in order of importance.
|
||||||
- [ ] ADTs
|
- [ ] ADTs
|
||||||
|
|||||||
Reference in New Issue
Block a user