eforth | This is a golang simulated EFORTH

 by   hagna Go Version: Current License: MIT

kandi X-RAY | eforth Summary

kandi X-RAY | eforth Summary

eforth is a Go library. eforth has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This is a golang simulated EFORTH.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              eforth has a low active ecosystem.
              It has 9 star(s) with 2 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              eforth has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of eforth is current.

            kandi-Quality Quality

              eforth has no bugs reported.

            kandi-Security Security

              eforth has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              eforth is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              eforth releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed eforth and discovered the below as its top functions. This is intended to give you an instant insight into eforth implemented functionality, and help decide if they suit your requirements.
            • _Q_RX pushes to the F_RX channel .
            • New creates a new Forth instance
            • asint16 converts a uint16
            • asuint16 converts a int16 to binary
            • _XCHG modifies x and b .
            • wordptr returns a wordptr value from the mem .
            • Main entry point
            • setwordptr sets a wordptr value .
            Get all kandi verified functions for this library.

            eforth Key Features

            No Key Features are available at this moment for eforth.

            eforth Examples and Code Snippets

            No Code Snippets are available at this moment for eforth.

            Community Discussions

            Trending Discussions on eforth

            QUESTION

            Why is 'DO LOOP' missing in 328eForth?
            Asked 2017-Oct-16 at 20:34

            I’m trying to learning Forth directly in an embedded system and using Starting Forth by Leo Brodie as a text. The Forth version I’m using is 328eForth (a port of eforth to the ATmega328) which I’ve flashed into an Arduino Uno.

            It appears that the DO LOOP words are not implemented in 328eForth - which puts a kink in my learning with Brodie. But looking at the dictionary using “WORDS” shows that a series of looping words exist e.g. BEGIN UNTIL WHILE FOR NEXT AFT EXIT AGAIN REPEAT amongst others.

            My questions are as follows:

            Q1 Why was DO LOOP omitted from 328eForth?

            Q2 Can DO LOOP be implemented in other existing words? If so, how please and if not why? (I guess there must be a very good reason for the omission of DO LOOP...)

            Q3 Can you give some commented examples of the 328eForth looping words?

            ...

            ANSWER

            Answered 2017-Oct-16 at 20:34

            Q1: A choice was made for a different loop construct.

            Q2: The words FOR and NEXT perform a similar function that just counts down to 0 and runs exactly the specified number of times, including zero.
            The ( n2 n1 -- ) DO ... LOOP always runs at least once, which requires additional (mental) bookkeeping. People have been complaining about that as long back as I can remember.

            Q3: The 382eforth documentation ForthArduino_1.pdf contains some examples.

            Edit: Added some exposé to Q2

            Source https://stackoverflow.com/questions/46732832

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install eforth

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hagna/eforth.git

          • CLI

            gh repo clone hagna/eforth

          • sshUrl

            git@github.com:hagna/eforth.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link