Posts Tagged ‘repl’

Exploring Koha with REPLs

Sunday, January 4th, 2009 by john.beppu

A REPL is an interactive shell for programming languages that:

  • Reads expressions,
  • Evaluates them,
  • Prints the result and
  • Loops back to do it all over again

REPLs are simple tools that I’ve found tremendously useful for learning new languages and exploring unfamiliar code. (more…)