in reply to Re: Re: ISO technical document outlining system requirements for Perl
in thread ISO technical document outlining system requirements for Perl
From a black-box view, it's interpreting Perl, regardless of how many internal steps it takes to get there.That's silly. That would mean that
is a C interpreter.#!/bin/bash gcc -o blabla program.c ./blabla rm blabla
I've never heard of a definition of an interpreter as "a compiler that directly executes the code it generates".
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: ISO technical document outlining system requirements for Perl
by dragonchild (Archbishop) on Mar 04, 2004 at 00:51 UTC |