cost 91 ms
Can I write a loop procedure in Guile?

I was trying to write a loop procedure in Guile. I came up with the following: But that of course didn't work. The compiler doesn't even start as i ...

2022-12-28 23:04:50   1   14    guile  
How to match any element?

This works fine: (sxml-match '(div) ((div) #t)) But this fails: (sxml-match '(div) ((,element) #t)) I am wondering how to match any element? ...

Linking guile to Rcpp

I am trying to link guile to an Rcpp file. It seems like things compile but there is an error when loading: The linking works fine if I remove the ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM