Skip to content

Commit 0666965

Browse files
authored
Tidy up prelude (#66)
* Fix `apply` metadata in prelude * Dial back health warning in readme. * Prelude tidy-ups
1 parent 83098a6 commit 0666965

File tree

2 files changed

+151
-283
lines changed

2 files changed

+151
-283
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![CircleCI](https://circleci.com/gh/curvelogic/eucalypt-hs.svg?style=svg&circle-token=97ae77777028be6a88a53b23b78d5c858a49ef33)](https://circleci.com/gh/curvelogic/eucalypt-hs)
44

5-
This is a prototype Haskell implementation of the Eucalypt language
6-
for generating, templating, rendering and processing structured data
5+
This is a Haskell implementation of the
6+
[eucalypt](https://curvelogic.github.io/eucalypt/) language for
7+
generating, templating, rendering and processing structured data
78
formats like YAML and JSON.
89

910
You need stack (`brew install haskell-stack`...)
@@ -20,10 +21,3 @@ To build and install the `eu` binary:
2021
```
2122
stack install
2223
```
23-
24-
**Health warning**
25-
26-
This implementation is currently a very crude substitutional
27-
interpreter for experimenting with the shape of the Eucalypt language.
28-
It has many shortcuts and shortcomings. It's not complete, nor
29-
necessarily even ready for casual use.

0 commit comments

Comments
 (0)