SRFI-105: syntax error/warning

2013-08-26 Thread Alexandru Cojocaru
ile --version: 2.0.9-dirty Best regards, Alexandru Cojocaru

Are `eqv?' and `eq?' the same?

2013-08-25 Thread Alexandru Cojocaru
havior intentional or some type of bug? Best regards, Alexandru Cojocaru [0]: https://www.gnu.org/software/guile/manual/html_node/Equality.html

Ignore errors while evaluating with `primitive-eval'

2013-08-19 Thread Alexandru Cojocaru
construct some (possibly incorrect) expressions on the fly and evaluate them. Best regards, Alexandru Cojocaru

Re: Which hashtable API to use?

2013-08-16 Thread Alexandru Cojocaru
: WIth respect to your second question: hash table operations can compare keys with equal?, eq?, or eqv?. Which one do you want to use? On Aug 16, 2013, at 4:38 AM, Alexandru Cojocaru wrote: Hi, currently there are three hashtable APIs: R6RS, SRFI-69 and Guile's one. Which one to choose?

Which hashtable API to use?

2013-08-16 Thread Alexandru Cojocaru
Hi, currently there are three hashtable APIs: R6RS, SRFI-69 and Guile's one. Which one to choose? Also what's exactly the difference between hash, hashq and hashv? Best regards, Alexandru Cojocaru