Sammy Plat
Sammy Plat
@theinventor13 if you are ready to add your code to the relevant `.md` file, I am ready to merge this PR, since Butt4cak3 judged it was nice enough. :slightly_smiling_face: Otherwise,...
@lazyprop since you've reviewed #646, would you mind reviewing this one?
> The code is able to run with go run stack-queue.go on its own that way, that's enough. It doesn't need to be embedded somewhere. We want to produce executables...
We haven't implemented the Go build system yet, but we need to think about the future. It doesn't conflict with anything yet, though
If you can compile it down to a runnable executable, it's good for me
On the one hand, fixing for those kind of strings in Python/Coconut is pretty easy. You can see how I did it in the Coconut Huffman encoding PR (trying not...
> I think returning an empty sequence makes more sense, because the algorithm is all about compression. and `(Leaf 'a' 100, [])` is a heck of a lot more compressed...
And I forgot to remove the link again, sorry
I response to the original post: The Haskell SCons tool script in scons-contrib is under GPLv3, so we probably can't use it without changing the whole project to a license...
We would then need to keep artifacts. We can also speed up total compilation time by using parallel compilation (e.g. `scons -j4 --random` for 4 concurrent compilation threads and random...