TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Kibit rule system

38 pointsby llambdaover 11 years ago

6 comments

stopthemadnessover 11 years ago
I hate what these slides do to my browser history.
评论 #6755211 未加载
评论 #6759502 未加载
b6over 11 years ago
I really like tools like these! The one I use for Haskell is hlint[1].<p>1: <a href="http://community.haskell.org/~ndm/hlint/" rel="nofollow">http:&#x2F;&#x2F;community.haskell.org&#x2F;~ndm&#x2F;hlint&#x2F;</a>
moominover 11 years ago
I note that the overtone jazz composition has been updated since this presentation was put together. :)
FeatureRushover 11 years ago
Hmmm<p><pre><code> (defrules my-rules [(+ ?x 1) (inc ?x)] [(- ?x 1) (dec ?x)]) </code></pre> Could something like that be shipped together with libraries and automagically update and refactor my code on simple backward incompatible changes?
LogicXover 11 years ago
At first I thought this would be talking about kibits, now collaborate: <a href="http://www.collaborate.com/" rel="nofollow">http:&#x2F;&#x2F;www.collaborate.com&#x2F;</a>
mhewettover 11 years ago
These are called rewrite rules and you can find a lot of previous work on this to reference and build on.
评论 #6756188 未加载