An open API service indexing awesome lists of open source software.

https://github.com/niclash/forthright

Forth for ESP-8266
https://github.com/niclash/forthright

esp8266 esp8266-arduino forth xtensa

Last synced: 5 months ago
JSON representation

Forth for ESP-8266

Awesome Lists containing this project

README

          

My ANS Forth consistent version of Richard W.M. Jones' jonesforth.

The goal is not to implement an ANS Forth, not even to implement
all the core words of ANS Forth.

The goal is to remove/reimplment the inconsistent part of jonesforth,
to keep jonesforth's minimalism and to pave the way for others who want
to implement ANS Forth based on jonesforth. ANS Forth should be a
natural extension of jonesforth.

See the non-standard core words section in TODO to know what will be
fixed and what are already fixed.

Part of the work is based on Richard Russel's bb4wforth.

Richard W.M. Jones' jonesforth git repository:
http://rwmj.wordpress.com/2010/08/07/jonesforth-git-repository/

The source code of bb4wforth:
http://www.rtr.myzen.co.uk/bb4wforth.zip