Limin Fu
Limin Fu
> Even then, I'm pretty sure that stable quicksort is slower than Timsort :( Much slower or slightly slow? Different time complexity (I cannot view the formulas on the wikipedia...
The inconsistency is superficial. `for` and `while` do not really support `for/while( x = expr1 )`, they support `for/while( x = expr1; expr2 )`. And, unlike in `for` and `while`,...
This infinite recursion bug was caused by recursive type, now fixed. Nice to see some code for the package manager:)
> Looks like ... captures self as well, quite unexpectedly. Yes, it looks a bit unexpected, but actually reasonable, because the `self` is implicitly the first parameter for instance methods....
> First of all, we should forbid the use of unsecure transmission protocols (no http etc. in favour of https etc.). Then in the future, we should use some trusted...
Adding Dao to "Learning X in Y minutes" would make it a nice starting place for learning Dao. I didn't prepare anything for this yet, as it seemed a bit...
Done (see `DaoRoutineBody::decoratees`).
> You didn't mention zip and web.http, so I suppose including third-party library source into the module doesn't count as external dependency? Yes, their source is small, and they have...
> Hi guys, let me apologize for another week without any activity. I've moved (net yet permanently, but one never knows :)) two weeks ago to a foreign country and...
> Package index. All the packages should be registered somehow, as otherwise how the tool is supposed to work with modules in different, independently updated repositories? For package index, how...