funcity 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A functional language interpreter with text processing.
4
4
 
5
+ ![funcity](./images/funcity.120.png)
6
+
5
7
  [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
6
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
9
 
@@ -43,7 +45,7 @@ The following code may further interest you:
43
45
 
44
46
  ```funcity
45
47
  {{
46
- set printWeather (fun w cond w.sunny 'nice' 'bad')
48
+ set printWeather (fun w (cond w.sunny 'nice' 'bad'))
47
49
  }}
48
50
  Today is {{printWeather weather}} weather.
49
51
  ```
@@ -75,6 +77,8 @@ In other words, funcity is an interpreter that brings the power of functional pr
75
77
 
76
78
  ## Installation (CLI)
77
79
 
80
+ TODO:
81
+
78
82
  ```bash
79
83
  npm install -D funcity-cli
80
84
  ```