John S. J. Anderson wrote: > So, where do python and e-lisp fit in your little scheme? (No pun > intended.) You can compile-n-run, or compile to intermediate > byte-code, distribute, and run. Or how about BASIC? It comes in both > interpreted and compiled versions; does the "scripting" > vs. "programming" difference apply if you use exactly the same > language but execute the program differently?
Or what of this example: [EMAIL PROTECTED]:~>perl hello.pl hello, world! [EMAIL PROTECTED]:~>cat hello.pl #!/usr/bin/perl use Inline C => q{ void hello () { printf("hello, world!\n"); } }; hello(); -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]