all repos — min @ 50bc7499e7e9727a33429045c51a0e27a5943541

A small but practical concatenative programming language.

Updating release.
h3rald h3rald@h3rald.com
Fri, 22 May 2026 15:46:12 +0200
commit

50bc7499e7e9727a33429045c51a0e27a5943541

parent

1db4de1a4077ff7a7d9374dbd497e118dbaf808e

4 files changed, 4 insertions(+), 16 deletions(-)

jump to
M min.nimblemin.nimble

@@ -1,6 +1,6 @@

# Package -version = "0.47.0" +version = "0.47.1" author = "Fabio Cevasco" description = "A small but practical concatenative programming language and shell." license = "MIT"
M min.ymlmin.yml

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

description: A small but practical concatenative programming language and shell. id: 182418196 name: min -version: 0.47.0+version: 0.47.1
M next-release.mdnext-release.md

@@ -1,16 +1,4 @@

-### New Features - -* No longer auto-quoting values. Now keeping track of whether quotations are meant to be data or operators internally. -* Introduced the concept of _lambda keys_ (`^`-prefixed) for dictionaries, for storing executable quotations. -* Added `dict.lambda` symbol store operators in dictionaries. - ### Fixes and Improvements -* Various minor documentation fixes. -* `sys.ls-r` now returns directories and symlinks as well. -* Fixed compilation of dictionary literals (Closes #194). -* Displaying hint message in case of unhandled exceptions if `-d` is not specified (Closes #196). -* Updated vendor library paths to include architecture information as well. -* Fixed resolution of static libraries based on min sources rather than current project. -* Upgraded OpenSSL to version 4.0.0. +* Now differentiating between null and unknown symbols.
M site/settings.jsonsite/settings.json

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

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.47.0" + "version": "0.47.1" }