Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I find reinventing wheels a good workout. Though often I'll avoid real work and just attempt to do something I've never done before just to improve me skills. Many times it is inspired by a post here. Recently, I got the idea of parsing expressions in my head and thought, how could you do that? (Without a module) and I found it very challenging. Before you know it I was thinking "Hmm, I might as add variables.", then "Might as well add functions", etc.

Figuring out how to parse out the constructs, associate left, and add in precedence kept me busy for a couple of days. I learned a lot from it and it's really got me thinking on language implementation. Oddly enough when I was examining the Dump of my "op tree" it dawned on me it looked like lisp with brackets instead of parens. While I hate the feel of Lisp , it gave me some appreciation of why Lisp is the way it is. I certainly feel I learned alot from it.

-Lee

"To be civilized is to deny one's nature."

In reply to Re: New Perl Challenges by shotgunefx
in thread New Perl Challenges by hbmartin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found