Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^5: Writing a Programming Language in Perl

by ikegami (Patriarch)
on Oct 26, 2011 at 07:13 UTC ( [id://933809]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Writing a Programming Language in Perl
in thread Writing a Programming Language in Perl

Everything is written in something else

Well, C is written in C. And I think Perl6 is written in Perl6.

This is done through a process called "bootstrapping". Basically, once one's compiler is sufficiently implemented in some language, one can port the compiler to the language it compiles. At that point, the original source is no longer needed; the previous version of the compiler can be used to build the next.

Replies are listed 'Best First'.
Re^6: Writing a Programming Language in Perl
by anneli (Pilgrim) on Oct 26, 2011 at 07:58 UTC

    Ah, yes; well, it seemed best to neglect that detail at this level, but you raise an important exception to this rule.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://933809]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found