TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

249 点作者 JoeDaDude6 个月前

9 条评论

DougDroogSharp6 个月前
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 个月前
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 个月前
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 个月前
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 个月前
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 个月前
I played it a lot on the Commodore 64 when I was a kid. Unique, curious and entertaining.
评论 #42208674 未加载
jnwatson6 个月前
I so desperately wanted this game as a kid.<p>Man I&#x27;m getting old.
transfire6 个月前
Curious, what is the modern version of Chipwits is written in?
评论 #42207936 未加载
评论 #42208050 未加载
wodenokoto6 个月前
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?