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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Task – a Sweet.js macro for CSP in JavaScript

18 点作者 sriharis大约 10 年前

1 comment

juliangamble大约 10 年前
It looks there is already another CSP implementation in Javascript by James Long (@longster) <a href="http:&#x2F;&#x2F;jlongster.com&#x2F;Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript" rel="nofollow">http:&#x2F;&#x2F;jlongster.com&#x2F;Taming-the-Asynchronous-Beast-with-CSP-...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;jlongster&#x2F;js-csp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jlongster&#x2F;js-csp</a><p>He did a talk on it at ReactConf here: <a href="http:&#x2F;&#x2F;conf.reactjs.com&#x2F;schedule.html#communicating-with-channels" rel="nofollow">http:&#x2F;&#x2F;conf.reactjs.com&#x2F;schedule.html#communicating-with-cha...</a><p>The difference seems to be that James&#x27; was strongly influenced by the Clojure CSP implementation in core.async. It&#x27;s not clear what this implementation was influenced by.