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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Introduction to the Common Language Runtime (2007)

143 点作者 StylifyYourBlog超过 10 年前

10 条评论

CmonDev超过 10 年前
Also known as The Best Virtual Machine. It would be nice to see the 64-bit Mono vs JVM vs V8 (or whatever monkey it's called this time) in a year or so. .NET CLR was already destroying every other on Win (even before RyuJIT and SIMD and native compilation), now Linux will be covered as well.
评论 #9014409 未加载
评论 #9013766 未加载
评论 #9014724 未加载
评论 #9014494 未加载
评论 #9013698 未加载
peferron超过 10 年前
From the article: &quot;A GC <i>is</i> necessary to provide memory safety guarantees. [...] For any programs that need heap-style memory allocations, if you want to guarantee memory safety, you <i>need</i> a GC.&quot;<p>The main clame to fame of Rust is providing memory safety <i>without</i> a GC. Is the quote wrong, or is the quote still right because using a few unsafe blocks is unavoidable in practice? I haven&#x27;t used Rust yet and know almost nothing about the language, so I&#x27;d be glad if someone could enlighten me.
评论 #9013836 未加载
评论 #9014493 未加载
评论 #9013709 未加载
评论 #9013680 未加载
评论 #9013725 未加载
Rapzid超过 10 年前
Very nice. I&#x27;m wondering and hoping that Microsoft will start releasing design&#x2F;architecture documentation and walkthroughs. Something that&#x27;s sorely lacking from most open source projects is any sort of documentation to help would-be contributors get up to speed and wrap their heads around things. On a lot of smaller projects it&#x27;s not a huge deal, but some of the new dotnet foundation stuff is MASSIVE.
评论 #9014858 未加载
moomin超过 10 年前
Just to point out that, as much as the CLR was specced as cross-language, it&#x27;s damn hard to run Java on it, Python and Ruby are abandoned, no-one&#x27;s even tried Haskell.
评论 #9014068 未加载
评论 #9014087 未加载
评论 #9014758 未加载
评论 #9014976 未加载
评论 #9014700 未加载
tkubacki超过 10 年前
Mono team is now actively merging this into Mono (see Miguel De Icaza github) - this is very good news for .NET
_random_超过 10 年前
2016-s default gentlemen&#x27;s choice: Azure, Win10, Docker, CoreCLR, ASP.NET Web API, F#, TypeScript.
评论 #9014793 未加载
mmf超过 10 年前
Wait a second. Isn&#x27;t the elefant in the room the fact that Microsoft is open sourcing a core piece of their software? And MIT license!!! What&#x27;s happening?
std_throwaway超过 10 年前
I&#x27;m wondering how this relates to LLVM or JAVA bytecode.
JBiserkov超过 10 年前
&gt;fundamentally only simple things can be easy
Too超过 10 年前
Look at the repository the file belongs to. :)
评论 #9013647 未加载