Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

216 functions (Oh, My!)

by herby1620 (Monk)
on May 30, 2007 at 21:38 UTC ( [id://618335]=note: print w/replies, xml ) Need Help??


in reply to functional functions

Having built an interpretive language for a very specialized application, I found that many times I needed to implement a "function" in the base language. Most of the time these implementations of "functions" were to make things "easier" at the interpretive language level, some were "one-time" things that probably could have been done as some code that was interpreted. There were always trade-offs. Some were more apparent than others (doing it inside the interpreter was MUCH faster). Not knowing the mind set of $Larry, I assume that (at least in early iterations) the same thing took place, which yields the "More than one way" syndrome we all enjoy. So, to know all 200+ functions isn't the best use of ones time, but every once in a while, scanning a book might yield some insight.

It all boils down to knowing that while it probably IS possible to implement a regular expression engine in Perl [without using regular expressions], the language has that "stuff" already there, and understanding this helps considerably.

Log In?
Username:
Password:

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

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

    No recent polls found