@tbank_ru@helpkopik Да этот банк никто из нас не выбирал( Тинёк уже не тот, что раньше. Сейчас скажут, чтобы я им в ЛС написал разбираться, а разбираться уже не в чем((
@ryanwinchester I assume this is because Elixir optimises recursion calls into tail recursion.
If rust and go variants used the tail recursion, they should be even faster
@SebAaltonen Why should we worry about this argument evaluation order? I believe the program is not designed well if we need to rely on some specific evaluation order. Isn’t it?