<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Gábor's blog</title>
  <link rel="alternate" type="text/html" href="http://www.nekomancer.net/blog/archives/scm-in-prog-lang-devel"/>
  <link rel="self" type="application/atom+xml" href="http://www.nekomancer.net/node/152/atom/feed"/>
  <id>http://www.nekomancer.net/node/152/atom/feed</id>
  <updated>2008-03-28T18:46:28-05:00</updated>
  <entry>
    <title>scm in programming language development</title>
    <link rel="alternate" type="text/html" href="http://www.nekomancer.net/blog/archives/scm-in-prog-lang-devel" />
    <id>http://www.nekomancer.net/blog/archives/scm-in-prog-lang-devel</id>
    <published>2008-02-24T15:38:50-06:00</published>
    <updated>2008-03-28T18:46:28-05:00</updated>
    <author>
      <name>gabor</name>
    </author>
    <category term="scm" />
    <category term="programming" />
    <summary type="html"><![CDATA[<p>i did a quick check about what source-code-management systems are used by the programming languages that i find important/interesting,
and here is what i found:</p>

<table class="simpleblog">
<tr><td><a href="http://www.python.org/dev/faq/#subversion-svn">python</a></td><td>subversion</td></tr>
<tr><td><a href="http://www.ruby-lang.org/en/community/ruby-core/#following-ruby">ruby</a></td><td>subversion</td></tr>
<tr><td><a href="http://gcc.gnu.org/svn.html">gcc</a></td><td>subversion</td></tr>
<tr><td><a href="http://sourceforge.net/cvs/?group_id=1373">sbcl (lisp)</a></td><td>cvs</td></tr>
<tr><td><a href="http://www.factorcode.org/development.fhtml">factor</a></td><td>git</td></tr>
<tr><td><a href="http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources">ghc (haskell)</a></td><td>darcs</td></tr>
<tr><td><a href="http://hg.openjdk.java.net/jdk7/jdk7">openjdk (java)</a></td><td>mercurial</td></tr>
<tr><td>lua</td><td>no public repo</td></tr>
</table>
    ]]></summary>
    <content type="html"><![CDATA[<p>i did a quick check about what source-code-management systems are used by the programming languages that i find important/interesting,
and here is what i found:</p>

<table class="simpleblog">
<tr><td><a href="http://www.python.org/dev/faq/#subversion-svn">python</a></td><td>subversion</td></tr>
<tr><td><a href="http://www.ruby-lang.org/en/community/ruby-core/#following-ruby">ruby</a></td><td>subversion</td></tr>
<tr><td><a href="http://gcc.gnu.org/svn.html">gcc</a></td><td>subversion</td></tr>
<tr><td><a href="http://sourceforge.net/cvs/?group_id=1373">sbcl (lisp)</a></td><td>cvs</td></tr>
<tr><td><a href="http://www.factorcode.org/development.fhtml">factor</a></td><td>git</td></tr>
<tr><td><a href="http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources">ghc (haskell)</a></td><td>darcs</td></tr>
<tr><td><a href="http://hg.openjdk.java.net/jdk7/jdk7">openjdk (java)</a></td><td>mercurial</td></tr>
<tr><td>lua</td><td>no public repo</td></tr>
</table>
    ]]></content>
  </entry>
</feed>
