phoe changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <http://cliki.net/> <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/> | SBCL 1.4.14, CMUCL 21b, ECL 16.1.3, CCL 1.11.5, ABCL 1.5.0
Zaab1t has quit [Quit: bye bye friends]
mrcom has quit [Read error: Connection reset by peer]
robotoad has quit [Quit: robotoad]
_atomik has quit [Read error: Connection reset by peer]
q3d has quit [Quit: Page closed]
Kundry_Wag has joined #lisp
housel has joined #lisp
mrcom has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
dented42 has joined #lisp
refpga has quit [Ping timeout: 258 seconds]
pierpal has quit [Ping timeout: 268 seconds]
refpga has joined #lisp
refpga has quit [Ping timeout: 250 seconds]
robotoad has joined #lisp
orivej has quit [Ping timeout: 268 seconds]
dale has quit [Quit: dale]
dented42 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #lisp
robotoad has left #lisp [#lisp]
refpga has joined #lisp
pierpal has joined #lisp
Essadon has quit [Quit: Qutting]
Kundry_Wag has joined #lisp
hectorhonn has joined #lisp
<hectorhonn> morning everyone
<fiddlerwoaroof> morning hectorhonn
sjl has joined #lisp
Kundry_Wag has quit [Ping timeout: 272 seconds]
sjl_ has quit [Ping timeout: 272 seconds]
jack_rabbit_ has joined #lisp
torbo has joined #lisp
orivej has quit [Ping timeout: 268 seconds]
Oladon has joined #lisp
egp_ has joined #lisp
Josh_2 has quit [Ping timeout: 245 seconds]
meepdeew has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
anamorphic has quit [Quit: Connection closed for inactivity]
Kundry_Wag has quit [Ping timeout: 258 seconds]
refpga has quit [Ping timeout: 245 seconds]
Kundry_Wag has joined #lisp
dale has joined #lisp
Kundry_Wag has quit [Ping timeout: 258 seconds]
Oladon has quit [Quit: Leaving.]
Khisanth has quit [Ping timeout: 240 seconds]
dddddd has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
smokeink has joined #lisp
Kundry_Wag has quit [Ping timeout: 258 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
Khisanth has joined #lisp
refpga has joined #lisp
_whitelogger has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 250 seconds]
anewuser has joined #lisp
<beach> Good morning everyone!
stereosphere has joined #lisp
Nomenclatura has joined #lisp
<Nomenclatura> What's the most used lisp dialect? clojure or clisp maybe?
Bike has quit [Quit: Lost terminal]
<beach> Nomenclatura: Hard to know. But that's not a topic for this channel. This channel is dedicated to Common Lisp.
<beach> Nomenclatura: CLISP is not a dialect. It is an implementation of Common Lisp.
<Nomenclatura> alright
<beach> Nomenclatura: If you need to abbreviate Common Lisp, then use "CL".
<beach> Why do you need to know which dialect is most used?
meepdeew has joined #lisp
<beach> Furthermore, there is no widespread agreement about what languages are Lisp dialects. So whether Clojure is one or not is not something people agree about.
karlosz has quit [Quit: karlosz]
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 250 seconds]
<beach> None of my business, I guess.
marvin2 has quit [Ping timeout: 268 seconds]
<Nomenclatura> heh I was away for a bit
<Nomenclatura> just curiosity really
<beach> OK.
ntbre has quit [Quit: ntbre]
marvin2 has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
torbo has left #lisp ["ERC (IRC client for Emacs 26.1)"]
Kundry_Wag has joined #lisp
<fiddlerwoaroof> Nomenclatura: this sort of question is why ##lisp exists
<fiddlerwoaroof> Although, I'm not sure how active that channel is
Kundry_Wag has quit [Ping timeout: 240 seconds]
iAmDecim has joined #lisp
<aeth> Active enough. A question gets a response within a 24 hour period, like most of IRC.
ealfonso has quit [Disconnected by services]
ealfonso has joined #lisp
ealfonso has quit [Disconnected by services]
ealfonso has joined #lisp
ealfonso has quit [Disconnected by services]
ealfonso has joined #lisp
sauvin has joined #lisp
<Nomenclatura> So this channel is rather strict topic wise I see\
mrcom has joined #lisp
<fiddlerwoaroof> Nomenclatura: yeah, #lisp is like #scheme or #clojure
<fiddlerwoaroof> We occasionally have some digressions, but we generally try to stick to conversations about lisp and keep other topics in ##lisp or #lispcafe
<Nomenclatura> alright
Fourgot has joined #lisp
esrse has joined #lisp
les` has joined #lisp
les has quit [Ping timeout: 252 seconds]
Arcaelyx has quit [Ping timeout: 245 seconds]
noobly has joined #lisp
<noobly> how is web scraping and data analysis with common lisp? I've been using python with scrapy and pandas to get up to speed, was wondering if lisp has anything that offers similar convenience
Oladon has joined #lisp
<pierpal> emacs lisp is most probably the most used lisp
Kundry_Wag has joined #lisp
<no-defun-allowed> CL is pretty damn good at it, scraping is pretty easy
dale has quit [Quit: dale]
<no-defun-allowed> for HTML searching, there's lquery which I've used, and cl-ppcre is pretty good at searching plain text
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
smokeink has quit [Remote host closed the connection]
<fiddlerwoaroof> noobly: lquery is very good
Kundry_Wag has quit [Ping timeout: 250 seconds]
smokeink has joined #lisp
Arcaelyx has joined #lisp
<no-defun-allowed> i wrote a bing dorker/http proxy scraper in CL and it's pretty fast
<noobly> fiddlerwoaroof, no-defun-allowed: awesome, thanks. I'm hoping to move towards CL for that workflow eventually, I still have awhile to go getting comfortable with pandas though
<noobly> but getting something set up with emacs/org-mode would be amazing
<noobly> and CL :-)
meepdeew has quit [Remote host closed the connection]
iovec has quit [Quit: Connection closed for inactivity]
karlosz has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
stardiviner has joined #lisp
orivej has joined #lisp
Inline has quit [Quit: Leaving]
jprajzne has joined #lisp
meepdeew has joined #lisp
rumbler31 has joined #lisp
meepdeew has quit [Ping timeout: 258 seconds]
krwq has joined #lisp
Oladon has quit [Quit: Leaving.]
<krwq> is there something like pushnew but which would replace the object every time?
rumbler31 has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
<buffergn0me> krwq: What do you mean by replace the object?
<krwq> buffergn0me: pushnew allows to specify :test function, say as a simple example you want to create an alist with that by specifying test to be (lambda (a b) (equal (car a) (car b))) but you'd like the list to be replaced when pushnew-ing
<krwq> buffergn0me: other example you push objects of certain class and specify test as equal on one of the slots
pierpal has quit [Quit: Poof]
Kundry_Wag has quit [Ping timeout: 240 seconds]
pierpal has joined #lisp
<beach> krwq: So, let me see if I understand. With this new thing of yours, if the element is already in the list (as defined by some TEST and/or KEY), you want it to be replaced, but what if it is NOT in the list? Do you want to push it to the list then?
<krwq> beach: correct
<buffergn0me> Well, pushnew has a :KEY parameter, so you can do (PUSHNEW X Y :TEST #'EQUAL :KEY #'CAR) for the first example.
<beach> krwq: You may have to write a few lines of Common Lisp code for that.
<krwq> beach: fair enough, was wondering if there was something in the clhs which I didn't know about
<krwq> thanks
<beach> I kind of doubt it.
<krwq> buffergn0me: that would leave the old list and not push/replace a new one
<buffergn0me> Yes, I had a "Well, but," question, but beach explained it
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
mrcom has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
<White_Flame> krwq: if you use MEMBER to search the list, it returns the cons cell where it's found, so you could easily replace it from there
<White_Flame> and that also has the same :test/:key options
<krwq> White_Flame: I've already replaced my code to use hash-table, but good to know for future - thanks!
<White_Flame> (if-let ((cons (member ...))) (setf (car cons) newval) (push newval ...))
<krwq> White_Flame: nice
slyrus_ has joined #lisp
<krwq> White_Flame: much shorter than my hash-table version :P
schweers has joined #lisp
sauvin has quit [Quit: Leaving]
sauvin has joined #lisp
meepdeew has joined #lisp
egp_ has quit [Ping timeout: 240 seconds]
egp_ has joined #lisp
p9fn has joined #lisp
asarch has quit [Quit: Leaving]
meepdeew has quit [Ping timeout: 268 seconds]
notzmv has joined #lisp
ski has quit [Remote host closed the connection]
pierpal has quit [Ping timeout: 268 seconds]
stereosphere has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
iAmDecim has quit [Remote host closed the connection]
iAmDecim has joined #lisp
meepdeew has joined #lisp
notzmv has quit [Quit: WeeChat 2.3]
<splittist> morning
sloanr has joined #lisp
gravicappa has joined #lisp
iAmDecim has quit [Ping timeout: 244 seconds]
karlosz has quit [Quit: karlosz]
meepdeew has quit [Ping timeout: 246 seconds]
krwq has quit [Remote host closed the connection]
ebrasca has quit [Remote host closed the connection]
iovec has joined #lisp
Kundry_Wag has joined #lisp
robdog has joined #lisp
Kundry_Wag has quit [Ping timeout: 258 seconds]
dxtr has quit [Ping timeout: 250 seconds]
dxtr has joined #lisp
whartung has quit [Ping timeout: 250 seconds]
whartung has joined #lisp
pjb has quit [Read error: Connection reset by peer]
pjb has joined #lisp
<beach> Hello splittist.
sloanr has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
<LdBeth> good morning
scymtym has quit [Ping timeout: 268 seconds]
Kundry_Wag has joined #lisp
<beach> Hello LdBeth.
angavrilov has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
amerlyq has joined #lisp
Kundry_Wag has joined #lisp
ebrasca has joined #lisp
notzmv has joined #lisp
Kundry_Wag has quit [Ping timeout: 250 seconds]
robdog has quit [Remote host closed the connection]
smokeink has quit [Quit: Leaving]
Nomenclatura has left #lisp ["p"]
Lycurgus has joined #lisp
hectorhonn has quit [Quit: Page closed]
anewuser has quit [Ping timeout: 272 seconds]
scymtym has joined #lisp
q3d has joined #lisp
Kaisyu has quit [Quit: Connection closed for inactivity]
esrse has quit [Quit: bye]
Kundry_Wag has joined #lisp
pierpal has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
jochens has joined #lisp
eschatologist has quit [Excess Flood]
gravicappa has quit [Ping timeout: 258 seconds]
eschatologist has joined #lisp
b-m-f has joined #lisp
Bronsa has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
meepdeew has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
meepdeew has quit [Ping timeout: 250 seconds]
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life has joined #lisp
Kaisyu has joined #lisp
dddddd has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 245 seconds]
iovec has quit [Quit: Connection closed for inactivity]
stardiviner has quit [Ping timeout: 246 seconds]
<LdBeth> when a function in CLHS takes an optional environment argument what excactly it expects?
jollygood2 has joined #lisp
<shka__> LdBeth: depends
eagleflo_ is now known as eagleflo
<shka__> it can be only consider per function
<LdBeth> ok, so an application usually would not use it then?
<shka__> depends
pierpal has quit [Ping timeout: 272 seconds]
<shka__> for instance, macros may use environment to figure out what variables are in the scope
<shka__> lexical variables
pierpal has joined #lisp
<shka__> or you can explicitly pass environment sometimes
<shka__> but as far as your ordinary code goes, probabbly it indeed won't use it
<LdBeth> got it, thank you
pierpal has quit [Read error: Connection reset by peer]
<shka__> personally i don't think i ever was forced to use envs
pierpal has joined #lisp
<shka__> which is a good thing i think
<shka__> because they are not perfectly polished in the standard
emar has joined #lisp
refpga has quit [Ping timeout: 250 seconds]
varjag has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
jochens has quit []
Kundry_Wag has joined #lisp
jollygood2 has quit [Quit: CGI:IRC (Ping timeout)]
jollygood2 has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
Aritheanie has quit [Ping timeout: 244 seconds]
Aritheanie has joined #lisp
Essadon has joined #lisp
jollygood2 has quit [Quit: CGI:IRC (Ping timeout)]
jollygood2 has joined #lisp
Kundry_Wag has joined #lisp
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
crsc has quit [Quit: leaving]
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
Lycurgus has quit [Quit: Exeunt]
Bike has joined #lisp
anewuser has joined #lisp
JetJej has joined #lisp
dddddd has quit [Ping timeout: 258 seconds]
dddddd has joined #lisp
pierpal has quit [Quit: Poof]
LiamH has joined #lisp
pierpal has joined #lisp
status402 has joined #lisp
JetJej has quit [Read error: Connection reset by peer]
JetJej has joined #lisp
Essadon has quit [Ping timeout: 258 seconds]
JetJej has quit [Read error: Connection reset by peer]
JetJej has joined #lisp
Fourgot has quit [Quit: Leaving]
q3d has left #lisp [#lisp]
Selwyn has joined #lisp
akoana has joined #lisp
egp_ has quit [Quit: Leaving]
egp_ has joined #lisp
Selwyn has quit [Ping timeout: 250 seconds]
status402 has quit [Ping timeout: 268 seconds]
JetJej has quit [Disconnected by services]
pjb has quit [Read error: Connection reset by peer]
egp_ has quit [Client Quit]
egp_ has joined #lisp
pjb has joined #lisp
Selwyn has joined #lisp
FreeBirdLjj has joined #lisp
status402 has joined #lisp
JetJej has joined #lisp
crsc has joined #lisp
dale_ has joined #lisp
dale_ is now known as dale
<crsc> OA
rippa has joined #lisp
<White_Flame> AO
sjl_ has joined #lisp
jpsa has joined #lisp
jpsa has left #lisp [#lisp]
Bike has quit [Ping timeout: 256 seconds]
<crsc> ;-)
status402_ has joined #lisp
status402 has quit [Read error: Connection reset by peer]
moei has joined #lisp
Bike has joined #lisp
cage_ has joined #lisp
varjag has quit [Quit: ERC (IRC client for Emacs 25.2.2)]
q3d has joined #lisp
bexx2 has quit [Quit: ups]
Inline has joined #lisp
status402_ has quit [Quit: status402_]
mrcom has quit [Read error: Connection reset by peer]
kajo has quit [Ping timeout: 252 seconds]
CCDell has joined #lisp
ntbre has joined #lisp
jprajzne has quit [Remote host closed the connection]
Josh_2 has joined #lisp
Selwyn has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
Arcaelyx has quit [Ping timeout: 268 seconds]
shifty has quit [Ping timeout: 258 seconds]
Kaisyu has quit [Quit: Connection closed for inactivity]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
Arcaelyx has joined #lisp
FreeBirdLjj has quit [Ping timeout: 272 seconds]
iovec has joined #lisp
q3d has quit [Ping timeout: 256 seconds]
kajo has joined #lisp
anamorphic has joined #lisp
anamorphic has quit [Client Quit]
Bike has quit [Ping timeout: 256 seconds]
Zaab1t has joined #lisp
CCDell has quit [Quit: Leaving]
nullhero1 has quit [Quit: WeeChat 1.9.1]
schweers has quit [Ping timeout: 268 seconds]
ntbre has quit [Quit: ntbre]
Bike has joined #lisp
ntbre has joined #lisp
Bike_ has joined #lisp
Bike has quit [Ping timeout: 256 seconds]
hiroaki has joined #lisp
Selwyn has joined #lisp
shka_ has joined #lisp
Selwyn has quit [Remote host closed the connection]
anewuser has quit [Quit: anewuser]
Bike_ is now known as Bike
nullheroes has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
myrkraverk has quit [Ping timeout: 250 seconds]
myrkraverk has joined #lisp
dented42 has joined #lisp
noobly has quit [Read error: Connection reset by peer]
noobly has joined #lisp
dented42 has quit [Client Quit]
Kundry_Wag has joined #lisp
pjb has quit [Ping timeout: 252 seconds]
rozenglass has joined #lisp
pjb has joined #lisp
Bike_ has joined #lisp
sauvin has quit [Read error: Connection reset by peer]
Bike has quit [Ping timeout: 256 seconds]
Bike_ has quit [Ping timeout: 256 seconds]
hiroaki has quit [Ping timeout: 268 seconds]
meepdeew has joined #lisp
amerlyq has quit [Quit: amerlyq]
dented42 has joined #lisp
rozenglass has quit [Ping timeout: 268 seconds]
meepdeew has quit [Remote host closed the connection]
<LdBeth> good morning
dented42 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hiroaki has joined #lisp
xrash has joined #lisp
themsay has joined #lisp
Bike has joined #lisp
Bike has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Remote host closed the connection]
Bike has joined #lisp
CCDell has joined #lisp
CCDell has quit [Remote host closed the connection]
karlosz has joined #lisp
karlosz has quit [Client Quit]
noobly has left #lisp ["ERC (IRC client for Emacs 26.1)"]
cage_ has quit [Remote host closed the connection]
Mr-Potter has joined #lisp
meepdeew has joined #lisp
ntbre has quit [Quit: ntbre]
hiroaki has quit [Ping timeout: 268 seconds]
meepdeew has quit [Remote host closed the connection]
meepdeew has joined #lisp
meepdeew has quit [Remote host closed the connection]
meepdeew has joined #lisp
meepdeew has quit [Remote host closed the connection]
meepdeew has joined #lisp
hiroaki has joined #lisp
ntbre has joined #lisp
ntbre has quit [Client Quit]
meepdeew has quit [Remote host closed the connection]
ntbre has joined #lisp
ntbre has quit [Client Quit]
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 258 seconds]
ntbre has joined #lisp
Kundry_Wag has joined #lisp
Zaab1t has quit [Quit: bye bye friends]
slyrus has quit [Quit: slyrus]
phenethylamine has joined #lisp
<phenethylamine> Anyone familiar with ironclad here who could possibly help me out with an issue I'm having? Or at least point me in the right direction to ask for help
<verisimilitude> I've never used Ironclad, but I may still be able to help.
xkapastel has joined #lisp
angavrilov has quit [Remote host closed the connection]
<phenethylamine> I'm using ironclad to implement http signatures, but i'm hitting a gotcha on actually performing the signature in that i can't get them to verify (using openssl rsautl -verify)
<phenethylamine> i need to be signing using sha256 and I've gotten sha1 to verify on a site for testing, but not with openssl rsautl itself, and i've not gotten sha256 to verify with either, even though afaict it should just require a change from :sha1 to :sha256 in the call for ironclad:digest-sequence
<phenethylamine> give me one sec to stick the code i'm using in a gist
<verisimilitude> Okay.
<phenethylamine> I've gotten sha1 to verify on this site https://8gwifi.org/RSAFunctionality?rsasignverifyfunctions=rsasignverifyfunctions
<phenethylamine> but never sha256
<phenethylamine> and the signatures always error with openssl rsautl, even sha1 with these messages:
<phenethylamine> 139724850453248:error:04FFF06A:rsa routines:CRYPTO_internal:block type is not 01:rsa/rsa_pk1.c:103:
<phenethylamine> 139724850453248:error:04FFF072:rsa routines:CRYPTO_internal:padding check failed:rsa/rsa_eay.c:680:
vms14 has joined #lisp
<verisimilitude> Well, I'll give it a look over, but I don't think I'll be able to help much.
<phenethylamine> yeah, makes sense. I'm sorta in the dark in regards to this kind of crypto stuff, this is the only crypto-related thing i have to implement with this project and i'm just trying to get it done
<phenethylamine> ty
<verisimilitude> Yes, I suppose I'm not going to be particularly helpful here.
<verisimilitude> I've never used Ironclad, so I can't really help with such a specific issue.
<verisimilitude> My lone suggestion is to try GNUTLS as well and see if it's perhaps just some OpenSSL issue.
<phenethylamine> that's a good point, yeah
<phenethylamine> i'll try that, ty
<verisimilitude> It's no issue.
X-Scale has quit [Ping timeout: 245 seconds]
slyrus has joined #lisp
permagreen has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ntbre has quit [Quit: ntbre]
kajo has quit [Ping timeout: 252 seconds]
scymtym has quit [Ping timeout: 268 seconds]
ntbre has joined #lisp
flazh has quit [Ping timeout: 268 seconds]
Josh_2 has quit [Remote host closed the connection]
Lycurgus has joined #lisp
varjag has joined #lisp
scymtym has joined #lisp
kajo has joined #lisp
X-Scale has joined #lisp
pjb has quit [Ping timeout: 252 seconds]
pjb has joined #lisp
mange has joined #lisp
dddddd has quit [Ping timeout: 246 seconds]
q3d has joined #lisp
shka_ has quit [Ping timeout: 272 seconds]
LiamH has quit [Quit: Leaving.]
meepdeew has joined #lisp
shifty has joined #lisp
rtypo has joined #lisp
dddddd has joined #lisp
ntbre has quit [Quit: ntbre]
slyrus has quit [Quit: slyrus]
Lycurgus has quit [Quit: Exeunt]
q3d has quit [Ping timeout: 256 seconds]
drot has quit [Quit: Quit.]
four has quit [Quit: WeeChat 2.3]
jmercouris has joined #lisp
<jmercouris> how does Gnu mailman work? how would it be possible to implement a clone in CL?
<minion> jmercouris, memo from ogamita: you can use sedit, the sexp editor. http://informatimago.com/develop/lisp/com/informatimago/small-cl-pgms/sedit/index.html
<minion> jmercouris, memo from ogamita: alternatively: (let ((plist (list :a "fish" :b "salmon"))) (let ((plist (list* :b "carp" plist))) (getf plist :b))) #| --> "carp" |# ; ie. functional style.
<jmercouris> ah, well, I think everyone in this channel will be happen to know that I found a way to serialize the query result into a set of structs that I could more easily manipulate- instead of using plists
<jmercouris> pjb included
<pjb> jmercouris: it's possible to implement a clone of anything in CL.
ntbre has joined #lisp
<pjb> jmercouris: still, have a look at sedit.
<jmercouris> I was trying, but the page isn't loading for me
<jmercouris> I'll try again
<jmercouris> ok this time it loaded
<pjb> You may start with (sedit '(list :a "fish" :b "salmon")) and type the commands: i n n n n n r "carp" q
<pjb> or (let ((list '(list :a "fish" :b "salmon"))) (setf list (sedit list)) list) ;-)
flazh has joined #lisp
ebrasca has quit [Read error: Connection reset by peer]
<jmercouris> pjb: why do you do the reverse URL notation for your package and system names?
Kundry_Wag has quit [Remote host closed the connection]
<jmercouris> that took forever to type
<jmercouris> also why type n multiple times?
<jmercouris> it's not listed as one of your commands
<jmercouris> so "i" enters the list, and then "n", does what?
rumbler31 has joined #lisp
varjag has quit [Quit: ERC (IRC client for Emacs 26.1)]
Kaisyu has joined #lisp
sjl_ has quit [Ping timeout: 246 seconds]
rumbler31 has quit [Remote host closed the connection]
jmercouris has quit [Remote host closed the connection]
Lord_of_Life_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life_ is now known as Lord_of_Life
meepdeew has quit [Remote host closed the connection]
wglb has joined #lisp
meepdeew has joined #lisp
Kundry_Wag has joined #lisp
meepdeew has quit [Remote host closed the connection]
meepdeew has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]