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 <[EMAIL PROTECTED]>
There is no IGLU cabal.
http://advogato.org/person/moshez


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to