FlowForth | Another curious Forth alike interpreter , running on flow

 by   Bushmills Shell Version: Current License: No License

kandi X-RAY | FlowForth Summary

kandi X-RAY | FlowForth Summary

FlowForth is a Shell library. FlowForth has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Another curious Forth alike interpreter, running on flow charts as host computer. FlowForth runs on a flow charts interpreter, specifically on Automate, which is an automation app for Android devices. Currently does the VM look like this: FlowForth VM (pdf). Flow starting points are on the left. One for manually launching the VM, with a file selector popping up. The other starting point monitors a file, and is triggered when that file is written to. From that file is the program file read, loaded into (emulated) memory, and a cold start performed, which leads to the VM "next" routine, the core of the emulator (lower left). The bulk of remaining blocks are used for primitives implementation. Programs written as far are exclusively test routines. A failing test lights the device LED in red. The LED turning green indicates a successfully accomplished test. For output and debugging, type and . are provided. There is an inkling of console I/O now, witnessed by files stdin.txt (read by query) and stdout.txt (type and . write to that file, besides pushing a toast). To interface these files with a terminal, pushing their contents through MQTT upon change (stdout.txt) or writing to when an MQTT message is received (stdin.txt) is considered. Previously generated trace files have been disabled now. The VM is no performance monster, but seems quick enough to attempt porting a complete interpreter to it. It runs about 5000 to 10000 empty loops per second on my phone, which puts it into the performance class of my Bashforth interpreter which shows a rather acceptable interactive performance. Currently are programs for the VM cross compiled on a host computer, and compiler output copied to the device over the air, using rsync. The compiler has been written in bash. This github repository is mostly suited for the file based components (programs, library, compiler, support scripts). For the VM, the Automate forum is likely a better place, as it provides a preview possibility. This project is in a very alpha state, in fact, it's hardly useful at this point, though it's hard to speak of "useful" with such a project. It's fun though, trying to run Forth on another rather unlikely platform. Goal and purpose of the Flowforth VM was to give me a kickstart into the Automate tool: As former Automagic (a similar automation app which isn't maintained any longer) user I needed an alternative, and to get familiar with it quickly.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              FlowForth has no bugs reported.

            kandi-Security Security

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

            kandi-License License

              FlowForth does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              FlowForth releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FlowForth
            Get all kandi verified functions for this library.

            FlowForth Key Features

            No Key Features are available at this moment for FlowForth.

            FlowForth Examples and Code Snippets

            No Code Snippets are available at this moment for FlowForth.

            Community Discussions

            No Community Discussions are available at this moment for FlowForth.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install FlowForth

            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/Bushmills/FlowForth.git

          • CLI

            gh repo clone Bushmills/FlowForth

          • sshUrl

            git@github.com:Bushmills/FlowForth.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

            Consider Popular Shell Libraries

            awesome

            by sindresorhus

            ohmyzsh

            by ohmyzsh

            realworld

            by gothinkster

            nvm

            by nvm-sh

            papers-we-love

            by papers-we-love

            Try Top Libraries by Bushmills

            yoda

            by BushmillsShell

            Bashforth

            by BushmillsShell

            jsforth

            by BushmillsJavaScript

            Perlforth

            by BushmillsPerl