From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- fype0.buetow.org/content/home.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fype0.buetow.org/content/home.xml (limited to 'fype0.buetow.org/content/home.xml') diff --git a/fype0.buetow.org/content/home.xml b/fype0.buetow.org/content/home.xml new file mode 100644 index 0000000..c5bbb87 --- /dev/null +++ b/fype0.buetow.org/content/home.xml @@ -0,0 +1,27 @@ + + + The Fype0 Language + Free, small, simple... + + + Important notice: + The development of fype0 has been stalled. See fype instead, which is based on a complete new technology. There will be no further development on fype0. This project always was a proof of concept only. Bugs are not gonna be fixed. For the new fype programming project please visit + http://fype.buetow.org + and enjoy :) + + + + + ... is an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. Fypes focus is to use as few dependencies on 3rd party libraries as possible and to use as less code as possible and a very small execution binary! Fype should be portable to many different operating systems as well. The first release will be also available at least for Linux and maybe other UNIX alike operating systems. Fype itself is using the BSD license. For more infos please consult the + README + file! And also see the + TODO + file so you can see whats coming up next :). The latest development version (trunk) is + + use LWP::Simple; + get('https://ssl.buetow.org/repos/fype/trunk/docs/version.txt'); + + and there is no stable branch available yet. + + + -- cgit v1.2.3