Amber icon indicating copy to clipboard operation
Amber copied to clipboard

[Feature] STD optimization - make it be stored as parsed AST in the binary

Open matejsmycka opened this issue 8 months ago • 2 comments

Wouldn't amber std be more efficient if bash was used directly? Right now, std has to be parsed and compiled. Std in Amber would make sense if types were used, but unsafe untyped amber is not optimal. This is case with some of the functions in std lib.

matejsmycka avatar Jun 10 '24 22:06 matejsmycka