Re: string-match error

2014-01-15 Thread Mark H Weaver
Ariel Rios writes: > Hello y'all, > > I am having problems using string-match. I have created a small script > that calls string-match and I get: > > /home/ariel/console/mce/tests/./panda.scm:4:9: In procedure > module-lookup: Unbound variable: string-match As it says in the "Regular Expressions

string-match error

2014-01-15 Thread Ariel Rios
Hello y'all, I am having problems using string-match. I have created a small script that calls string-match and I get: /home/ariel/console/mce/tests/./panda.scm:4:9: In procedure module-lookup: Unbound variable: string-match If I start guile and then use string-match there is no problem: scheme@