Record Scheme Sessions: Transcript
Ever wanted to save what you type in your Scheme interpreter? I wanted :). So after a small Google search I found these nice two commands.To start recording type,
(transcript-on "filename")
To end recording type,
(transcript off)
That's it. Now your session is saved in the file given by you.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment