Comment Re: PureBASIC (Score 1) 22
No, Purebasic is an actual compiler, not an interpreted language. Source code is translated into assembly code which is then compiled into native executables.
Always try to do things in chronological order; it's less confusing that way.