Cléber Zavadniak
Cléber Zavadniak
I was going to propose another solution: to create a `Zero我`, that is, a clone site where Chinese people could talk in Chinese. Of course anyone can do this, but...
> Newbie here. Hi! Curiously, I'm also a newbie. > What are the expectations of maximum possible performance? In other words, will the language provide means to compile/transpile its static...
I'll try. :) This part still bugs me because in D land I'm forcing developers to create new `Range` child classes every time and that feels not only dumb but...
I tend to favor Actor Model, so I believe exiting the process immediately and signaling the "linked" ones would work fine where `error` is not exactly applicable.
I was thinking about sending a "common" message to the calling process / spawner but that would require both handling priorities in the queue and would force the programmer to...
Hello again. I really appreciate your questions. 1. Because it's faster to consider it's always going to be a SimpleList than checking every time if the programmer sent a single...
In the `math [proc1 $x] [proc2 $y] [proc3 $z]` case, I expect each proc to return **SimpleLists**. But if I want to build a complicated mathematical expression, I would love...
`math (\() [proc1 $x] (\) + \() [proc2 $y] (\) * \() [proc3 $z] (\)) - (\( $a / \( $b * 5 \)\))` - no idea where this came...
`math` accept one argument **today**. That's not a rule. But I want it to be able to handle multiple arguments. About `if` and semantics in the parser: Til is a...
Yeap, another item in my not-yet-written list of things to consider. Floating point in general is basically untouched. For now the thing is that most desktop chips are very, very...