Replies: 1 comment 1 reply
-
NB: The compiler currently generates ridiculously bad code, and heap allocates all activation records, making it almost 7 x slower than the bootstrap evaluator... but that's all fixable in due course! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Houston, we have self hosting! (PR #735) 🚀
I just now got the following chain completed:
(This was the first time that step 2 above completed, so I wasn't going to try anything more challenging then a hello world the first time...)
There was just a bit of cheating involved:
System#command:
is not implemented yet in the self-hosted system, so it could not actually run the C-compiler itself, but I did that manually for each step.HUZZAH! I'm going to pour myself a whisky now and go sip on it on the balcony. 🌞
Beta Was this translation helpful? Give feedback.
All reactions