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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I made a Forth-Based OS for the TI-84+ Calculator

6 点作者 DogestFogey超过 6 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;siraben&#x2F;zkeme80" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;siraben&#x2F;zkeme80</a><p>As a successor to my previous project[1], a Forth interpreter that runs under the TI operating system, I decided to go all the way and write my own assembler and OS. This is a project I&#x27;ve been working on for just over a month, but there&#x27;s still a long way to go. The idea is to have a kernel + the Forth interpreter and compiler, then users can modify how their operating system works through the Forth files. My Forth implementation is mostly ANS-standard conforming, so most code should work right out of the box without any problem. See the GitHub repository for more, along with building instructions (you only need Guile and make build!)<p>[1] <a href="http:&#x2F;&#x2F;github.com&#x2F;siraben&#x2F;ti84-forth" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;siraben&#x2F;ti84-forth</a>

1 comment

brudgers超过 6 年前
Recent discussion, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18605882" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18605882</a>