<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/zkribe/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/zkribe/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 25 Oct 2015 00:06:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zkribe/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Jordi Alegre</title><link>https://sourceforge.net/p/zkribe/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -15,7 +15,7 @@
     4      out.println( "Hello, world!" )
     5  end

-I am developing it and have a working version, developed in Java, that I am polishing to publication. I would like to provide an as error free and robust as possible product as possible. In this first version I will decide the final language, obtaining feedback in the developing process of the language itself and the runtime library.
+I am developing it and have a working version, developed in Java, that I am polishing to publication. I would like to provide a product as error free and robust as possible. In this first version I will decide the final language, obtaining feedback in the developing process of the language itself and the runtime library.

 After that, I want to develop the 1.0 version of the compiler, written in the language itself. This would probe the validity of the decisions taken.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordi Alegre</dc:creator><pubDate>Sun, 25 Oct 2015 00:06:11 -0000</pubDate><guid>https://sourceforge.neta2c969d4d8633f9f0b53a64115aa425ab26e305f</guid></item><item><title>WikiPage Home modified by Jordi Alegre</title><link>https://sourceforge.net/p/zkribe/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,25 @@
-Welcome to your wiki!
+# zkribe programing language
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+*zkribe* is a procedural/object oriented language with the following targets:
 
-The wiki uses [Markdown](/p/zkribe/wiki/markdown_syntax/) syntax.
+* Compiled. It should be able to generate a fast/compact, with as few dependencies as possible.
+* Fast. It should be able to generate near *C* running programs.
+* General. It should be able to write general-purpose applications.
+* Concise. The language is able to extract some information (Types) from the code without the user having to write down all.
 
-[[project_admins]]
+This is a hello world program:
+
+    1  module test
+    2
+    3  defun fmain
+    4      out.println( "Hello, world!" )
+    5  end
+
+I am developing it and have a working version, developed in Java, that I am polishing to publication. I would like to provide an as error free and robust as possible product as possible. In this first version I will decide the final language, obtaining feedback in the developing process of the language itself and the runtime library.
+
+After that, I want to develop the 1.0 version of the compiler, written in the language itself. This would probe the validity of the decisions taken.
+
+[[project_screenshots]]
+
+Administrator: [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordi Alegre</dc:creator><pubDate>Mon, 08 Oct 2012 15:30:55 -0000</pubDate><guid>https://sourceforge.net04d63bf5ca3f5595ba8df1cd6c70e6938ee8b9a3</guid></item><item><title>WikiPage Home modified by Jordi Alegre</title><link>https://sourceforge.net/p/zkribe/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/zkribe/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordi Alegre</dc:creator><pubDate>Mon, 08 Oct 2012 15:26:46 -0000</pubDate><guid>https://sourceforge.net929955ae0c13fd9652d8e55f6bbd6b9eaa6c2319</guid></item></channel></rss>