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

@ -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