Ferrite is a stack-oriented interpreted language based on FORTH and FACTOR.
Ferrite was designed one night when I wanted to make a language specifically to do Advent of Code in, so most of the initial features will be geared toward solving those problems.
Despite this, Ferrite is a robust and very usable language.
Note: Ferrite isn't in 1.0 yet, so many things are subject to change
Install Go using a package manager or from go.dev, and run Go install github.com/voidwyrm-2/ferrite@latest
in the terminal