[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>21 Zig is also a syntax mess For example
const std = @import("std"); pub fn main() !void { const stdout = std.io.getStdOut().writer(); try stdout.print("Hello, {s}!\n", .{"world"}); }
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode