all repos — min @ d4faf5badb636a1156a3e4bb3420d70a4e7e4b7a

A small but practical concatenative programming language.

Merge branch 'master' into next
h3rald h3rald@h3rald.com
Sun, 28 Jan 2024 21:45:39 +0000
commit

d4faf5badb636a1156a3e4bb3420d70a4e7e4b7a

parent

e0ec212fa1af41923d60d957cb8dba83d91f44df

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

jump to
M site/contents/learn-extending.mdsite/contents/learn-extending.md

@@ -30,7 +30,7 @@

``` 'quickpows require :qp -2 \*qp/pow3 \*qp/pow2 puts ;prints 64 +2 *qp/pow3 *qp/pow2 puts ;prints 64 ``` ## Specifying your custom prelude program
M site/contents/learn-mmm.mdsite/contents/learn-mmm.md

@@ -96,7 +96,5 @@ - **deps** set to an object with the keys corresponding to module names and the values to their respective versions

### Publishing -If you want to publish your module, just create a PR on the [min git repository](https://github.com/h3rald/min) and modify this file by adding the metadata for your module: - -<https://github.com/h3rald/min/blob/master/site/assets/mmm.json> +If you want to publish your module, just create a PR on the [min git repository](https://github.com/h3rald/min) and modify [this file](https://github.com/h3rald/min/blob/master/site/assets/mmm.json) by adding the metadata for your module.