Shawn Landden
Shawn Landden
just do (from https://www.debian.org/doc/manuals/maint-guide/build.en.html ) ``` apt-get install build-essential apt-get build-dep tre apt-get source tre cd tre-* dpkg-buildpackage ``` Otherwise building is documented in README.darcs
> Where does the anonymous function's code get put? In the current (and only as far as the zig binary is concerned, only) LLVM module. This question is not relevant...
This is a bad idea because each function that accepts slices would now have to have multiple compiled versions for the multiple types of slices. If you want this do...
> Probably the best way to solve it will be with a static buffer, and the panic message has to get chopped off if it's too long. Why can't you...
It is in the general case. With this feature on, We will limit call graphs to make it not turing complete. That is the idea, but I myself am not...
You could use `INT_MIN` for `null`, as it already has some pretty funny properties. This still requires a new type (that interestingly would be agnostic to twos-complement and ones-complement), but...
We already have a ranged integer type. It is called `enum`. This proposal creates far more problems that it solves.
The virtual machine that `zig` inherited from `llvm` which inherited it from `C` is a computer that thinks in bits, and this is successful because it how a computer thinks....
Timing attacks are far more complicated than just doing things in constant time. There are *many* types of timing attacks.