Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You say 'we'. Does that mean that you're involved with Perl developement?
Eh? No, I'm only involved in the design. I delegate the development to competent people.
Anyhow, what odes Huffman coding mean?
Huffman coding is a compression algorithm that uses letter frequencies to turn frequent characters into a short number of bits and infrequent characters into a longer number of bits. As a compression algoritm, it's not all that great, but we've generalized the concept to mean any conscious tradeoff between the length of a construct and its frequency of use. It's a very important design criterion for computer languages. It's just another version of "Easy things should be easy, and hard things should be possible." In this case we apply it to the desirable length of tokens in the language. Similar reasoning went into lengthening the bitwise operators for Perl 6, but shortening the junctional ones in their place. We felt that junctional operators were going to be more important than bitwise operators in general, unless you're writing device drivers.

In reply to Re: Re: Re: Re: Synopsis 3 is out by TimToady
in thread Synopsis 3 is out by Limbic~Region

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 chanting in the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found