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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Common Lisp Running on the Nintendo Switch

6 点作者 v9v8 个月前

2 条评论

colingw8 个月前
This is the Trial game engine[1]. I&#x27;ve been using it recently to making a small game[2], and can say it&#x27;s quite nice to be able to hot reload functions to test logic, collisions, etc. without having to restart the game. The Trial author has been working on porting it to the Switch to expand the reach of the game Kandria[3] (and other future CL games).<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Shirakumo&#x2F;trial">https:&#x2F;&#x2F;github.com&#x2F;Shirakumo&#x2F;trial</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;fosskers&#x2F;save-the-farm">https:&#x2F;&#x2F;github.com&#x2F;fosskers&#x2F;save-the-farm</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;Shirakumo&#x2F;kandria">https:&#x2F;&#x2F;github.com&#x2F;Shirakumo&#x2F;kandria</a>
v9v8 个月前
A better writeup here: <a href="https:&#x2F;&#x2F;reader.tymoon.eu&#x2F;article&#x2F;437" rel="nofollow">https:&#x2F;&#x2F;reader.tymoon.eu&#x2F;article&#x2F;437</a>