Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Pythot doc problem: lambda keyword...

Reply
Thread Tools

Pythot doc problem: lambda keyword...

 
 
Xah Lee
Guest
Posts: n/a
 
      10-10-2005
i'm trying to lookup on the detail of language Python's “lambda”
function feature. I've seen it before, but today i need to read about
it again since i'm writing. I quickly went to the index page:
http://python.org/doc/2.4.1/lib/genindex.html
but all i got is a LambdaType.

i'm thinking, maybe built-in functions are not listed there. Lo, but
map() and friends are there. O, maybe i'm confused and “lambda” is
actually a keyword by this particular language's feelings, but Lo,
“while” is certainly a keyword but it is there.

**** the Python liers and ignorant ****heads. Mother****ing don't know
**** and yet lying thru their teeth with fanfare.

(for the technical context and justification of this message, please
see the essays at the bottom of:
http://xahlee.org/perl-python/python.html )

Xah

http://xahlee.org/

 
Reply With Quote
 
 
 
 
Robert Kern
Guest
Posts: n/a
 
      10-10-2005
Xah Lee wrote:
> i'm trying to lookup on the detail of language Python's “lambda”
> function feature.


google("site:docs.python.org lambda")

--
Robert Kern


"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter

 
Reply With Quote
 
 
 
 
Pisin Bootvong
Guest
Posts: n/a
 
      10-10-2005

Xah Lee เขียน:
> i'm trying to lookup on the detail of language Python's “lambda”
> function feature. I've seen it before, but today i need to read about
> it again since i'm writing. I quickly went to the index page:
> http://python.org/doc/2.4.1/lib/genindex.html
> but all i got is a LambdaType.
>
> i'm thinking, maybe built-in functions are not listed there. Lo, but
> map() and friends are there. O, maybe i'm confused and “lambda” is
> actually a keyword by this particular language's feelings, but Lo,
> “while” is certainly a keyword but it is there.
>
> **** the Python liers and ignorant ****heads. Mother****ing don't know
> **** and yet lying thru their teeth with fanfare.
>
> (for the technical context and justification of this message, please
> see the essays at the bottom of:
> http://xahlee.org/perl-python/python.html )
>
> Xah
>
> ∑ http://xahlee.org/


I knew I shouldn't feed the troll, but anyway.

'lambda' is a keyword. So there's no doubt looking in LIBRARY Reference
and not finding it.
There exists a document called LANGUAGE Reference, with description of
'lambda' keyword. http://python.org/doc/2.4.1/ref/lambdas.html.
('while' statement is also documented in Language Reference.)


So to quote from Xah Lee:
> **** the [...] ignorant ****heads. Mother****ing don't know
> **** and yet lying thru their teeth [...].



You can't complain about lacks of knowledge if you don't know where to
look.
BTW, you post to the wrong group.

Regards,

 
Reply With Quote
 
Jamie Border
Guest
Posts: n/a
 
      10-13-2005
"Pisin Bootvong" <> wrote:
Xah Lee ?????:
[...]
> **** the Python liers and ignorant ****heads. Mother****ing don't know
> **** and yet lying thru their teeth with fanfare.

[...]
> Xah
>
> ? http://xahlee.org/


[elided]

PB> BTW, you post to the wrong group.

No, I think c.l.l is exactly the place to discuss how to play many trumpets
through one set of teeth.

In fact, I have a box of trumpets lying around somewhere...

Open wide, Xah!

Jamie


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Type of lambda function returning a lambda function... Haochen Xie C++ 4 03-17-2013 11:23 PM
lambda vs non-lambda proc Steve Dogers Ruby 1 03-30-2009 10:11 PM
Pythot doc problem: lambda keyword... Xah Lee Perl Misc 2 10-13-2005 09:50 AM
Re: Lambda as declarative idiom (was RE: what is lambda used for inreal code?) Roman Suzi Python 13 01-07-2005 09:33 PM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57