Package Details: kforth-64 0.5.0-1

Git Clone URL: https://aur.archlinux.org/kforth-64.git (read-only, click to copy)
Package Base: kforth-64
Description: 64-bit Forth System for GNU/Linux
Upstream URL: https://github.com/mynenik/kforth-64
Keywords: 2012 64bits forth forth-2012 language programming x86_64
Licenses: AGPL-3.0-or-later
Conflicts: kforth-64
Provides: kforth-64
Submitter: antonioleal
Maintainer: antonioleal
Last Packager: antonioleal
Votes: 1
Popularity: 0.20
First Submitted: 2025-07-06 17:08 (UTC)
Last Updated: 2025-07-06 17:08 (UTC)

Latest Comments

antonioleal commented on 2025-07-06 17:13 (UTC)

kForth is an implementation of the Forth programming language and environment. The user may write Forth programs with an editor, load these program files from kForth, and run them.

kForth provides a large subset of the Forth-2012 specification for the Forth language. It also provides some extensions and non-standard features which its authors have found to be useful. Experienced Forth users should consult the Technical Information section of the User’s Guide for specific information on the differences between kForth and Forth-2012.

You may specify a specific directory in which kforth will search for .4th files not found in the current directory. The environment variable KFORTH_DIR must be set to this directory. For example, add the following lines to your .bash_profile file:

KFORTH_DIR=~/kforth/kForth-64-x.y.z/forth-src
export KFORTH_DIR

if you want to override the default location on KFORTH_DIR=/usr/share/kForth-64