Skip to content
View ErmineII's full-sized avatar
punctuation
punctuation
Block or Report

Block or report ErmineII

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ErmineII/README.md

At https://codeberg.org/Wezl

Working on the Nib programming language.

logo Nib

A semi-concatenative that extends array language features such as tacit programming and scalar extension.

`factorial example`
.(/ 1 while .[ .([ - 1 /:*) ]) .: fact-iter `loop (functionally) using a tuple (counter / factorial-accumulator)`
.(? ./ .(- 1 fact *:/) .(1))   .: fact-rec  `recursive definition`
.(downto 1 ^.* 1)              .: fact-array
`the product of the range 1..n (product is the multiplication * reduction ^ starting at 1)`

Pinned

  1. nib-guile nib-guile Public

    nib compiler on top of guile (mirror)

    Scheme 2

  2. whlplash whlplash Public

    A modern 2D language

    Standard ML 1

  3. ErmineII.github.io ErmineII.github.io Public

    HTML