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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Yi – Text editor written in Haskell

70 点作者 gnocchi大约 10 年前

6 条评论

seanmcdirmid大约 10 年前
Incremental parsing really isn&#x27;t that hard: just cache the trees and damage&#x2F;repair appropriately. I&#x27;m not sure if Haskell will be much of an advantage there; I found my own frameworks to be incredibly stateful...to the point that I designed Glitch to replace FRP to solve this specific problem.<p>Incremental parsing is also the first step toward incremental type checking :)<p>The post is a bit wrong, there have been incremental parsing frameworks in the past (see Tim Wagner and Susan Graham&#x27;s work on Harmonia at UCB). But I&#x27;ve never been able to use them very well, and the problem is simple enough that cache&#x2F;damage&#x2F;repair is good enough (actually for type checking also).
dbbolton大约 10 年前
As someone whose ISP enforces a draconian bandwidth limit, I would really like to see an estimate of how much all the dependencies are going to end up costing me.<p>The last time I tried to build a Haskell program (I think it was on 64-bit Arch linux), I ended up quitting after I broke 800 MB in downloads with no end in sight.
评论 #9337976 未加载
评论 #9338131 未加载
评论 #9337933 未加载
616c大约 10 年前
I have tried a few times in the last year to find someone who something crazier than Yi: a Haskell program that is text editor, IDE, and integrated Webkit browser, all in Haskell. The dev was a former Emacs enthusiast. It looked really cool, but I forgot to bookmark.<p>It is not Yi, but does anyone know what I am talking about?
评论 #9338973 未加载
rtpg大约 10 年前
looking at these config files I do feel like we&#x27;re still missing a style to write nice config files in a language like Haskell. I don&#x27;t think it&#x27;s a language issue, but there&#x27;s still a bit of difficulty in the building blocks given by things like xmonad or yi.
评论 #9341903 未加载
bch大约 10 年前
Link to video[0] is currently responding w&#x2F; a 404. Anybody have insight into proper link?<p>[0] <a href="http:&#x2F;&#x2F;video.google.com&#x2F;videoplay?docid=4183423992181607417" rel="nofollow">http:&#x2F;&#x2F;video.google.com&#x2F;videoplay?docid=4183423992181607417</a>
评论 #9338002 未加载
评论 #9337823 未加载
krick大约 10 年前
Uh… Is it really idiomatic approach for Haskell?<p>Edit: oh, I&#x27;ve read and referred to the latest blog-entry on site, not to the editor itself. Nevermind.