Lambda: the Ultimate Design Flaw

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon Brunning

    #46
    Re: Lambda: the Ultimate Design Flaw

    On Apr 6, 2005 4:42 PM, Scott David Daniels <Scott.Daniels@ acm.org> wrote:[color=blue]
    > I've always wondered about this turn of phrase. I seldom
    > eat a cake at one sitting.[/color]

    Clearly you're just not trying. ;-)

    --
    Cheers,
    Simon B,
    simon@brunningo nline.net,

    Comment

    • bruno modulix

      #47
      Re: boring the reader to death (wasRe: Lambda: the Ultimate DesignFlaw

      Sunnan wrote:[color=blue]
      > Aahz wrote:
      >[/color]
      (snip)[color=blue][color=green]
      >> print "foo is", foo[/color]
      >
      >
      > Is the space added automatically? (Like awk does, if you add a comma.)[/color]

      Yes. But you can also format it how you like:
      print "foo is %s and that's a good news, my friends" % foo

      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      • John J. Lee

        #48
        Re: Lambda: the Ultimate Design Flaw

        Simon Brunning <simon.brunning @gmail.com> writes:
        [color=blue]
        > On Apr 6, 2005 4:42 PM, Scott David Daniels <Scott.Daniels@ acm.org> wrote:[color=green]
        > > I've always wondered about this turn of phrase. I seldom
        > > eat a cake at one sitting.[/color]
        >
        > Clearly you're just not trying. ;-)[/color]

        :-)))


        John

        Comment

        Working...