A function call is really just a list. The function is the first element of the list, and the arguments are just the other elements of that list. When you want to call a function, you simply invoke the list that represents that function call. The word REPL stands for Read, Evaluate, Print Loop. It’s a very simple program that
Sort: