nirth

A Forth written in Nim

Stale Pure Nim score 23/100 · last commit 2025-01-12 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2025-01-12
Downloads 0
Last Indexed 2026-08-04 04:52

Installation

nimble install nirth
choosenim install nirth
git clone https://gitlab.com/fonuaj/nirth

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nirth - - - - - - -

Source

Repository https://gitlab.com/fonuaj/nirth
Homepage https://gitlab.com/fonuaj/nirth
Registry Source gitlab

README

nirth

A Forth written in Nim.

Why

Forth is a simple stack-oriented language perfect to learn how to write an repl interpreter.

How

I follow this tutorial.