diff --git a/README.org b/README.org index 987a767..6505968 100644 --- a/README.org +++ b/README.org @@ -30,7 +30,7 @@ - Emacs major mode included; Vim, VSCode, and Lite XL support planned. ** Language Design - - Strongly typed with optional type hints in function signatures. + - Strongly typed but with a friendly 'let' syntax. - =real= type (fixed point Q16.16 by default). - =int= for integer numbers (i32). - =nat= for unsigned integer numbers (u32).