fluke8050a-forth VS able-forth

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

fluke8050a-forth

Fluke 8050A multimeter LCD TFT display conversion, with Forth-based STM32F103 microcontroller (by lmamakos)

able-forth

A Forth-like programming language that targets the AbleVM (by ablevm)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fluke8050a-forth able-forth
1 6
8 35
- -
10.0 2.0
about 7 years ago about 1 year ago
Forth Forth
- 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.

fluke8050a-forth

Posts with mentions or reviews of fluke8050a-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
    Here's a bunch of FORTH code for an embedded system application, where I built a replacement graphical LCD display for a Fluke multimeter. While I don't hold this up as a great example of proper style, it was my first non-trivial chunk of FORTH code.

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 fluke8050a-forth and able-forth you can also consider the following projects:

r3 - r3 programing language - ColorForth inspired

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

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

stoneknifeforth - a tiny self-hosted Forth implementation

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

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