[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: You ruled me out as a potential customer (was: Re: 4 sale...)



On Thu, 10 Aug 2000, Moshe Zadka wrote:

> perl -e 'print 294/32'
> 
> or
> 
> python -c 'print 294.0/32'
> 
> or
> 
> echo 'puts [expr 294.0/32]' | tclsh
> 
> (many others snipped)
> 

One cute way I snipped:
echo 'main() {printf("%f\n", 294.0/32);}' | gcc -x c /dev/fd/0 ;a.out

(more variations on this theme: look in Debians inteepreters/ directory,
and do the same with everything there)

--
Moshe Zadka <moshez@math.huji.ac.il>
There is no IGLU cabal.
http://advogato.org/person/moshez


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il