• v0.4.0 e48f06a8b5

    TudbuT released this 2024-09-29 21:20:50 +02:00 | 46 commits to main since this release

    Additions:

    • TCP server (server.spl)
    • HTTP server (httpserver/base.spl)
    • Threads with callable fork
    • Timing with time.spl
    • The readf and readf1 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 mapped 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