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

Re: [headed OT] Re: scripting



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:

joey@satin:~>perl hello.pl
hello, world!
joey@satin:~>cat hello.pl
#!/usr/bin/perl
use Inline C => q{
        void hello () {
                printf("hello, world!\n");
        }
};
hello();

-- 
see shy jo


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: