1
0
Fork 0
forked from fun/fun
fun/web/index.md

2.9 KiB

layout title subtitle description metasub noToc noDate tags permalink
page :load /index.fun The programming language that makes you have fun! Blog and Homepage news true false
fun
project
dynamic
static
programming
blog
language
/

What is Fun?

Fun is an experiment, just for fun, but Fun works!

Fun is a highly strict programming language, but also highly simple. It looks like Python (My favorite language), but there are differences.

Influenced by Bash, C, Lua, PHP, Python, and a little Rust (Most influences came from linked languages).

Fun is and will ever be 100% free under the terms of the Apache-2.0 License.

[Read more]

Blog (Feed)

{% for post in site.tags.pinned %}

{{ post.title }} 📌

{{ post.date | date: "%b %-d, %Y" }}{% if post.date_updated %} - Edited: {{ post.date_updated | date: "%b %-d, %Y" }}{% endif %}{% if post.author %}, {{ post.author }}{% endif %}

{{ post.content | truncatewords: site.truncatewords_length }}

[Read post]

{% endfor %}

{% for post in site.posts %} {% unless post.tags contains 'pinned' %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }}{% if post.date_updated %} - Edited: {{ post.date_updated | date: "%b %-d, %Y" }}{% endif %}{% if post.author %}, {{ post.author }}{% endif %}

{{ post.content | truncatewords: site.truncatewords_length }}

[Read post]

{% endunless %} {% endfor %}

Pages

{% if paginator.page == 1 %}1{% else %}1{% endif %} {% for count in (2..paginator.total_pages) %} {% if count == paginator.page %}{{ count }}{% else %}{{ count }}{% endif %} {% endfor %}