We have had ENOUGH!
It's time for all Python, JavaScript, LISP, and Perl programmers to come together and fight for our rights as a minority. Compiled elitism is prejudice. RESPECT YOUR FELLOW PROGRAMMERS FREEDOM.
The Compiled Programmer Privilege Checklist
(ft) full-time, living as your affirmed compilation.
(cl) Closet, attending work as your assigned compiler at birth
(bin) Binary, identifying as either duck typing or not, rather than both at once, a third typing, or no typing.
YOU ARE SO RIGHT, I AM TIRED OF ALL THESE COMPILE PRIVILEGED GETTING ON ME FOR MY ADVANCED GARBAGE COLLECTOR. IF I COULD COUNT EVERY REFERENCE THAT ATTACKS MY LIFE STYLE I WOULD HAVE A HEAP OVERFLOW!
>>3
the way Lisp compiles is very different than how a language like C compiles. Lisp has precompilation, compilation, and runtime compilation. Lisp is far from being static compilation which is why its very hard to add libraries and modules to Lisp, which is why you have to rely on a package manager just to deal with all these dependencies and namespaces that get intermingled. C on the other hand just uses a textual preprocessor, compilation and a very small runtime that does not do runtime compilation.