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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Binding as Sets of Scopes: Notes on a new model of macro expansion for Racket

64 点作者 wsxiaoys超过 8 年前

4 条评论

wsxiaoys超过 8 年前
Expanded read list on the same topic:<p><a href="http:&#x2F;&#x2F;www.ncameron.org&#x2F;blog&#x2F;sets-of-scopes-macro-hygiene&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ncameron.org&#x2F;blog&#x2F;sets-of-scopes-macro-hygiene&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;acarrico&#x2F;evaluator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;acarrico&#x2F;evaluator</a>
sanxiyn超过 8 年前
Rust plans to switch to sets of scopes algorithm for macros: <a href="http:&#x2F;&#x2F;www.ncameron.org&#x2F;blog&#x2F;sets-of-scopes-macro-hygiene&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ncameron.org&#x2F;blog&#x2F;sets-of-scopes-macro-hygiene&#x2F;</a>
daveguy超过 8 年前
Whenever I see racket I like to point out their very awesome quick start guide:<p><a href="https:&#x2F;&#x2F;docs.racket-lang.org&#x2F;quick&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.racket-lang.org&#x2F;quick&#x2F;</a><p>Also, relevant here is a quick build-your-own-language tutorial for racket at beautifulracket:<p><a href="http:&#x2F;&#x2F;beautifulracket.com&#x2F;stacker&#x2F;intro.html" rel="nofollow">http:&#x2F;&#x2F;beautifulracket.com&#x2F;stacker&#x2F;intro.html</a>
评论 #13238318 未加载
kreutz超过 8 年前
Utah represent!