<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://nekovm.org/lib/styles/feed.css" 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://nekovm.org/feed.php">
        <title>NekoVM</title>
        <description></description>
        <link>http://nekovm.org/</link>
        <image rdf:resource="http://nekovm.org/lib/images/favicon.ico" />
       <dc:date>2013-06-10T22:29:17+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://nekovm.org/index?do=diff&amp;amp;1370896025"/>
                <rdf:li rdf:resource="http://nekovm.org/download?do=diff&amp;amp;1361633196"/>
                <rdf:li rdf:resource="http://nekovm.org/doc?do=diff&amp;amp;1353439485"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/mod_neko?do=diff&amp;amp;1315665174"/>
                <rdf:li rdf:resource="http://nekovm.org/news?do=diff&amp;amp;1315657370"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/nxml?do=diff&amp;amp;1315049160"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/vm?do=diff&amp;amp;1295982472"/>
                <rdf:li rdf:resource="http://nekovm.org/specs?do=diff&amp;amp;1283437364"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/mt?do=diff&amp;amp;1278323211"/>
                <rdf:li rdf:resource="http://nekovm.org/faq?do=diff&amp;amp;1264060612"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/builtins?do=diff&amp;amp;1256697725"/>
                <rdf:li rdf:resource="http://nekovm.org/lua?do=diff&amp;amp;1238703641"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/tools?do=diff&amp;amp;1235031360"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/thread?do=diff&amp;amp;1223125511"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/regexp?do=diff&amp;amp;1223125472"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/misc?do=diff&amp;amp;1223124977"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/date?do=diff&amp;amp;1223124953"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/cgi?do=diff&amp;amp;1223124908"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/view/mysql?do=diff&amp;amp;1219526488"/>
                <rdf:li rdf:resource="http://nekovm.org/doc/ffi?do=diff&amp;amp;1209841495"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://nekovm.org/lib/images/favicon.ico">
        <title>NekoVM</title>
        <link>http://nekovm.org/</link>
        <url>http://nekovm.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://nekovm.org/index?do=diff&amp;amp;1370896025">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-10T22:27:05+01:00</dc:date>
        <dc:creator>trichy T (trichy@117.201.40.92)</dc:creator>
        <title>index</title>
        <link>http://nekovm.org/index?do=diff&amp;amp;1370896025</link>
        <description> Neko is an high-level dynamicly typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily exte...</description>
    </item>
    <item rdf:about="http://nekovm.org/download?do=diff&amp;amp;1361633196">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-23T16:26:36+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>download</title>
        <link>http://nekovm.org/download?do=diff&amp;amp;1361633196</link>
        <description> The following downloads are currently available :   Neko 2.0.0 sources TGZ  Neko 2.0.0 Windows binaries  Neko 2.0.0 Linux binaries  Neko 2.0.0 Linux 64 bits binaries  Neko 2.0.0 OS X binaries   To compile from sources you need to install libgc-dev. ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc?do=diff&amp;amp;1353439485">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-20T20:24:45+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>doc - old revision restored</title>
        <link>http://nekovm.org/doc?do=diff&amp;amp;1353439485</link>
        <description> The following documents are available :   A Neko Starter's Guide  The Neko Programming Language Specifications  The Neko C FFI (Foreign Function Interface)  The Neko Virtual Machine Documentation  An Introduction to Mod_neko  The Documention of Neko...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/mod_neko?do=diff&amp;amp;1315665174">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-10T16:32:54+01:00</dc:date>
        <dc:creator>Philippe (philippe@86.71.191.129)</dc:creator>
        <title>doc:mod_neko</title>
        <link>http://nekovm.org/doc/mod_neko?do=diff&amp;amp;1315665174</link>
        <description> Mod_neko is an Apache module for Neko. It means it is possible to run Neko programs on the server side in order to serve webpages using Apache. Here&amp;rsquo;s a step-by-step tutorial on how to configure and use Mod_neko.   Quick configuration   If you...</description>
    </item>
    <item rdf:about="http://nekovm.org/news?do=diff&amp;amp;1315657370">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-10T14:22:50+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>news</title>
        <link>http://nekovm.org/news?do=diff&amp;amp;1315657370</link>
        <description> September 10 2011 Neko 1.8.2 release - mostly minor bugfixes - See CHANGES  July 26 2009 Neko 1.8.1 release - mostly minor bugfixes - See CHANGES  September 23 2008 Neko 1.8.0 release - including mod_tora - See CHANGES  July 28 2008 Neko 1.7.1 relea...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/nxml?do=diff&amp;amp;1315049160">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-03T13:26:00+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>doc:nxml - old revision restored</title>
        <link>http://nekovm.org/doc/nxml?do=diff&amp;amp;1315049160</link>
        <description> Neko sources syntax is easy to read but can sometimes be difficult to generate. Also, it does not permit embedding file and line numbers informations. For example if your generate from a file in your language MyFile.mylang to myfile.neko you would l...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/vm?do=diff&amp;amp;1295982472">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-25T20:07:52+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>doc:vm</title>
        <link>http://nekovm.org/doc/vm?do=diff&amp;amp;1295982472</link>
        <description> Before reading this part of the documentation, it is recommend to have already read the C FFI Documentation or to have a good knowledge of it.   Running the VM   The Neko Virtual Machine is one binary called neko included in the Neko distribution. Y...</description>
    </item>
    <item rdf:about="http://nekovm.org/specs?do=diff&amp;amp;1283437364">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-02T16:22:44+01:00</dc:date>
        <dc:creator>Frank Mertens (frank@89.204.153.251)</dc:creator>
        <title>specs</title>
        <link>http://nekovm.org/specs?do=diff&amp;amp;1283437364</link>
        <description> The syntax of the Neko language was designed to be easy to parse and easy to generate. It is not specifically designed to be written by a programmer, but rather to be generated from a higher level language. For example, one could write easily a PHP-...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/mt?do=diff&amp;amp;1278323211">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-05T11:46:51+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.72.200)</dc:creator>
        <title>doc:mt</title>
        <link>http://nekovm.org/doc/mt?do=diff&amp;amp;1278323211</link>
        <description> NekoVM support multithreading and multiple VM instances. It means that you can run some Neko code into a multithreaded program, as long as you respect the following guidelines.   you can allocate a VM with neko_vm_alloc. The VM holds the Neko stack ...</description>
    </item>
    <item rdf:about="http://nekovm.org/faq?do=diff&amp;amp;1264060612">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-21T08:56:52+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@88.182.21.228)</dc:creator>
        <title>faq</title>
        <link>http://nekovm.org/faq?do=diff&amp;amp;1264060612</link>
        <description> Frequently Asked Questions about Neko :   How is Neko different from .Net's CLR or the Java's JVM ?   The .Net&amp;rsquo;s CLR and the Java Virtual Machine are both defined by a bytecode language with a static type system based on classes. As a result, ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/builtins?do=diff&amp;amp;1256697725">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-28T03:42:05+01:00</dc:date>
        <dc:creator>Justin (presidentbeef@131.179.120.34)</dc:creator>
        <title>doc:view:builtins - Added ids to sections for linking</title>
        <link>http://nekovm.org/doc/view/builtins?do=diff&amp;amp;1256697725</link>
        <description>  Builtins    Builtins are basic operations that can be optimized by the Neko compiler.   Array Builtins  array $array(any*) Create an array from a list of values   array $amake(n : int) Create an array of size n   array $acopy(array) Make a copy of ...</description>
    </item>
    <item rdf:about="http://nekovm.org/lua?do=diff&amp;amp;1238703641">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-02T22:20:41+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>lua</title>
        <link>http://nekovm.org/lua?do=diff&amp;amp;1238703641</link>
        <description> Since Lua is maybe the Virtual Machine that is the most similar to Neko in terms of goals, architecture and performances, it is interesting to compare the choices that the two VM are doing.  This comparison is established on the base of informations...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/tools?do=diff&amp;amp;1235031360">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-19T09:16:00+01:00</dc:date>
        <dc:creator>Justin (presidentbeef@75.51.66.86)</dc:creator>
        <title>doc:tools - created</title>
        <link>http://nekovm.org/doc/tools?do=diff&amp;amp;1235031360</link>
        <description> The neko command will run a file which contains compiled Neko bytecode. If the file has a &amp;lsquo;.n&amp;rsquo;, you can omit it.  neko &amp;lt;bytecode_file&amp;gt;   nekoc   compiling   The primary purpose of nekoc is to compile Neko code to Neko bytecode. It ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/thread?do=diff&amp;amp;1223125511">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T15:05:11+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:view:thread - 1.8.0</title>
        <link>http://nekovm.org/doc/view/thread?do=diff&amp;amp;1223125511</link>
        <description>  Threads  An Api to create and manage system threads.    'thread thread_create(f : function:1, p : any) Creates a thread that will be running the function f(p)   'thread thread_current() Returns the current thread   void thread_send('thread, msg : a...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/regexp?do=diff&amp;amp;1223125472">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T15:04:32+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:view:regexp - 1.8.0</title>
        <link>http://nekovm.org/doc/view/regexp?do=diff&amp;amp;1223125472</link>
        <description>  Regexp  Regular expressions using PCRE engine.    'regexp regexp_new_options(reg : string, options : string) Build a new regexpr with the following options :   i : case insensitive matching  s : . match anything including newlines  m : treat the in...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/misc?do=diff&amp;amp;1223124977">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:56:17+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:view:misc</title>
        <link>http://nekovm.org/doc/view/misc?do=diff&amp;amp;1223124977</link>
        <description>  Misc  Misc. functions for different usages.    string float_bytes(number, bigendian : bool) Returns the 4 bytes representation of the number as an IEEE 32-bit float   string double_bytes(number, bigendian : bool) Returns the 8 bytes representation ...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/date?do=diff&amp;amp;1223124953">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:55:53+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:view:date - 1.8.0</title>
        <link>http://nekovm.org/doc/view/date?do=diff&amp;amp;1223124953</link>
        <description>  Date  Date are using standard C functions in order to manipulate a 32 bit integer. Dates are then represented as the number of seconds elapsed since 1st January 1970.    'int32 date_now() Return current date and time   'int32 date_new(string?)  Par...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/cgi?do=diff&amp;amp;1223124908">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-04T14:55:08+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:view:cgi - 1.8.0</title>
        <link>http://nekovm.org/doc/view/cgi?do=diff&amp;amp;1223124908</link>
        <description>  Mod_neko  Apache access when running inside mod_neko.    #list get_cookies() Return a cookie list as a (name,value) chained list   void set_cookie(name : string, val : string) Set a cookie   string get_host_name() Get the local host IP   string get...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/view/mysql?do=diff&amp;amp;1219526488">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-23T23:21:28+01:00</dc:date>
        <dc:creator>Sean Charles (seancharles@82.32.241.1)</dc:creator>
        <title>doc:view:mysql</title>
        <link>http://nekovm.org/doc/view/mysql?do=diff&amp;amp;1219526488</link>
        <description>  MySQL  API to connect and use MySQL database   Result  void result_set_conv_date('result, function:1) Set the function that will convert a Date or DateTime string to the corresponding value.   int result_get_length('result) Return the number of row...</description>
    </item>
    <item rdf:about="http://nekovm.org/doc/ffi?do=diff&amp;amp;1209841495">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-03T21:04:55+01:00</dc:date>
        <dc:creator>Nicolas Cannasse (ncannasse@82.233.73.64)</dc:creator>
        <title>doc:ffi - typo</title>
        <link>http://nekovm.org/doc/ffi?do=diff&amp;amp;1209841495</link>
        <description> The NekoVM itself have enough operations to compute any value. However it cannot do everything, like accessing files, connecting to server, or display and manage a window with menus and buttons. All these features and much more are however accessibl...</description>
    </item>
</rdf:RDF>
