astl
astl copied to clipboard
Consider limitations of the AssemblyScript
The AssemblyScript doesn't support those features yet:
- Type conjuction and disjunction
- Therefore, it's not possible to extending the multiple interfaces
- In the closure function, capturing variables from the outside of the function scope is not possible.
- When generic extensions are composite, the compiler falls into the stack overflow
- Virtual method is not implemented yet
- Therefore, abstract class is vulnerable
Virtual method is not implemented yet
virtual methods should works in usual and abstract classes. If you have any problems with it plz fill issue
@MaxGraey Well, I saw that virtual method and abstract class are not supported yet from the below article.
https://github.com/AssemblyScript/assemblyscript/wiki/Status-and-Roadmap
Thanks for your replying.