Andreas Rumpf

Results 412 comments of Andreas Rumpf

The output is not particularly "bloated".

We should instead or in addtion to that refactor the compiler transformation pipelines.

Yeah, maybe we should really do that. The compiler itself would benefit.

For the Nim compiler I don't care much about the speed, it's much more important that it has no dependencies.

Why not? Sometimes software is finished.

> I think varints can be replaced by a new bigints on stdlib, then stdlib remains kinda constant in size. Er uh, I think that's not how it works. ;-)

@zah Agreed. However, I'm in no rush in adding big integer support for Nim and busy with other work considered more important.

IMHO this should be part of jester.

Because every web project needs it and jester doesn't seem to give me much. I don't need fancy URL dispatching, I can do that easily enough on my own. Session...