I've always loved Forth, so I was really happy to discover Nick Morgan's online tutorial "Easy Forth." Not only does he do a great job introducing the concepts, he's wrote an embeddable Forth interpreter in Javascript so that all the examples can be typed into a live interpreter. He wraps it up by writing the Snake game in Forth running in an interpreter window.
And if this whet's your retro-enthusiasm, he's got got an Easy 6502 book as well!
http://skilldrick.github.io/easyforth
blogodex = {"toc" : "Forth", "idx" : ["online emulators"]};
Tuesday, December 1, 2015
Subscribe to:
Post Comments (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
No comments:
Post a Comment