This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile bugs



> 1) SCM_BOOL_F should be 0 so it is false in C

If someone were to make this change and show me before and after
benchmark results (see guile-modules/benchmarks), then that would help
persuade me.

> 2) SCM should not be a long, but instead be a pointer to undefined
> struct as we discussed before.  This would prevent misuse of an integer
> as a Scheme value.

I'd love to see this change happen.

> 3) The checking of the argument numbers using a more sophisticated macro 
> like SCWM_PROC and Scwm's documentation extraction system (as mentioned
> in an email earlier this week).

In principle, I would like to switch to a docstring system.  I need to
look this over more carefully first, though.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]