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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Implementing a JIT Compiled Language with Haskell and LLVM

81 点作者 niels大约 11 年前

3 条评论

lallysingh大约 11 年前
Even if you're not curious about Haskell, have a look at the parser here. Parsing in Haskell feels like cheating.
评论 #7340385 未加载
评论 #7340613 未加载
batterseapower大约 11 年前
A while ago I wrote a Haskell compiler for a simple functional language that uses the JIT features of LLVM in order to make the Haskell-level &quot;compile&quot; function lazy in the term being compiled. Quite a fun trick I thought: <a href="https://github.com/batterseapower/productive-compiler/blob/master/Main.hs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;batterseapower&#x2F;productive-compiler&#x2F;blob&#x2F;m...</a>
taspeotis大约 11 年前
Good job with that trailing &#x2F;<p><pre><code> Implementing a JIT Compiled Language with Haskell and LLVM (stephendiehl.com) 195 points by rwosync 53 days ago | flag | comments </code></pre> <a href="https://news.ycombinator.com/item?id=7031998" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7031998</a>
评论 #7340656 未加载
评论 #7341007 未加载
评论 #7341170 未加载