Open Licenser opened 7 years ago
Oh I forgot the most important part, kernel.alp
would be loaded into the global namespace like the +
function in erlang is.
Would any overhead would be introduced by wrapping functions like that?
I think the only overhead would be the guard functions, not sure what the impact is there though tbh. We could do this all with type specs now although I'm not sure that would set the best example :)
The thought is the following: let the compiler to the bare minimum work of bootstrapping the alpaca primitives and implement as much of the rest in alpaca itself. So everything that is in the compiler right now that could be a function ends up being a function.
There are a few advantages to that:
And some disadvantages:
I've not read every line of the compiler but most notabley are the mathematical operators. Instead of a special compiler case for them they'd turn into something like: