1
0
Fork 0
forked from fun/fun

Some documentation update. No Code changes. (0.33.0)

This commit is contained in:
Johannes Findeisen 2025-11-28 17:53:10 +01:00
commit f05a3d3cde
2 changed files with 7 additions and 24 deletions

View file

@ -104,7 +104,7 @@ There are some libs written in Fun available at the [./lib/](https://git.xw3.org
This is actually a work in progress...
Current documentation is only found in the [Fun Handbook](https://fun-lang.xyz/handbook/).
Current documentation is only found in the [Fun Handbook](https://git.xw3.org/fun/fun/src/branch/main/docs/handbook.md).
In the [./examples/](https://git.xw3.org/fun/fun/src/branch/main/examples) directory should be an example of most Fun features.

View file

@ -1,23 +1,3 @@
---
layout: page
published: true
noToc: true
noComments: true
title: /handbook/index.fun
subtitle:
description: Handbook
permalink: /handbook/
lang: en
tags:
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
---
# Fun Handbook (Second Edition)
This is a refreshed, de-duplicated, and fully up-to-date handbook for the Fun programming language and its virtual machine (VM). It keeps the same section layout as the original handbook while consolidating repeated content and documenting all currently available features, including the latest SQLite support.
@ -40,15 +20,18 @@ Fun is a small, strict, and simple programming language executed by a stack-base
- A C compiler, a libc, and Git
FreeBSD:
#### FreeBSD:
- CMake
- Clang
Linux:
#### Linux:
- CMake
- GCC (Clang should also work)
Windows:
#### Windows:
- Cygwin (not covered in detail here)
- CMake
- GCC via Cygwin