• by DougDroogSharp on 11/21/2024, 8:16:44 PM

    Here's a post I wrote about why I used FORTH to code ChipWits in 84:

    https://chipwits.com/2023/04/08/forth-programming-language-g...

  • by tombert on 11/21/2024, 7:37:47 PM

    Forth has been something I've wanted to learn for years now. It seems weird to me that for most stuff in old computers, you have the option of "assembly" if you want your program to be fast, and "BASIC" if you want your program to be slow, but Forth lingers along as the "medium speed" language, despite at least looking pretty high-level.

  • by sourcepluck on 11/21/2024, 8:06:00 PM

    Looks very cool!

    Relatedly, there's http://tumbleforth.hardcoded.net/, which I think looks lovely. Has anyone gone through that and would like to share their experience?

  • by mwexler on 11/22/2024, 2:28:05 PM

    ValForth from Valpar was one of the first cross platform FORTH implementations in the Atari ST ecosystem, and it had some clever extensions for games.

    https://www.atarimagazines.com/rom/issue1/jumping_forth.php

    But like the post mentions, even the 8-bits had FORTH from Elcomp, and books like https://www.atarimania.com/documents/FORTH-on-the-Atari-Lear.... Leo Brodie's "Starting FORTH" is still a great intro.

    While we all learned BASIC, these alt languages helped us learn that there actually are radically different metaphors to program the device

    Mind expanding to a kid in the 80s!

  • by bastloing on 11/21/2024, 11:09:45 PM

    Forth seems to be one of those write once languages like perl. Easy to start writing and building, but come back to the code in a year or so, no clue what it does.

    But really fast and efficient.

  • by daneel_w on 11/21/2024, 9:05:21 PM

    I played it a lot on the Commodore 64 when I was a kid. Unique, curious and entertaining.

  • by jnwatson on 11/22/2024, 2:39:07 AM

    I so desperately wanted this game as a kid.

    Man I'm getting old.

  • by transfire on 11/21/2024, 7:49:05 PM

    Curious, what is the modern version of Chipwits is written in?

  • by wodenokoto on 11/22/2024, 3:08:03 PM

    I bought and enjoyed most of Human Resource Machine (until it got too difficult)

    It’s seems it is based on the same concept as chipwits (stack based programming as a game)

    Anyone played both? How do they compare?