stoneknifeforth VS able-forth

Compare stoneknifeforth vs able-forth and see what are their differences.

stoneknifeforth

a tiny self-hosted Forth implementation (by kragen)

able-forth

A Forth-like programming language that targets the AbleVM (by ablevm)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stoneknifeforth able-forth
13 6
405 35
- -
0.0 2.0
almost 4 years ago about 1 year ago
Forth Forth
Creative Commons Zero v1.0 Universal ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stoneknifeforth

Posts with mentions or reviews of stoneknifeforth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.

able-forth

Posts with mentions or reviews of able-forth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-12.
  • Share cool Forth programs!
    6 projects | /r/Forth | 12 Jun 2022
    This is more advanced than the common Forth struct implementation example but this is real Able Forth code used at Merj. The Able Forth code above gives you first-class types, vectors and records, and type extension (like inheritance). These words are the basis for other types.
  • AbleVM and Able Forth v3 Released
    5 projects | /r/ablevm | 31 May 2022
    Able Forth Optimized \ (smart postpone). Timed-wait is now available! The new now instruction provides access to a real-time nanosecond precision clock that is suitable for many tasks, including performance profiling. The default exception handler is now easy to replace at runtime.
  • AbleVM and Able Forth v2 Released
    6 projects | /r/ablevm | 30 Nov 2021
    Able Forth The bootstrap process is fully automated and easy to customize, making it simpler than ever to create a custom Forth system. A new create does implementation inspired by cmForth. A defer is implementation that more closely follows the standard. A smarter alias implementation guarantees aliases behave as expected in all cases. depth and reset instructions for retrieving stack depths and resetting execution. All signalled exceptions are trapped and reported by default.
  • Unwind-Protect for Able Forth
    1 project | /r/Forth | 9 Nov 2021
    Of course, there are many more use-cases. What surprised me is how simple it is to implement unwind protect in Forth (here implemented in Able Forth) and that I've never seen it implemented before :-).
  • Looking for a simple forth compiler (producing asm/executables, not compiling forth words) to learn from, preferably in C family language
    5 projects | /r/Forth | 7 Aug 2021
    I would consider adding Able Forth to the list. The Able Forth compiler targets the AbleVM, but in every other respect, it's a native code compiler (there's no reason Able Forth couldn't be made to emit native code for a physical machine). The default AbleVM core was designed to make the Able Forth compiler simple; it implements a 0-operand dual-stack virtual machine with ample general-purpose and base+offset address registers. Able is open source, in production use and under active development. If you decide it's interesting and you have any questions we're here to help.
  • Context Threading: A flexible and efficient dispatch technique for virtual machine interpreters
    1 project | /r/Forth | 2 Jun 2021
    While not exactly that, Able Forth works this way; more for simplicity than for efficiency. In Able Forth, there is no separate interpreter. Code entered to be executed immediately -- what we call evaluated -- is compiled into an evaluation buffer and a dynamic call is to the beginning of this buffer is performed. Primitives are implemented as compiling words that emit their required instructions, meaning that the code generated will be executed at full speed.

What are some alternatives?

When comparing stoneknifeforth and able-forth you can also consider the following projects:

jonesforth - Mirror of JONESFORTH

r4 - :r4 concatenative programming language with ideas from ColorForth.

factor - Factor programming language

r3 - r3 programing language - ColorForth inspired

durexforth - Modern C64 Forth

forth-scr - A tool for working with Forth code blocks

fluke8050a-forth - Fluke 8050A multimeter LCD TFT display conversion, with Forth-based STM32F103 microcontroller

darkhttpd - When you need a web server in a hurry.

CAMEL99-ITC - Indirect threaded code version of CAMEL99 Forth for TI-99 computer

http - A simple multi-threaded HTTP/1.0-ish file server. Single file, ~250 LOC.

libable - An efficient, portable and secure general-purpose virtual machine and virtual network as a library