I need to create an output file for a program in lisp, but I cannot get dribble to properly record my output. I'm using lispbox and my buffer looks like this when I try to use dribble:
(dribble "output.txt")
"output.txt"
... Calls to functions I defined
... I've tried entering expressions, values, strings
(dribble)
NIL
But when I go to output.txt I have an empty file that is 0 bytes. I'm pulling my hair out because I'm having trouble finding the answer and it seems like my computer is the problem. Any thoughts on where to start troubleshooting this (or solutions) would be greatly appreciated.