Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How/where to start with Perl 6 and the Parrot? (was Re: Perl 6 needs you!)

by Elian (Parson)
on Jun 18, 2002 at 16:53 UTC ( [id://175422]=note: print w/replies, xml ) Need Help??


in reply to How/where to start with Perl 6 and the Parrot? (was Re: Perl 6 needs you!)
in thread Perl 6 needs you!

What can you do to get yourself up to speed? That's a good question. Here are some suggestions.
  • Read the Apocalypses and Exegesises.
  • Learn how to write and understand a grammar (in the computer sense--something you'd feed to lex and yacc). Grammars make writing compilers a lot easier.
  • General background reading on parsing is good
  • Intro CS texts on compiler generation are useful. (Though skip the Dragon book, it's not that good)
  • Practice! Write parsers for simple stuff, play with Parse::RecDescent, Parse::YAPP, and Parse::Nibbler, twiddle around.
  • Look at the grammars for other languages. Perl and Ruby both have grammars that ship with them. (Though I'm not sure that'll help or hurt...)
  • Size up your skills and decide what you realistically are up to. We need folks that can do all sorts of things, not just write compilers, so any and all help's useful.
  • Comment on Re: How/where to start with Perl 6 and the Parrot? (was Re: Perl 6 needs you!)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found