Y
Hacker News
new
|
ask
|
show
|
jobs
by
QuadmasterXLII
93 days ago
Right, but like which one does it do in the demo?
1 comments
FirTheMouse
93 days ago
The demos run as interpreted trees through the x stage, no code emission yet, just direct execution of the AST. That's why they're demos rather than compilers. The scaffolding for native emission is there but empty.
link