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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Misty: A secure distributed actor language

90 点作者 m904 个月前

9 条评论

evomassiny4 个月前
An interesting project, but it seems to be in its infancy :) I definitely want an actor based language to play with, and something with a strong type system would be perfect. gleam [1] and inko [2] look promising in this regard<p>[1]<a href="https:&#x2F;&#x2F;gleam.run&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gleam.run&#x2F;</a><p>[2]<a href="https:&#x2F;&#x2F;inko-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;inko-lang.org&#x2F;</a>
评论 #42702762 未加载
评论 #42696101 未加载
评论 #42698689 未加载
openrisk4 个月前
Curious if this overlaps at all with the use cases of the spritely project [1]. Another question is whether esoteric languages are strictly needed for these architectures or simply more convenient.<p>[1] <a href="https:&#x2F;&#x2F;spritely.institute&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spritely.institute&#x2F;</a>
评论 #42696000 未加载
rurban4 个月前
Still a lot todo.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;douglascrockford&#x2F;Misty">https:&#x2F;&#x2F;github.com&#x2F;douglascrockford&#x2F;Misty</a> There&#x27;s only the spec and parser yet: <a href="https:&#x2F;&#x2F;mistysystem.com&#x2F;doc&#x2F;road_ahead.html" rel="nofollow">https:&#x2F;&#x2F;mistysystem.com&#x2F;doc&#x2F;road_ahead.html</a><p>Giving that he was at same state a year ago also, I see not much progress
评论 #42701812 未加载
macintux4 个月前
A fair bit of discussion from a year ago:<p><a href="https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;r8vitn&#x2F;misty_programing_language_from_creator" rel="nofollow">https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;r8vitn&#x2F;misty_programing_language_from_cr...</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38820305">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38820305</a><p>There are a few older discussions on HN, but none with more than single digit comments.
评论 #42701607 未加载
swiftcoder4 个月前
Regardless of the merits of the language itself, the presentation here leaves something to be desired.<p>The landing page itself conveys zero information, and when I click into the Introduction, it&#x27;s almost entirely dedicated to a particularly persnickety whitespace standard, and the grammar rules for parsing comments and identifiers. This is not really helping me understand what the language is about...<p>Between that and the odd jab at Javascript assignment operators, I have the sense that the author is more interested in grinding axes than in explaining.
评论 #42699158 未加载
评论 #42696366 未加载
评论 #42697661 未加载
评论 #42695877 未加载
thyrsus4 个月前
This says that the implementation cannot cede time slicing to the OS, therefore it would seem to necessarily occupy kernel space. Am I mistaken?
dustingetz4 个月前
example of distribution please? couldn’t find
faraaz984 个月前
Tldr for erlang users?
评论 #42695970 未加载
评论 #42695921 未加载
cosmic_quanta4 个月前
&gt; The Misty Programming Language is a dynamic, (...), secure, distributed actor language<p>In this day-and-age, dynamic programs should be considered insecure (in the broad sense) by design. There have been lots of efforts in the past ~15 years to make distributed systems more robust (e.g. Cloud Haskell [0], choreographic programming [1]).<p>The term &quot;secure&quot; as used here is quite specific, used in reference to a capability model. This is quite nice and innovative. However, static typing and capabilities need not be mutually exclusive: capabilities can be modeled at the type level using algebraic effects [2].<p>[0]: <a href="https:&#x2F;&#x2F;simon.peytonjones.org&#x2F;haskell-cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simon.peytonjones.org&#x2F;haskell-cloud&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Choreographic_programming" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Choreographic_programming</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;yallop&#x2F;effects-bibliography">https:&#x2F;&#x2F;github.com&#x2F;yallop&#x2F;effects-bibliography</a>
评论 #42697288 未加载