lambdak: multi-line lambda implementation in native Python

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Jan 16 06:21:43 EST 2015


Dennis Lee Bieber wrote:
> On Fri, 16 Jan 2015 01:50:00 +1100, Chris Angelico <rosuav at gmail.com>
> declaimed the following:
 >
>>Problem: You have a smartphone with a 4x4 pixel screen.
>
> 	BIG problem, considering that a late 70s DECWriter needed 5x7 pixels
> for glyphs in an 8x10 pixel character cell {as I recall...}

If those are 24-bit RGB pixels, you could encode
3 characters in each pixel.

You'd need eyes with rather good colour perception
to read it, though.

-- 
Greg



More information about the Python-list mailing list