SkillAgentSearch skills...

JsColorForth

Javascript port of Chuck Moore's colorForth

Install / Use

/learn @aiju/JsColorForth
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jsColorForth

This is a port of Chuck Moore's colorForth to Javascript. I derived it from the original assembly and Forth code, trying to stay fairly to the original.

Notable changes made:

  • Since I can't compile to machine code, I compile to a bytecode ("wordcode") that gets JIT compiled to Javascript (Webassembly would be interesting to try as an alternative)
  • Naturally, all the PC hardware specific code is gone.
  • Currently the 'VM' is Harvard architecture and the wordcode is compiled to an append-only array.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated10mo ago
Forks2

Languages

HTML

Security Score

67/100

Audited on May 29, 2025

No findings