I really want to use it more, but I cannot get past the syntax.
For example, method chaining:
std.fs.cwd().openFile("does_not_exist/foo.txt", .{})
I really want to use it more, but I cannot get past the syntax.
For example, method chaining:
The aesthetic of a language is really important to me, and method chaining that allows for lines like this somehow doesn't feel right.