* type check functions
@ 2004-09-05 10:21 Han-Wen Nienhuys
2004-09-21 20:51 ` Marius Vollmer
0 siblings, 1 reply; 2+ messages in thread
From: Han-Wen Nienhuys @ 2004-09-05 10:21 UTC (permalink / raw)
Hurray for the new SCM c interface, it's intuitive to use and readable
as well. I'm just missing a few functions:
* scm_is_pair
* scm_is_char
* scm_is_vector
* scm_is_procedure
* scm_is_equal
hope this helps... Han-Wen.
--
Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: type check functions
2004-09-05 10:21 type check functions Han-Wen Nienhuys
@ 2004-09-21 20:51 ` Marius Vollmer
0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-09-21 20:51 UTC (permalink / raw)
Cc: guile-devel
Han-Wen Nienhuys <hanwen@xs4all.nl> writes:
> Hurray for the new SCM c interface, it's intuitive to use and readable
> as well.
Thanks!
> I'm just missing a few functions:
>
> * scm_is_pair
>
> * scm_is_char
>
> * scm_is_vector
Yes, these are coming up, together with scm_car, etc.
> * scm_is_procedure
>
> * scm_is_equal
For these, I thought that scm_is_true (scm_procedure_p (...)) etc is
good enough. We don't need to provide two versions of each predicate.
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-21 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-05 10:21 type check functions Han-Wen Nienhuys
2004-09-21 20:51 ` Marius Vollmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).