[MIT-Scheme-devel] help with tracing

2014-11-15 Thread Catonano
Hello people, I'm not sure this is the right place for this, I'm sorry if it's not. Just point me to the right place, if it's not. Thanks (trace sqrt) doesn't work for me. When I call sqrt aftewards having called trace on it, I see no tracing. I'm giving a SICP course to some young guys. The wro

Re: [MIT-Scheme-devel] help with tracing

2014-11-15 Thread Catonano
2014-11-15 14:39 GMT+01:00 Joe Marshall : > Trace only works on interpreted procedures. Compiled procedures cannot be > traced. > > Thank you. How do I debug my own code ? If I call (debug (my-function my-argument)) the debugger says that the object passed as argument to debug is not a condition

Re: [MIT-Scheme-devel] help with tracing

2014-11-17 Thread Catonano
Matt, thanks for your help ! 2014-11-16 19:59 GMT+01:00 Matt Birkholz : > > The DEBUG procedure inspects a continuation (the stack). My-function > does not return a continuation, so you get an error. At that point, > typing (DEBUG) inspects the continuation for that error, which is to > return

Re: [MIT-Scheme-devel] help with tracing

2014-11-18 Thread Catonano
Matt, 2014-11-18 9:26 GMT+01:00 Matt Birkholz : > > From: Catonano > > Date: Mon, 17 Nov 2014 09:49:33 +0100 > > > > [...] > > The Edwin debugger is what I wanted to show, I think it´s better > > I guess I have been hacking Edwin and the ticklish side o

Re: [MIT-Scheme-devel] help with tracing

2014-11-18 Thread Catonano
2014-11-18 19:16 GMT+01:00 Matt Birkholz : > > From: Catonano > > Date: Tue, 18 Nov 2014 17:19:32 +0100 > > > > [...] > > I just wanted to provide sensory proof of the substitution model. > > Did you try Dr.Scheme / Racket? I've heard they can gen

[MIT-Scheme-devel] (enumerate-graphics-types)

2015-01-13 Thread Catonano
the call in the subject returns an empty list. Like this (enumerate-graphics-types) ;Value: () Is there anything I can do about this ? ___ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Re: [MIT-Scheme-devel] (enumerate-graphics-types)

2015-01-13 Thread Catonano
2015-01-13 16:46 GMT+01:00 Matt Birkholz : > > From: Catonano > > Date: Tue, 13 Jan 2015 11:44:42 +0100 > Build and install the X11 microcode module? > > If the configure script could not find the necessary libraries, the > module will not be built and the device

[MIT-Scheme-devel] logic programming

2015-05-27 Thread Catonano
I'm reading the chapter about logic programming in the SICP book. In the mit-scheme environment there's no "rule" defined so I can't type in the examples from the book. Is there a library I have to load in order to play with those examples ? Thanks ___

[MIT-Scheme-devel] font size

2018-03-11 Thread Catonano
Hello in the Edwin window, the fonts are so smal I can barrely distinguish them https://imgur.com/a/WD641 How can I make them larger ? Thanks in advance ___ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/

Re: [MIT-Scheme-devel] font size

2018-03-11 Thread Catonano
I tried with this line in my .edwin file ((ref-command set-font) "*-dejavu-*-r-normal--16-*-*-*-c-*-iso8859-5") but it doesn't work evaluation error, unknown font name dejavu is installed of course thanks again ___ MIT-Scheme-devel mailing list MIT-S