Having spent time with Kotlin’s by lazy
, I really like the lazy
item.
Most of the others I don’t have strong opinions about, yet.
You must log in or register to comment.
Actually, you know what? I think Lua-style single argument function calls would be awesome for all kinds of quasi-literals, but sure, Path should be built in.
(for reference, iirc,
f("Foo")
andf({a=1})
can be writtenf"Foo"
andf{a=1}
, respectively)