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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Interview with Audrey Tang, part 1

47 点作者 audreyt大约 10 年前

1 comment

tikhonj大约 10 年前
Here&#x27;s an interesting insight on how using a purely functional language (Haskell) to implement an imperative one (Perl6) helped:<p>&gt; <i>It was helpful in that it&#x27;s much easier to reason about Perl 6 semantics, making explicit all ambiguities in the specification, because Haskell did not prefer one semantic over another.</i><p>It&#x27;s a salient point because an interpreter built in an imperative language naturally reuses most of the host language&#x27;s semantics, often without anyone noticing. This can be extremely powerful (SICP&#x27;s &quot;metacircular evaluator&quot; is incredibly elegant), but also limiting. (Implementing anything sufficiently <i>unlike</i> Scheme using SICP&#x27;s approach was far more awkward.)