Luis Fernando De Pombo
Luis Fernando De Pombo
The current http server implementation will probably give rise to potential memory or security issues if an alan program ~calls `send` more than once or if it~ never calls `send`...
Simplifying/unifying the conditional rewrite logic to hopefully solve the issue with return statements within conditionals that are within an array method closure function.
Multiple inheritance does feel like potentially the right approach for interface functions, because the calling site may have the definition of a type and usable functions within it that aren't...
Global memory doesn't have a good way of representing variable memory types adding a lot of corner case handling for strings, which are currently "blessed" as the only variable-sized type...
There are many ways to fan out parallel array operations across cores. Testing how to run https://github.com/ledwards/advent-2020/blob/main/day01b.ln as fast as possible via https://github.com/alantech/alan/pull/383 siloed me into writing parallel configurations that...