Git Product home page Git Product logo

gforth-docker's Introduction

GitHub | Docker Hub

Gforth is the GNU implementation of Forth, a stack-based low-level programming language. Documentation for Gforth is available at http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/.

This image contains the latest version of Gforth compiled from source and includes support for the C foreign function interface and disassembly with GDB.

Gforth source files defining extra features are located in /usr/share/gforth/$GFORTH_VERSION. This directory is in Gforth's default search path, and so you just need to run, say, include random.fs to be able to use seed, rnd, and random.

Execution

Starting the image without any arguments puts you in interactive (REPL) mode, which is often what you want:

$ docker run -it jwodder/gforth

Alternatively, you can run a Forth script from your current directory as follows:

$ docker run -it -v "$PWD":/usr/src/myapp -w /usr/src/myapp jwodder/gforth gforth your-script.fs -e bye

Note that the -e bye at the end is needed to keep Gforth from entering interactive mode once the script completes.

gforth-docker's People

Contributors

jwodder avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bjtucker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.