Skip to content

A public domain Forth for Linux and macOS on x86-64.

License

Notifications You must be signed in to change notification settings

shimanauskas/sandrasforth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

977fd4a · Jan 26, 2025
Jul 3, 2024
Jul 31, 2024
Feb 13, 2020
Nov 24, 2024
Jan 26, 2025
Nov 21, 2024
Sep 25, 2023

Repository files navigation

# sandrasForth

A public domain Forth for Linux and macOS on x86-64.

It is written mostly in (indirect-)threaded code. There is no limit on the
number of primitives, however, each primitive should be kept small.

Since .text and .data are not mixed, CPU caches stay clean.

## Requirements

* make
* gcc or clang

## Errors

Upon a word not found, the kernel outputs it, followed by a question mark.

The kernel will compile a definition without the words not found.

If the kernel crashes while defining a word, it most likely ran out of
statically allocated memory.

About

A public domain Forth for Linux and macOS on x86-64.

Topics

Resources

License

Stars

Watchers

Forks