summaryrefslogtreecommitdiff
path: root/fype.buetow.org/content/home.xml
blob: a51b84c6016886faa1240eec5ea68c53c0408fe0 (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
28
29
30
31
32
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<content>
  <pagetitle>The Fype Language</pagetitle>
  <textheader>Free, small, simple...</textheader>
  <important>
    <text>
      <strong>Important notice:</strong>
      <noop>The development of this project has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit </noop>
      <hyperlink>http://dev.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>
  <text>
	  <noop>In order to stay updated I recommend you to follow my blog at </noop>
	  <hyperlink>http://comp.buetow.org</hyperlink>
	  <noop> and see what's new or changing.</noop>
  </text>
</content>