descriptiona web based forth machine written directly in webassembly text. provides a live-coding environment in the browser. this forth is unique in being a real-time event driven system, and providing multiple i/o channels over which the program may communicate with coroutines, threads (or workers), or any of the asychronous web API like fetch, webgl, webaudio, webcrypto, etc. forth is a stack based virtual machine that provides a minimal interpreter, compiler, and assembler in a compact and elegant tower. with asynchronous execution and built-in webapi access, it provides an environment for defining domain-specific languages in an ultra-portable environment, as well as linking in other code from the web
ownerken grimes
last changeSun, 18 Mar 2018 12:43:44 +0000 (05:43 -0700)
shortlog
2018-03-18 kenchannels working master origin/HEAD origin/master
2018-03-17 kenjson testing
2018-03-16 kenmaster commit for publish
2018-03-16 kenwebpush hookup
2018-03-14 kenworking: real time system (event-driven), coroutines... origin/testing
2018-03-12 kentesting system api revision
2018-03-06 kencleanup, compilation semantics
2018-03-05 kencompiler-mode implemented
2018-03-04 kenjs cleanup, output formatting
2018-02-26 kenformatting/prettiness
2018-02-26 kenrecommit of old milestones, cleanup pass
2018-02-18 kenGPLv3+
2018-02-18 kencontrol keys, dobackslash
2018-02-18 kenword belts, utf16 strings, interrupt words, compiler...
2018-02-16 kenInitial
heads
6 years ago master