Releases: solod-dev/solod
Releases · solod-dev/solod
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.