Quoth UU UUUUU melbardman@gmail.com:
In the ACL top level REPL, keywords like ":cd" and ":pwd" have specific meanings. :cd changes the current directory, and :pwd prints it. When I type these into the slime repl, they are just interpreted as keywords. How can I recover the ACL top-level functionality from the slime repl?
Type a comma (',') and then type 'cd', 'pwd' e.t.c.
Hit TAB at the prompt for a list of possible commands.
Seb