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.

Introduction to the Common Language Runtime (2007)

143 pointsby StylifyYourBlogover 10 years ago

10 comments

CmonDevover 10 years ago
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 未加载
peferronover 10 years ago
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 未加载
Rapzidover 10 years ago
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 未加载
moominover 10 years ago
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 未加载
tkubackiover 10 years ago
Mono team is now actively merging this into Mono (see Miguel De Icaza github) - this is very good news for .NET
_random_over 10 years ago
2016-s default gentlemen&#x27;s choice: Azure, Win10, Docker, CoreCLR, ASP.NET Web API, F#, TypeScript.
评论 #9014793 未加载
mmfover 10 years ago
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_throwawayover 10 years ago
I&#x27;m wondering how this relates to LLVM or JAVA bytecode.
JBiserkovover 10 years ago
&gt;fundamentally only simple things can be easy
Tooover 10 years ago
Look at the repository the file belongs to. :)
评论 #9013647 未加载