I am reading a C Language book. It said,
some higher-lever language are not compiled but are interpreted.
Basic and Java are two programming languages in which programs are ofter interpreted and not compiled. Other examples include the Unix system's shell and Python.
How about C# and Perl?
I thought C# should be compiled always and Perl doesn't compiled always.
Is that right?