summaryrefslogtreecommitdiff
path: root/content/html/gemfeed/2010-05-09-the-fype-programming-language.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-14 09:36:49 +0100
committerPaul Buetow <paul@buetow.org>2021-05-14 09:36:49 +0100
commit13bb13d880e3afa5b653d21cd67f07b35fef8342 (patch)
tree621447c78baa2172b0cb69cdd653597d7ddc96cd /content/html/gemfeed/2010-05-09-the-fype-programming-language.html
parentb3277404518cf2ebc76e794ed619f8d2e87b8552 (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.html9
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>