Picking a Language for Introductory CS – Why I Don’t Like Python
Introduction The purpose of this blog post is to explore issues related to the selection of a first programming language for CS majors. I... (more…)
Read more »
REPL stands for Read-Evaluate-Print Loop. It was/is the standard way of interacting with LISP based systems. It means interacting with a live interpreter, modifying the program and the data, computing useful results and developing end-user applications in… Read more