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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Session types in programming languages (2016)

42 点作者 hurricaneSlider超过 6 年前

4 条评论

wcrichton超过 6 年前
For those who want to learn more, I wrote an extended, accessible introduction to session types (predicated on a little knowledge about PL metalanguage syntax, e.g. BNF grammar) here: <a href="http:&#x2F;&#x2F;cs242.stanford.edu&#x2F;lectures&#x2F;07-2-session-types.html" rel="nofollow">http:&#x2F;&#x2F;cs242.stanford.edu&#x2F;lectures&#x2F;07-2-session-types.html</a><p>It also includes a walkthrough of a session types implementation in Rust.
评论 #18775176 未加载
zozbot123超过 6 年前
Latest version of this post [2017] is found at <a href="http:&#x2F;&#x2F;groups.inf.ed.ac.uk&#x2F;abcd&#x2F;session-implementations.html" rel="nofollow">http:&#x2F;&#x2F;groups.inf.ed.ac.uk&#x2F;abcd&#x2F;session-implementations.html</a>
评论 #18776116 未加载
hurricaneSlider超过 6 年前
Didn&#x27;t write this but thought it was interesting as it seems to address pain points I&#x27;ve felt when building out a typed actor system (requirements for adapters, etc)
rurban超过 6 年前
Since then Pony came along: Primitive, Static<p>No external Scribble-like protocol needed, builtin into the compiler. Actor-based.