<pablo_escoberg>
Is anyone currently tasked with pruning the wiki? If not, should there be? If the answers are "no" and "yes" respectively (which I imagine they are), I volunteer for the position, as long as I have the kind of help I've had so far, or close to it. If they aren't, pls lmk.
payphone has quit [*.net *.split]
casaca has quit [*.net *.split]
aw- has quit [*.net *.split]
cpli has quit [Read error: Connection reset by peer]
cpli has joined #picolisp
aw- has joined #picolisp
casaca has joined #picolisp
payphone has joined #picolisp
casaca_ has joined #picolisp
casaca has quit [Read error: Connection reset by peer]
payphone has quit [Read error: Connection reset by peer]
payphone_ has joined #picolisp
payphone_ is now known as payphone
casaca_ is now known as casaca
pablo_escoberg has quit [Quit: Client closed]
aw- has quit [*.net *.split]
aw- has joined #picolisp
teddydd has quit [*.net *.split]
z4k4ri4 has quit [*.net *.split]
z4k4ri4 has joined #picolisp
teddydd has joined #picolisp
buffet has quit [*.net *.split]
Abhishek_ has quit [*.net *.split]
buffet has joined #picolisp
Abhishek_ has joined #picolisp
buffet has quit [*.net *.split]
Abhishek_ has quit [*.net *.split]
teddydd has quit [*.net *.split]
z4k4ri4 has quit [*.net *.split]
aw- has quit [*.net *.split]
casaca has quit [*.net *.split]
cpli has quit [*.net *.split]
abu[7] has quit [*.net *.split]
payphone has quit [*.net *.split]
mario-goulart has quit [*.net *.split]
Nistur has quit [*.net *.split]
seninha has quit [*.net *.split]
clacke has quit [*.net *.split]
viaken has quit [*.net *.split]
tankf33der has quit [*.net *.split]
inara has quit [*.net *.split]
Iacob has quit [*.net *.split]
chexum has quit [*.net *.split]
f8l has quit [*.net *.split]
stux has quit [*.net *.split]
abu[m] has quit [*.net *.split]
drakonis has quit [*.net *.split]
payphone has joined #picolisp
Abhishek_ has joined #picolisp
buffet has joined #picolisp
teddydd has joined #picolisp
z4k4ri4 has joined #picolisp
aw- has joined #picolisp
Iacob has joined #picolisp
inara has joined #picolisp
stux has joined #picolisp
abu[m] has joined #picolisp
tankf33der has joined #picolisp
drakonis has joined #picolisp
f8l has joined #picolisp
viaken has joined #picolisp
chexum has joined #picolisp
casaca has joined #picolisp
cpli has joined #picolisp
Nistur has joined #picolisp
mario-goulart has joined #picolisp
seninha has joined #picolisp
abu[7] has joined #picolisp
clacke has joined #picolisp
pablo_escoberg has joined #picolisp
pablo_escoberg has quit [Quit: Client closed]
rob_w has joined #picolisp
pablo_escoberg has joined #picolisp
<abu[7]>
Surely the answers are "no" and "yes"
<abu[7]>
It would be very good if you'd start to clean things up indeed
msavoritias has joined #picolisp
pablo_escoberg has quit [Quit: Client closed]
seninha has quit [Quit: Leaving]
seninha has joined #picolisp
razzy has joined #picolisp
razzy has quit [Quit: leaving]
seninha has quit [Quit: Leaving]
rob_w has quit [Read error: Connection reset by peer]
seninha has joined #picolisp
pablo_escoberg has joined #picolisp
<pablo_escoberg>
Great, I'm on it. Basically, as I learn picolisp, I'm making extensive use of the wiki. When I run across articles that are no longer relevant, I'll just put "OUTDATED - " in the title. Does that work?
<abu[7]>
Very good
<abu[7]>
So old stuff is not completely lost
<pablo_escoberg>
exactly.
<pablo_escoberg>
Do I need any special permissions or can anyone edit anything?
<abu[7]>
I think you can edit anything. If you like, I can also give you the Admin role/
<pablo_escoberg>
Nah, as long as I can do the pruning, I'm good. You'll see some changes coming up if you monitor the thing. I already put up my little pipe trick, and am psyched to give back to this community by helping improve the docs as I learn.
<abu[7]>
yeah, doc processautomation
<pablo_escoberg>
Hmmm... I can't seem to change the titles on these things...
<pablo_escoberg>
Trying to change the one for the vim article
<abu[7]>
Which titles?
<abu[7]>
The doc name?
<pablo_escoberg>
Oh, nvm, I need to edit the documentation page. I'm used to CMS's changing link titles autmatically :D
<abu[7]>
all right
<abu[7]>
Perhaps some things are easier to change if you go do documeent in "My account"
<abu[7]>
*Documents
<abu[7]>
Wow, fast! editingflow
<pablo_escoberg>
Well, I'll need to edit the pages that link to them, and my workflow will really just be "take a break from reading/playing to fix something".
<pablo_escoberg>
??
<pablo_escoberg>
Fast editing flow?
<pablo_escoberg>
Oh, I see. I just happened to remember that article, so went and changed it.
<abu[m]>
Fast generation of new articles
<abu[m]>
ok
<pablo_escoberg>
BTW, are abu[m] and abu[7] different people?
<pablo_escoberg>
stupid question, I know, but most of mine are :D
<abu[7]>
I'm still in Perlin. Will read all more closely when I'm back at a larger screen
<abu[7]>
Same me
<abu[7]>
just Pil irc client vs. matrix bridge
<pablo_escoberg>
Ah, got it.
<abu[7]>
irc in terminal is easier to type, but element/matrix gives notifictions
<pablo_escoberg>
right. I hadn't used IRC in at least 15 years before this. Still getting re-acquanited with it.
pablo_escoberg has quit [Quit: Client closed]
pablo_escoberg has joined #picolisp
msavoritias has quit [Remote host closed the connection]
avocadoist has quit [Ping timeout: 240 seconds]
f8l has quit [Remote host closed the connection]
f8l has joined #picolisp
pablo_escoberg has quit [Quit: Client closed]
pablo_escoberg has joined #picolisp
<pablo_escoberg>
So I'm having a hard time understanding exactly how the various list building functions work. Please have a look at this snippet: http://pb1n.de/?54c23c . In CLisp, I would just use nconc, but it doesn't seem to exist in picolisp, and obviously I can't figure out how to implement it or I wouldn't need it. Still getting used to the way
<pablo_escoberg>
picolisp does things...
<pablo_escoberg>
NVM, figured it out. I just need to use make, chain, and link. Not quite done, but getting there. Remaining questions: Is there a blatantly easier way to do what I'm doing? If not, is it worth another snippet in the wiki?
<pablo_escoberg>
Oops, spoke too soon. Getting a lot closer: http://pb1n.de/?2e547d but now I keep getting "quote -- protected" which I don't understand. It seems to pop up when I nest more than one level deep in fill, but I can't figure out why