blob: 293655ecfbb521614fcd0bb2917f77c1beb6e1f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<content>
<pagetitle>The Fype0 Language</pagetitle>
<textheader>Free, small, simple...</pagetitle>
<important>
<text>
<strong>Important notice:</strong>
<noop>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 </noop>
<hyperlink>http://fype.buetow.org</hyperlink>
<noop> and enjoy :)</noop>
</text>
</important>
<text>
<limg href="?document=images/fype.png" title="Fype" />
<noop>... 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</noop>
<namedlink href="https://ssl.buetow.org/repos/fype/trunk/README">README</namedlink>
<noop> file! And also see the </noop>
<namedlink href="https://ssl.buetow.org/repos/fype/trunk/TODO">TODO</namedlink>
<noop> file so you can see whats coming up next :). The latest development version (trunk) is </noop>
<perl>
use LWP::Simple;
get('https://ssl.buetow.org/repos/fype/trunk/docs/version.txt');
</perl>
<noop> and there is no stable branch available yet.</noop>
</text>
</content>
|