1
0
Fork 0
forked from fun/fun

README update. No Code changes. (0.37.24)

This commit is contained in:
Johannes Findeisen 2025-12-28 19:08:15 +01:00
commit c20486a239
2 changed files with 41 additions and 3 deletions

View file

@ -75,9 +75,47 @@ Fun may not change the world — but it will make programming a little more fun.
- if/else if/else
- try/catch/finally
### Lib
### Lib (./lib/)
...
```
arrays.fun
crypt/
crc32c.fun
crc32.fun
md5.fun
md5_legacy.fun
ripemd160.fun - Broken!
sha1.fun
sha256.fun
sha384.fun
sha512.fun
encoding/
base64.fun
hello.fun
hex.fun
io/
console.fun
ini.fun
json.fun
pcsc2.fun
pcsc.fun
process.fun
serial.fun
socket.fun
thread.fun
xml.fun
math.fun
regex
pcre2.fun
regex.fun
strings.fun
ui/
tk.fun
utils/
datetime.fun
math.fun
range.fun
```
### Extensions (only Linux actually)

0
examples/serial_demo.fun Normal file → Executable file
View file