-
released this
2024-09-29 21:20:50 +02:00 | 46 commits to main since this releaseAdditions:
- TCP server (server.spl)
- HTTP server (httpserver/base.spl)
- Threads with
callable fork
- Timing with time.spl
- The
readf
andreadf1
functions - URLEncoding support
net:http:urlencode
,net:http:urldecode
- mega <-> str conversion with different radix
- uppercase and lowercase string conversions
- Split and replace now work on arrays
- Arrays can be
map
ped directly - Optional pure spl replacements of some std functions (pure.spl)
Fixes/Improvements:
- String ops like replace and split no longer mess up on some inputs
- Compatibility mode is now noticeably better
- Stdlib files can now see each other better, allowing for directories within the standard library
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads