Re: How I Built scsh 0.7 from Github (for Newbies)
RT Happe <[email protected]> Sat, 13 Oct 2012 13:25:29 +0200
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Norman Gray 2012-10-13: > But when I run this on a scsh script which was working with 0.6.*, > and which I invoke with "-o srfi-8 -o srfi-37 -e main ", I get [...] > I've no idea where I'd start debugging this [...] Being not familiar with scsh 0.7, I'd simply try this interactively and see what happens, i.e. fire up scsh and enter at the prompt ,open srfi-8 srfi-37 (main "foo" ...) ; with string args for required parameters or something along these lines. Then debug into the exception. rt