able-forth VS libable

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

able-forth

A Forth-like programming language that targets the AbleVM (by ablevm)

libable

An efficient, portable and secure general-purpose virtual machine and virtual network as a library (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
able-forth libable
6 2
35 18
- -
2.0 1.1
about 1 year ago about 1 year ago
Forth C
ISC License 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.

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.

libable

Posts with mentions or reviews of libable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-31.
  • AbleVM and Able Forth v3 Released
    5 projects | /r/ablevm | 31 May 2022
    AbleVM (libable and able) Terminal output is now flushed on newline (also available on release-2). Timed-wait was exposed, enabling the implementation of various resiliency protocols using high-level Able Forth code. The AbleVM MISC Core and Host implementations have been moved to libable/misc, making room for future improvements. The internal network was simplified while permitting the implementation of multiprotocol transport for the first time.
  • AbleVM and Able Forth v2 Released
    6 projects | /r/ablevm | 30 Nov 2021
    AbleVM (libable and able) A more-flexible linear stack model, which replaces the previous shallow circular stack model. Configurable stack depths and register count. All instructions are now reentrant! Support for resumable exceptions, which allows you to handle low-level program errors by aborting or resuming execution. The low-level C interfaces have been upgraded and hardened.

What are some alternatives?

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

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

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

r3 - r3 programing language - ColorForth inspired

forth-imgld - A simple and flexible loader routine/script for working with Forth image files

stoneknifeforth - a tiny self-hosted Forth implementation

able - An efficient, portable and secure general-purpose virtual machine and virtual network using libable

forth-img - A tool for working with forth image files

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

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