able-forth

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

Able-forth Alternatives

Similar projects and alternatives to able-forth

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better able-forth alternative or higher similarity.

able-forth reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic able-forth repo stats
6
35
2.0
about 1 year ago

ablevm/able-forth is an open source project licensed under ISC License which is an OSI approved license.

The primary programming language of able-forth is Forth.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com