TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The FORTH code for Chipwits is released in the game's 40th anniversary

249 pointsby JoeDaDude6 months ago

9 comments

DougDroogSharp6 months ago
Here&#x27;s a post I wrote about why I used FORTH to code ChipWits in 84:<p><a href="https:&#x2F;&#x2F;chipwits.com&#x2F;2023&#x2F;04&#x2F;08&#x2F;forth-programming-language-going-forth&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chipwits.com&#x2F;2023&#x2F;04&#x2F;08&#x2F;forth-programming-language-g...</a>
评论 #42218768 未加载
tombert6 months ago
Forth has been something I&#x27;ve wanted to learn for years now. It seems weird to me that for most stuff in old computers, you have the option of &quot;assembly&quot; if you want your program to be fast, and &quot;BASIC&quot; if you want your program to be slow, but Forth lingers along as the &quot;medium speed&quot; language, despite at least looking pretty high-level.
评论 #42207863 未加载
评论 #42213966 未加载
评论 #42207931 未加载
评论 #42208026 未加载
评论 #42213720 未加载
评论 #42210559 未加载
评论 #42209557 未加载
sourcepluck6 months ago
Looks very cool!<p>Relatedly, there&#x27;s <a href="http:&#x2F;&#x2F;tumbleforth.hardcoded.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tumbleforth.hardcoded.net&#x2F;</a>, which I think looks lovely. Has anyone gone through that and would like to share their experience?
评论 #42208254 未加载
评论 #42212776 未加载
评论 #42212088 未加载
评论 #42209883 未加载
mwexler6 months ago
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.<p><a href="https:&#x2F;&#x2F;www.atarimagazines.com&#x2F;rom&#x2F;issue1&#x2F;jumping_forth.php" rel="nofollow">https:&#x2F;&#x2F;www.atarimagazines.com&#x2F;rom&#x2F;issue1&#x2F;jumping_forth.php</a><p>But like the post mentions, even the 8-bits had FORTH from Elcomp, and books like <a href="https:&#x2F;&#x2F;www.atarimania.com&#x2F;documents&#x2F;FORTH-on-the-Atari-Learning-by-Using.pdf" rel="nofollow">https:&#x2F;&#x2F;www.atarimania.com&#x2F;documents&#x2F;FORTH-on-the-Atari-Lear...</a>. Leo Brodie&#x27;s &quot;Starting FORTH&quot; is still a great intro.<p>While we all learned BASIC, these alt languages helped us learn that there actually are radically different metaphors to program the device<p>Mind expanding to a kid in the 80s!
bastloing6 months ago
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.<p>But really fast and efficient.
评论 #42218350 未加载
评论 #42213377 未加载
daneel_w6 months ago
I played it a lot on the Commodore 64 when I was a kid. Unique, curious and entertaining.
评论 #42208674 未加载
jnwatson6 months ago
I so desperately wanted this game as a kid.<p>Man I&#x27;m getting old.
transfire6 months ago
Curious, what is the modern version of Chipwits is written in?
评论 #42207936 未加载
评论 #42208050 未加载
wodenokoto6 months ago
I bought and enjoyed most of Human Resource Machine (until it got too difficult)<p>It’s seems it is based on the same concept as chipwits (stack based programming as a game)<p>Anyone played both? How do they compare?