General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
Mental Outlaw
comments
Comments by "p11" (@porky1118) on "PHP Source Code Hacked" video.
2:26 That's not true. There are compiled languages, which are about as concise than interpreted languages. For example in Scopes, a compiled language, it looks like this: print "Hello World!" The distinction between interpreted and compiled languages doesn't make much sense to begin with. There can be compilers and interpreters written for any language. It might be less useful for dynamically typed languages to write compilers for, and it might be less useful for statically typed languages to write interpreters for. The more important distinctions are dynamic vs. static typing and if it requires garbage collection. And maybe implicit vs explicit typing as well.
1