1
0
Fork 0
forked from fun/fun

Went back to C99. No need for C11. (0.26.4)

This commit is contained in:
Johannes Findeisen 2025-10-09 00:43:17 +02:00
commit 87da9ce03c
2 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(fun VERSION 0.26.3 LANGUAGES C)
project(fun VERSION 0.26.4 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)
include(GNUInstallDirs)

View file

@ -15,11 +15,15 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht
- Joy in coding
- Fun!
### Extras
- PC/SC smart card support builtin (optional)
## Characteristics
- Dynamic and optionally statically typed
- Type safety
- Written in C (C11) and Fun
- Written in C (C99) and Fun
- Internal libs are written with no_camel_case even when written in Fun, except class names
- Only a minimal function set is written in C, and most other core functions and libraries are implemented in Fun