all repos — min @ f62aaedfdd4ee0fc600a138c5a6904d715eca64b

A small but practical concatenative programming language.

Merge branch 'next' of github.com:h3rald/min into next
h3rald h3rald@h3rald.com
Sat, 27 Jan 2024 18:02:56 +0000
commit

f62aaedfdd4ee0fc600a138c5a6904d715eca64b

parent

e662b1fe575f7c9a5f718dd62b9ba3b37a6f7154

4 files changed, 3 insertions(+), 14 deletions(-)

jump to
M min.ymlmin.yml

@@ -2,4 +2,4 @@ author: Fabio Cevasco

description: A small but practical concatenative programming language and shell. id: 132245884 name: min -version: 0.42.0+version: 0.43.0
M next-release.mdnext-release.md

@@ -1,20 +1,9 @@

### BREAKING CHANGES -* The `dpairs` symbol now returns a quotation of quotations, each containing a value/key pair. ### New Features -* Added `dev` symbol to toggle development mode within a min program. -* Implemented [mmm](http://localhost:1337/learn-mmm), i.e. _min module management_. The following new commands are now built-in into the min executable: - * min init — Initialize a manage module. - * min install — Install a managed module. - * min uninstall — Uninstall a managed module. - * min update — Update a managed module. - * min list — List all dependent managed modules. - * min search — Search for managed module. ### Fixes and Improvements -* Fixed `help` symbol and `min help` command to correctly report sigil documentation. -* Documented `~` (alias and sigil for `lambda-bind`) symbol.
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.42.0" + "version": "0.43.0" }
M tasks/version.mintasks/version.min

@@ -77,4 +77,4 @@ new-version update-yaml-config

new-version update-site-config ) ) :: -;; Increments the min patch version.+;; Increments the min patch version.