BASIC is basic

dilettante

Active Member
Licensed User
Longtime User
Even C++ programs require a "runtime environment" so that's hardly the mark of an interpreted language.

What an interpreted language requires is called an interpreter.
 

Picena Informatica

Active Member
Licensed User
Longtime User
Runtime environment includes dlls needed from language, in compiled or interpreted programs.
 

MaFu

Well-Known Member
Licensed User
Longtime User
Runtime environment includes dlls needed from language, ...
Not always. Programs created with Microsoft VS needs Runtime dlls, but this is not the case for all Compilers.
With Delphi, i have only a single exe.
 

IanMc

Well-Known Member
Licensed User
Longtime User
not really, Delphi can make an exe that consists of machine code.
 

IanMc

Well-Known Member
Licensed User
Longtime User
basically yes, the machine code program just needs to get past the facade that is windows.
 
Top