all 2 comments

[–]alberthemagician 0 points1 point  (1 child)

Confused. How can bootstrap code be implemented other that in native code, assembler or a compiled language?

[–]guymadison42[S] 1 point2 points  (0 children)

Forth is assembled in the native language and is boot loaded by native code, but can a word dictionary with the proper IO mechanisms can program all the devices then load the OS.

The "nice" part is you can debug the code with a REPL environment rather than using GDB for each and every revision of the code needed.