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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Lola Programming Language

25 点作者 komuW将近 4 年前

6 条评论

brundolf将近 4 年前
&gt; The LoLa runtime is designed to be saved to disk at any point not executing any code. This means that you can let your script execute for 1000 instructions, save the runtime state to disk and resume execution a week later on another computer, not having any problems with script resumption. This is especially useful for games which often want to embed the state of their scripts into the save files.<p>This seems pretty cool. Don&#x27;t know if this is more common in game scripting languages, but I&#x27;ve never seen it before
评论 #27636305 未加载
评论 #27634536 未加载
评论 #27632991 未加载
评论 #27635300 未加载
评论 #27636774 未加载
评论 #27632389 未加载
Rochus将近 4 年前
Name collision with <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lola_(computing)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lola_(computing)</a>.
评论 #27638176 未加载
b3morales将近 4 年前
The focus on the IR and encodability is quite interesting. If I&#x27;m understanding this FAQ item correctly<p>&gt; Why does the language not allow user-defined objects?<p>it has a Lua-ish arrangement where &quot;modules&quot; and &quot;objects&quot; overlap.<p>Seems neat. Added to my weekend reading to look more closely at the implementation.
weatherlight将近 4 年前
1) the language looks cool, seems very easy to learn. 2) <i>Shudders in Nobakov.</i>
camgunz将近 4 年前
Love the simplicity of this language, and written in Zig!
评论 #27635025 未加载
7373737373将近 4 年前
These serialization and protection features are _awesome_!