dajole has quit [Quit: Connection closed for inactivity]
varjag has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
azimut has joined #commonlisp
mgl has joined #commonlisp
ym has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
shka has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 276 seconds]
dinomug has quit [Remote host closed the connection]
prokhor_ has joined #commonlisp
prokhor has quit [Ping timeout: 264 seconds]
Lord_of_Life has joined #commonlisp
szkl has joined #commonlisp
rendar has quit [Quit: Leaving]
rendar has joined #commonlisp
rendar has quit [Changing host]
rendar has joined #commonlisp
easye has quit [Remote host closed the connection]
easye has joined #commonlisp
domovod has joined #commonlisp
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
pve has quit [Ping timeout: 260 seconds]
pve has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
White_Flame has quit [Read error: Connection reset by peer]
White_Flame has joined #commonlisp
bendersteed has joined #commonlisp
attila_lendvai has joined #commonlisp
jmiven has quit [Quit: reboot]
bilegeek has quit [Quit: Leaving]
jmiven has joined #commonlisp
yitzi has joined #commonlisp
markb1 has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
avocadoist has joined #commonlisp
markb1 has joined #commonlisp
yitzi has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
JamesF has quit [Ping timeout: 268 seconds]
yitzi has joined #commonlisp
alfplayer has quit [Ping timeout: 264 seconds]
edr has joined #commonlisp
alfplayer has joined #commonlisp
olnw has left #commonlisp [#commonlisp]
<Demosthenex>
so, cl-ppcre's do-matches looks great, but what is the "result-form" parameter, i dont get what that is ;]
<bike>
it's what the do-matches form returns.
<bike>
like with dolist or dotimes
<Demosthenex>
i'm drawing a total blank. i was trying to compose a list of results like mapcar
<Demosthenex>
omg, wtf is dotimes and dolist! these are new to me, how embarrassing
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
<Demosthenex>
ah, if i just wrap do-matches in a let block with a var, i can collect with push into the var and use that as the result-form, got it
danse-nr3 has quit [Ping timeout: 252 seconds]
pfdietz has joined #commonlisp
szkl has joined #commonlisp
traidare has quit [Ping timeout: 276 seconds]
villageidiot has joined #commonlisp
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
ym has quit [Remote host closed the connection]
decweb has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
tyson2 has joined #commonlisp
rtypo has quit [Quit: WeeChat 4.1.1]
cage has joined #commonlisp
<aeth>
it's just to save a line at the end
<aeth>
and because in an implicit return language (where you don't always write "return foo;", or I guess "(return foo)" in a Lisp, or more accurately to CL it's "(return-from your-function-name foo)") it sort of looks weird to have something at the very end just to return it
<ixelp>
6.1 The LOOP Facility | Common Lisp (New) Language Reference
<dnhester26>
I still need to apply that to all the items, and I need to do a few updates before hand, but this is how it will work once that is done
<dnhester26>
beach: take a look by doing a mouse over the green "forms". It takes a bit to load at first, because it loads all the definitions in the glossary, so at first it may not appear green
<dnhester26>
And I think I need to quickly format the glossary terms as well... to be html and not markdown
<beach>
The tooltips are nice!
<beach>
dnhester26: I have been working on fixing a few pages as you may have noticed.
<dnhester26>
yeah, good job
<beach>
Thanks.
<dnhester26>
I noticed a bunch of dictionary items which were not parsed. I've been working on a script to split those into multiple pages as it should be... not sure if I will get to finish it today, but if not I hope on Sunday to finish...
JamesF has quit [Ping timeout: 268 seconds]
<beach>
Take your time.
<dnhester26>
thanks for saying they are nice! I think it makes it more usable not to have to go to another page every time a user wants to read a definition
<beach>
I totally agree.
<beach>
dnhester26: I tried to encourage people to here to help out, but so far I see no takers.
<dnhester26>
beach: Yeah, I see. I hope that once I finish parsing out the spec completely and apply to tooltips, people will just start using this spec instead of the other ones because of convenience, and then hopefully people will slowly start contributing.
<beach>
Let's hope so.
<beach>
But, again, I see this one as having a different purpose from (say) the Nova Spec.
<dnhester26>
beach: I also think it's easier to ask someone for something very specific than a general request, so for example, if a specific page needed examples or clarifications, like loop, asking someone to add examples of using loop with (insert some specific term here), would probably be more effective to get people to contribute
<dnhester26>
yeah for sure
<beach>
OK, I'll try to come up with some specific examples.
<dnhester26>
I think this is more for people learning, not experts/compiler writers, nova spec I think it's supposed to be a proper specification
<beach>
Exactly!
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
tedwing has joined #commonlisp
<beach>
Oh, and we should explain notation like [[↓clause]] every time it occurs, because the text that defines it is just barely comprehensible.
<beach>
But I can do that.
cage has quit [Quit: rcirc on GNU Emacs 29.1]
* beach
is off to go meet his (admittedly small) family who just came home, but he will be back soon.
Posterdati has quit [Read error: Connection reset by peer]
cranej has quit [Ping timeout: 256 seconds]
villageidiot has quit [Quit: Client closed]
dcb has joined #commonlisp
Posterdati has joined #commonlisp
Cymew has quit [Ping timeout: 255 seconds]
varjag has joined #commonlisp
<beach>
Speaking of which, why is the down-arrow needed in the syntax for COND?
<beach>
It is not present in the Common Lisp HyperSpec, but that's very likely because of an error in the translation to HTML.
<beach>
It is present in the Nova Spec and in the language reference.
yitzi has quit [Remote host closed the connection]
easye has quit [Remote host closed the connection]