How do I load another Lisp file without having to specify the full path? I tried (load /path/to/file)
, but it seems to work with absolute path only.
I know, using Eclipse does not seems right to many Lispers. I used Emacs for my C++ programming and shell scripting, however, I don't want to spend time reading 50 pages manual of SLIME. I will learn it later, but for now I just want to learn the language without too much trouble.