chexum has quit [Remote host closed the connection]
chexum has joined #picolisp
seninha has joined #picolisp
seninha has quit [Remote host closed the connection]
seninha has joined #picolisp
seninha has quit [Quit: Leaving]
isaneran has joined #picolisp
seninha has joined #picolisp
seninha has quit [Remote host closed the connection]
seninha has joined #picolisp
isaneran has quit [Ping timeout: 272 seconds]
teddydd has quit [Ping timeout: 252 seconds]
teddydd has joined #picolisp
beneroth has quit [Read error: Connection reset by peer]
beneroth has joined #picolisp
isaneran has joined #picolisp
rob_w has quit [Remote host closed the connection]
msavoritias has quit [Remote host closed the connection]
isaneran has quit [Ping timeout: 260 seconds]
pablo_escoberg has joined #picolisp
seninha has quit [Ping timeout: 245 seconds]
<pablo_escoberg>
hey abu[7]. I've started playing with the `search` function, and it's not doing what I expect. So, going from `(collect 'nm '+Venue "ven1")` I thought the equivalent would be `(search (search "ven1" '((nm +Venue)))))` but the first yields a result, whereas the second one doesn't. What did I get wrong here? Also, BTW, I'd be happy to help
<pablo_escoberg>
with the docs for `search` if needed (assuming, of course, I understand it first ;D).
pablo_escoberg has quit [Quit: Client closed]
<abu[7]>
Yeah, it is involved. I did not write the HTML doc file yet
pablo_escoberg has joined #picolisp
<abu[7]>
But I ported three public applications
<abu[7]>
You can take a look and compare perhaps
<pablo_escoberg>
OK, I'll look at the demo app more closely. In which file is it used most?
<pablo_escoberg>
great. That should be enough to figure it out.
<abu[7]>
yes, best look at the diffs of app/gui.l
<abu[7]>
Basically, in 'search' you need only one step instead of four in select/3
<pablo_escoberg>
looks like there are 2 steps: prepare the list, then execute. Or am I completely misunderstanding? Is the syntax above completely wrong?
<abu[7]>
No, it is correct
<abu[7]>
(search "ven1" '((nm +Venue)))))` is good