+ 1
Is it possible to make C language interpreted ?
C language is a compiler language. But I am asking whether possible to make it interpreted
1 ответ
+ 2
At least, as I heard, the language standard doesn't seem to prescribe that the C's have to be compiled.
So why shouldn't it be possible?
Be careful that you don't reinvent Python. ;-)