Releases: solod-dev/solod
Releases · solod-dev/solod
Release list
v0.2
Solod (So) is a system-level language with Go syntax, zero runtime, and native C interop.
v0.2 includes these features and improvements:
- Basic networking.
- UUIDs and hex encoding.
- 32-bit target support.
- WebAssembly support (WASI).
- Freestanding mode.
v0.1
Solod (So) is a system-level language with Go syntax, zero runtime, and native C interop.
v0.1 ships with the following stdlib packages ported from Go:
io,bufio, andfmt— Abstractions and types for general-purpose I/O.bytes,strings,strconv, andunicode/utf8— Common byte and text operations.slicesandmaps— Generic heap-allocated data structures.crypto/randandmath/rand— Generating random data.flag,os, andpath— Working with the command line and files.log/slog— Structured logging.time— Measuring and displaying time.
And a couple of its own packages:
mem— Memory allocation with a pluggable allocator interface.c— Low-level C interop helpers.
See So by example for a practical introduction and example apps, or try So online without installing anything.