3.2 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 |
|
/ |
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.
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 }}{% 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 }}