Self-hosting compiler: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
Petelomax (talk | contribs)
Line 20:
 
=={{header|Phix}}==
Phix is self hosted. Run "p -c p" and it rebuilds itself (in about 15 seconds). One of my favourite parlour tricks is to then run "p p p p p p p p -cp" which stacks seven interpreted copies of itself on top of each other with the last recompiling itself, and apart from a slightly slower startup time, no slower than the shorter command.
 
=={{header|ZED}}==