alan icon indicating copy to clipboard operation
alan copied to clipboard

Autoscalable Programming Language

Results 84 alan issues
Sort by recently updated
recently updated
newest added

Grouping these together because they have a similar broad scope in the language. One neat thing in Alan v0.1 was that both of these worked for *all* types; they just...

Implementing closures in Javascript will be super easy, but dealing with closure variables in Rust is much more difficult. Since Alan is being implemented as a pass-by-reference language and doesn't...

Rather than implementing our own HashMap type on top of Array and the xxhash function, it's *probably* better to use the built-in mechanisms in Rust and Javascript -- not because...

The Alan v0.2 conditionals concept is that `if { ... } else ...` is rewritten into `cond` function calls where all function bodies are branchless and must run until the...