<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://crules.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://crules.org/feed.php">
        <title>Crules</title>
        <description></description>
        <link>http://crules.org/</link>
        <image rdf:resource="http://crules.org/lib/images/favicon.ico" />
       <dc:date>2010-03-10T14:22:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://crules.org/doku.php?id=documentation&amp;rev=1266900681&amp;do=diff"/>
                <rdf:li rdf:resource="http://crules.org/doku.php?id=start&amp;rev=1266257184&amp;do=diff"/>
                <rdf:li rdf:resource="http://crules.org/doku.php?id=hacking&amp;rev=1263313897&amp;do=diff"/>
                <rdf:li rdf:resource="http://crules.org/doku.php?id=language&amp;rev=1261589977&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://crules.org/lib/images/favicon.ico">
        <title>Crules</title>
        <link>http://crules.org/</link>
        <url>http://crules.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://crules.org/doku.php?id=documentation&amp;rev=1266900681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-23T04:51:21+00:00</dc:date>
        <dc:creator>Philip Herron</dc:creator>
        <title>documentation</title>
        <link>http://crules.org/doku.php?id=documentation&amp;rev=1266900681&amp;do=diff</link>
        <description>Crules has been specificity designed to be simple and intuitive for programmers, by making computing procedures easier while remaining dynamic and reusable. Designed with clean, clear syntax and keywords; along with a fully dynamic typing system; fast and dynamic data structures which makes it a great platform as a scripting engine which can be embedded into existing programs for a more high level logic computation or even as a fast and reliable application development platform, with a definite …</description>
    </item>
    <item rdf:about="http://crules.org/doku.php?id=start&amp;rev=1266257184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T18:06:24+00:00</dc:date>
        <dc:creator>Philip Herron</dc:creator>
        <title>start</title>
        <link>http://crules.org/doku.php?id=start&amp;rev=1266257184&amp;do=diff</link>
        <description>Crules is a dynamic programming language that takes influences from Python , Perl and Haskell. The main motivation for this language was the concept or design of a new paradigm or feature which I call `rules'; where a rule is or can be an entry point which has dependencies rather than parameters. Though any rule can be overridden to have different or no dependencies. So the language itself can decide on the best course of actions for an operation, this then has the side effect of dependencies be…</description>
    </item>
    <item rdf:about="http://crules.org/doku.php?id=hacking&amp;rev=1263313897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-12T16:31:37+00:00</dc:date>
        <dc:creator>Philip Herron</dc:creator>
        <title>hacking</title>
        <link>http://crules.org/doku.php?id=hacking&amp;rev=1263313897&amp;do=diff</link>
        <description>Before anyone asks me “why a new interpreter from scratch why not Parrot”, well if I am honest i didn't hear about parrot until about a year ago! And I am getting involved with those guys, and really I think for languages and interpreter/compiler/VM 's to develop and extend we need more implementations of different types since there don't seem to be many new implementations of languages from scratch these days. Allison Randal said in a talk, current languages currently all share ideas from langu…</description>
    </item>
    <item rdf:about="http://crules.org/doku.php?id=language&amp;rev=1261589977&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-23T17:39:37+00:00</dc:date>
        <dc:creator>Philip Herron</dc:creator>
        <title>language</title>
        <link>http://crules.org/doku.php?id=language&amp;rev=1261589977&amp;do=diff</link>
        <description>So Language Design, what is the distinction of it and the implementation? Well the dilemma here is you really need to make sure you understand fully how the language constructs will be evaluated in order to return useful results to the programmer. And how do we do language design? Its not like we have anything to test your constructs against, it takes quite a bit of patients which can make it difficult, but its also the coolest part because you can come up with cool ideas.</description>
    </item>
</rdf:RDF>
