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.

Irony - .NET Language Implementation Kit.

39 pointsby mmavnnover 14 years ago
This saved me an awful lot of time recently.

3 comments

michael_dorfmanover 14 years ago
This looks cool, but it appears to be on hold:<p><a href="http://irony.codeplex.com/Thread/View.aspx?ThreadId=230812" rel="nofollow">http://irony.codeplex.com/Thread/View.aspx?ThreadId=230812</a>
评论 #1864412 未加载
评论 #1865322 未加载
euroclydonover 14 years ago
Here are some <i>very</i> interesting comments from the author:<p><i>I guess with MS killing DLR and Iron languages, that puts more pressure on us, as I think this leaves Irony as the only ongoing technology for parser/interpreter construction in .NET. DLR, in my humble opinion, had never had a slight chance to become mainstream - it's just too complex, and benefits (like performance) are non-existent.</i><p><i>there are other gaping holes in .NET technology, which are screaming "fix me!", and which are more relevant to biz app programmer like myself. Entity framework and LightSwitch are jokes and don't even deserve any serious discussion. That's what I'm trying to do now - fill the void, and sorry to those who work in areas where parsers are more important than anything else.</i>
评论 #1865030 未加载
评论 #1865227 未加载
scott_sover 14 years ago
Embedding the grammar directly into a language through operator overloading is similar to Boost.Spirit's approach: <a href="http://boost-spirit.com/home/" rel="nofollow">http://boost-spirit.com/home/</a>