<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://dashes.com/anil/2002/06/net-cli-for-mac.html" />
  <link rel="self" type="application/atom+xml" href="http://dashes.com/anil/atom.xml" />
  <id>tag:dashes.com,2009:/anil//1/tag:www.dashes.com,2002:/anil//1.1349-</id>
  <updated></updated>
  <title>Comments for .NET CLI for Mac OS X</title>
  <subtitle>A Blog About Making Culture</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.3-en</generator>
  <entry>
    <id>tag:www.dashes.com,2002:/anil//1.1349</id>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2002/06/net-cli-for-mac.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://dashes.com/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=1349" title=".NET CLI for Mac OS X" />
    <published>2002-06-10T19:35:02Z</published>
    <updated>2005-08-12T06:49:39Z</updated>
    <title>.NET CLI for Mac OS X</title>
    <summary>There&apos;s some interesting findings if you read through the docs and source code for the Common Language Infrastructure component of Microsoft&apos;s .NET framework. The entire...</summary>
    <author>
      <name>Anil</name>
      <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
      <![CDATA[<p>There's some interesting findings if you read through the docs and source code for the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dndotnet/html/mssharsourcecli.asp">Common Language Infrastructure</a> component of Microsoft's .NET framework. The entire infrastructure (which is what runs .NET code that's been written) has been written for, and <em>already</em> compiles on, FreeBSD for x86. And all the hardware-specific parts are extracted into a Platform Abstraction Layer (the PAL is discussed in more detail <a href="http://msdn.microsoft.com/msdnmag/issues/02/07/SharedSourceCLI/default.asp">here</a>) that should simplify any future ports.</p><p>What it means is, Mac developers should be able to <a href="http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/001/901/msdncompositedoc.xml&frame=true">download</a> the framework and port it in relatively short order, given OS X's BSD underpinnings. The only real work is translating x86 calls to PowerPC, but since the opposite's been done fairly easily for the <a href="http://lists.apple.com/mailman/listinfo/darwin-x86">Darwin x86</a> project, I am curious to see when it'll happen.</p>]]>
      
    </content>
  </entry>

</feed>
