cforth

Mitch Bradley's CForth implementation (by MitchBradley)

Cforth Alternatives

Similar projects and alternatives to cforth

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

cforth reviews and mentions

Posts with mentions or reviews of cforth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • WAForth (WASM-based ANS Forth) supports interactive "notebooks" in VSCode
    7 projects | /r/Forth | 14 Dec 2022
    Yes I wrote a paper but I probably can't find it. The easiest place to look would be in the Open Firmware source. https://github.com/MitchBradley/openfirmware/blob/master/forth/kernel/kernel.fth#L771 The magic is all in +level and -level. Search for those in kernel.fth to see other places they are used to achieve a similar effect, e.g. in abort" For an alternative but effectively equivalent formulation, see: https://github.com/MitchBradley/cforth/blob/master/src/cforth/forth.c#L652 and https://github.com/MitchBradley/cforth/blob/master/src/cforth/control.fth I was very pleased when interpreted conditionals reduced to +LEVEL and -LEVEL plus a temporary compilation buffer. It was one of those "Yes!" moments. I thought of doing temporary compilation at HERE, but that would have prevented usages like:

Stats

Basic cforth repo stats
1
141
6.7
28 days ago

MitchBradley/cforth is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of cforth is C.

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