asteria icon indicating copy to clipboard operation
asteria copied to clipboard

The Asteria Programming Language

Results 6 asteria issues
Sort by recently updated
recently updated
newest added

This is the error message after I enter `autoconf` ``` configure.ac:13: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation....

### Optimizer Wish List - [x] Tail and Sibling Call Optimization (_abbr. mistakenly_ **TCO**) Note that _proper tail calls_ are a core language feature that cannot be disabled. - [x]...

status:pending
category:optimization

It seems that there is lacking a normative reference of overall optimizations, and by which criteria an issue related to the optimization can be closed. For example, #114 needs to...

status:pending
category:optimization

The program ```go var i = 1; { i += 2; i *= 3; } std.io.putf("i = $1\n", i); // 9 ``` can be transformed to ```go var i =...

status:suspended
category:optimization

I am considering a demo release. Hereby I would like to hear about *your* opinion, what you wish, what you would like, what you propose, either as a core language...

category:feature-request
status:pending
priority:low

![callgrind](https://github.com/lhmouse/asteria/assets/5071344/fab7e382-2289-432b-a654-cbcf6015ec46) Some obvious issues: - [x] 1. Memory allocation of stacks and contexts also costs very much, but it can be mitigated by linking against tcmalloc. - [ ] 2....

status:pending
category:enhancement
priority:low