473,385 Members | 1,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

pprint: "...thank small children who sleep at night."

The heading comment to pprint reads:

# This is a simple little module I wrote to make life easier. I
didn't
# see anything quite like it in the library, though I may have
overlooked
# something. I wrote this when I was trying to read some heavily
nested
# tuples with fairly non-descriptive content. This is modeled very
much
# after Lisp/Scheme - style pretty-printing of lists. If you find it
# useful, thank small children who sleep at night.

Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.

Sep 19 '06 #1
6 1190
Brian L. Troutwine said unto the world upon 19/09/06 05:30 PM:
The heading comment to pprint reads:

# This is a simple little module I wrote to make life easier. I
didn't
# see anything quite like it in the library, though I may have
overlooked
# something. I wrote this when I was trying to read some heavily
nested
# tuples with fairly non-descriptive content. This is modeled very
much
# after Lisp/Scheme - style pretty-printing of lists. If you find it
# useful, thank small children who sleep at night.

Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.
Maybe it is an in-joke or reference that's blowing past me. But, I
would assume that the author has kids whose sound sleep at night left
him or her the time to code the module.

Best,

Brian vdB
Sep 19 '06 #2
"Brian van den Broek" <br***@cc.umanitoba.cawrote in message
news:ma**************************************@pyth on.org...
Brian L. Troutwine said unto the world upon 19/09/06 05:30 PM:
>The heading comment to pprint reads:

# This is a simple little module I wrote to make life easier. I
didn't
# see anything quite like it in the library, though I may have
overlooked
# something. I wrote this when I was trying to read some heavily
nested
# tuples with fairly non-descriptive content. This is modeled very
much
# after Lisp/Scheme - style pretty-printing of lists. If you find it
# useful, thank small children who sleep at night.

Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.

Maybe it is an in-joke or reference that's blowing past me. But, I would
assume that the author has kids whose sound sleep at night left him or her
the time to code the module.

Best,

Brian vdB
Why don't you write the author and ask? His name and e-mail are right in
the header, just before the lines that you cited.

-- Paul
Sep 19 '06 #3
Paul McGuire wrote:
"Brian van den Broek" <br***@cc.umanitoba.cawrote in message
news:ma**************************************@pyth on.org...
>>Brian L. Troutwine said unto the world upon 19/09/06 05:30 PM:
>>>The heading comment to pprint reads:

# This is a simple little module I wrote to make life easier. I
didn't
# see anything quite like it in the library, though I may have
overlooked
# something. I wrote this when I was trying to read some heavily
nested
# tuples with fairly non-descriptive content. This is modeled very
much
# after Lisp/Scheme - style pretty-printing of lists. If you find it
# useful, thank small children who sleep at night.

Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.

Maybe it is an in-joke or reference that's blowing past me. But, I would
assume that the author has kids whose sound sleep at night left him or her
the time to code the module.

Best,

Brian vdB


Why don't you write the author and ask? His name and e-mail are right in
the header, just before the lines that you cited.
Knowing Fred, he was probably too busy earning a living to write the
code during the day and too conscientious to leave his kids alone to
write it during the evening.

Good job, Fred (Fred is *way* under-appreciated).

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

Sep 20 '06 #4
Brian L. Troutwine wrote:
Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.
do you have small kids? tried doing serious programming while they're
still awake?

</F>

Sep 20 '06 #5
Brian L. Troutwine wrote:
thank small children who sleep at night.
That seems like the kind of sentence that could become a tagline or
something, and you just have to be in the know to understand where it
comes from. :)
Sep 20 '06 #6

Brian L. Troutwine wrote:
The heading comment to pprint reads:

# This is a simple little module I wrote to make life easier. I
didn't
# see anything quite like it in the library, though I may have
overlooked
# something. I wrote this when I was trying to read some heavily
nested
# tuples with fairly non-descriptive content. This is modeled very
much
# after Lisp/Scheme - style pretty-printing of lists. If you find it
# useful, thank small children who sleep at night.

Is the last sentence an obscure reference or in-joke? Can someone
explain it? I don't get it.
My guess is that he had to write a pretty printer so his cursing and
general frustration and reading nasty nested tuples wouldn't wake the
kids.

-Adam

Sep 20 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

38
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.1 (final). Python 2.3.1 is a pure bug fix release of Python 2.3, released in...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
19
by: Christian Fowler | last post by:
I have a VERY LARGE pile of geographic data that I am importing into a database (db of choice is postgres, though may hop to oracle if necessary). The data is strictly hierarchical - each node has...
0
by: U S Contractors Offering Service A Non-profit | last post by:
" I saw your report " Tom Cruise " I liked it Look at this one if you will..." Inbox U S Contractors Offering Service A Non-profit More options 3:50 pm (9 minutes ago) " I saw your report "...
0
by: U S Contractors Offering Service A Non-profit | last post by:
" Visionary Dreams " " Leaving New york City leaving to go " GOD noes were i Don't "
0
by: 2Barter.net | last post by:
Date: Feb 24, 2007 12:12 PM Subject: Re: " Skit Kittie Cat Skit " On "CLICK" to see laughing, chuckling, chortling, guffawing, giggling, tittering, twittering, cackling, sniggering; informal...
0
by: Paddy | last post by:
Hi, When I try and use pprint on standard types I get varying 'quality of output'. Lists will wrap nicely to multiple lines as will dicts, but sets and defaultdicts give one long unreadable...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.