Hacker News new | ask | show | jobs
by phil 4884 days ago
"Interpreted" is too restrictive. For example, Objective C provides NSClassFromString().
1 comments

One could argue that since every call goes through a runtime messaging framework, Objective C is really just an interpreted language with pre-JITed function bodies.