Mostly technical stuff with some interesting moments of life

Record Scheme Sessions: Transcript

No comments
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.

No comments :

Post a Comment