lix.systems/community-st...
lix.systems/community-st...
This is so solved by having RAII but Zig would rather have errors that aren't much better than C ones, welp
This is so solved by having RAII but Zig would rather have errors that aren't much better than C ones, welp
Bluesky: get depressed because everything is shit and everyone is depressed
Bluesky: get depressed because everything is shit and everyone is depressed
It's basically like nix but you write derivations in lua, and it supports windows and multi-step derivations
It's basically like nix but you write derivations in lua, and it supports windows and multi-step derivations
youtu.be/GaAe7zGq1zM
youtu.be/GaAe7zGq1zM
SaaS has truly gone way too far
SaaS has truly gone way too far
```scala
@main def main(): Unit =
"text1+(2*3)" match
case s"text$a+($b*$c)" => println(s"$a, $b, $c")
case s"other$a/($b+$c+$d)" => println(s"$a, $b, $c, $d")
```
```scala
@main def main(): Unit =
"text1+(2*3)" match
case s"text$a+($b*$c)" => println(s"$a, $b, $c")
case s"other$a/($b+$c+$d)" => println(s"$a, $b, $c, $d")
```