i hope i’m not beating a dead horse.
let’s have a discussion about programming languages! i want you to tell me what your favourite programming language(s) are, and briefly say why you like it/them, but also say what you dislike too. finally, please don’t flame others about their favourite language, even if it’s Visual Basic. i’ll start:
My favourite language is Scheme. Scheme is a small and simple Lisp dialect primarily used in an academic context. I like Scheme because it focuses on simplicity and doesn’t have the annoyances of many Lisp dialects like Common Lisp, such as weird naming conventions and separation of the function namespace. What I don’t like about Scheme is that the standard doesn’t cater well for real world programming, so lots of implementations have popped up that go about their own ways of solving real world problems and useful code is barely ever portable.