From 0b634082db14d27691c0adc7f967eb05d7ebe250 Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 26 Sep 2025 09:30:33 +0200 Subject: [PATCH] README update. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40243d6..c7ba1b0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fun Uses Nothing — Life is too short not to code with fun... ;) -Influenced by Bash, C, Go, Lua, Python, and Rust. +Influenced by Bash, **C**, Go, **Lua**, **Python**, and Rust. Developed and tested on: @@ -19,8 +19,7 @@ Developed and tested on: ## Characteristics - * Static and optionally dynamic - * No pointers + * Dynamic and optionally statically typed * Type safety (Not safe yet) * Written in C / Internally no_camel_case... ;) * Only a minimal function set is written in C; All other core libraries are implemented in Fun