after using Lisp for a while?
I've heard this a few times an also noticed that I got worse at writing C after extensively using Lisp for my own projects.
Now, why is that and how often do you use other languages to prevent something like that form happening?
Seems like I forgot how to use English too.
Sort of. The REPL absolutely spoiled me. Now I cannot use a language that doesn't have one, but thankfully that's not the case with most languages today. Even Java comes with a REPL in the JDK nowadays.
I know there's Cling for C/C++, but it requires a very up-to-date version of clang to work.
https://github.com/root-project/cling/