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

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 %H:%M:%S" }} ({{ post.date | date: "%b %-d, %Y %H:%M:%S" | date: "%Z" }}) {% if post.date_updated %} - Edited: {{ post.date_updated | date: "%b %-d, %Y %H:%M:%S" }} ({{ post.date_updated | date: "%b %-d, %Y %H:%M:%S" | date: "%Z" }}){% 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 %H:%M:%S" }} ({{ post.date | date: "%b %-d, %Y %H:%M:%S" | date: "%Z" }}) {% if post.date_updated %} - Edited: {{ post.date_updated | date: "%b %-d, %Y %H:%M:%S" }} ({{ post.date_updated | date: "%b %-d, %Y %H:%M:%S" | date: "%Z" }}){% 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 %}