diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-14 09:36:49 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 48912c9200d86bdcd0d03d7f8beb6c57632e2fdb (patch) | |
| tree | 88bbd9489292880241165242871d2373b9730338 /content/html/gemfeed/2010-05-09-the-fype-programming-language.html | |
| parent | 02c49e983d478fad99db8658180828fea0ab242e (diff) | |
restyle and also publish ioriot
Diffstat (limited to 'content/html/gemfeed/2010-05-09-the-fype-programming-language.html')
| -rw-r--r-- | content/html/gemfeed/2010-05-09-the-fype-programming-language.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html index b654644c..1088bf2a 100644 --- a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html @@ -15,7 +15,7 @@ body { } img { display:block; - max-width: 90%; + max-width: 80%; } p.quote:before { content: " | "; @@ -48,8 +48,7 @@ h2, h3 { </style> </head> <body> -<p class="quote"><i>Written by Paul Buetow 2010-05-09, last updated 2021-05-05</i></p> -<a class="textlink" href="../">Go back to the main site</a><br /> +<h1>The Fype Programming Language</h1> <pre> ____ _ __ / / _|_ _ _ __ ___ _ _ ___ __ _| |__ / _|_ _ @@ -57,9 +56,8 @@ h2, h3 { _ / /| _| |_| | |_) | __/ | |_| | __/ (_| | | | |_| _| |_| | (_)_/ |_| \__, | .__/ \___| \__, |\___|\__,_|_| |_(_)_| \__, | |___/|_| |___/ |___/ - </pre> -<h1>The Fype Programming Language</h1> +<p class="quote"><i>Written by Paul Buetow 2010-05-09, last updated 2021-05-05</i></p> <p>Fype is an interpreted programming language created by me for learning and fun. The interpreter is written in C. It has been tested on FreeBSD and NetBSD and may also work on other Unix like operating systems such as Linux based ones. To be honest, besides learning and fun there is really no other use case of why Fype actually exists as many other programming languages are much faster and more powerful.</p> <p>The Fype syntax is very simple and is using a maximum look ahead of 1 and a very easy top down parsing mechanism. Fype is parsing and interpreting its code simultaneously. This means, that syntax errors are only detected during program runtime. </p> <p>Fype is a recursive acronym and means "Fype is For Your Program Execution" or "Fype is Free Yak Programmed for ELF". You could also say "It's not a hype - it's Fype!".</p> @@ -450,5 +448,6 @@ BB <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> <a class="textlink" href="https://github.com/snonux/fype">https://github.com/snonux/fype</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> +<a class="textlink" href="../">Go back to the main site</a><br /> </body> </html> |
