Dear all,
The Scheme and Functional Programming Workshop
pre-registration deadline is in about 2 and a half weeks --
do be sure to register for ICFP and the workshop before
then.
Come to hear Manuel Serrano talk about HOP, his new language
for programming the web, a status report from the R6RS
ed
On Mon, 2006-07-31 at 10:13 +0300, Volkan YAZICI wrote:
> On Jul 29 03:08, Clinton Ebadi wrote:
> > You should be able to put something like:
> >
> > SCM_DEVAL_P = 1;
> > SCM_RECORD_POSITIONS_P = 1;
> > SCM_BACKTRACE_P = 1;
> > SCM_RESET_DEBUG_MODE;
> >
> > Into your real_main (th
On Jul 29 03:08, Clinton Ebadi wrote:
> You should be able to put something like:
>
> SCM_DEVAL_P = 1;
> SCM_RECORD_POSITIONS_P = 1;
> SCM_BACKTRACE_P = 1;
> SCM_RESET_DEBUG_MODE;
>
> Into your real_main (the one passed to scm_boot_guile). This will give
> you debug output