Can anyone please tell me after compiling and loading a file do we still have to define the function(already in the file compiled and loaded) in repl to use it? or is there still process left so that the repl detects the function is already defined?
What is the significance of loading a file in lisp?
Thanks.