jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/> | News: ELS'22 this Monday (2022-03-21), see https://european-lisp-symposium.org
pillton has joined #commonlisp
waleee has quit [Quit: WeeChat 3.5]
akoana has joined #commonlisp
razetime has joined #commonlisp
akoana has quit [Quit: leaving]
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 272 seconds]
frgo has quit [Ping timeout: 240 seconds]
yauhsien has joined #commonlisp
dickba___ has joined #commonlisp
dickbar__ has quit [Ping timeout: 240 seconds]
molson has quit [Remote host closed the connection]
molson has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
yauhsien has quit [Ping timeout: 276 seconds]
razetime has quit [Read error: Connection reset by peer]
pvalenta has quit [Ping timeout: 276 seconds]
smcn99 has joined #commonlisp
pvalenta has joined #commonlisp
smcn99 has quit [Quit: Client closed]
mariari has joined #commonlisp
<beach> Good morning everyone!
yauhsien has joined #commonlisp
trumae has joined #commonlisp
trumae has quit [Client Quit]
trumae has joined #commonlisp
Bike has quit [Quit: sleep]
pranavats has left #commonlisp [Error from remote client]
markasoftware_ is now known as markasoftware
jeosol has joined #commonlisp
<markasoftware> mornin'
<jeosol> hi markasoftware!
<jeosol> Good morning all!
aartaka has joined #commonlisp
slowButPresent has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
aartaka has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
trumae has quit [Ping timeout: 272 seconds]
Nilby has joined #commonlisp
trev has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
yauhsien has quit [Ping timeout: 240 seconds]
livoreno has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
frgo has joined #commonlisp
yauhsien has joined #commonlisp
virgil has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
pok has joined #commonlisp
pok has quit [Changing host]
pok has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
<drmeister> Why does this give an error? (namestring (make-pathname :type "rc"))?
<drmeister> I thought it would translate to ".rc"
yauhsien has quit [Ping timeout: 276 seconds]
causal has quit [Quit: WeeChat 3.5]
<drmeister> SBCL signals an error. ecl returns nil.
White_Flame has quit [Remote host closed the connection]
<drmeister> I dug through the filename/pathname text in the CLHS and I can't find anything that disallows it.
<drmeister> If anyone knows the answer I'd greatly appreciate a pointer to the CLHS page.
White_Flame has joined #commonlisp
<drmeister> It's causing us some trouble when starting up clasp.
<drmeister> Hmmm
<drmeister> clhs 19.1.2
<drmeister> It looks like it's implementation dependent...
<drmeister> what you do with `(namestring (make-pathname :type "rc"))`
<drmeister> "even (NAMESTRING (MAKE-PATHNAME :TYPE "LISP")) constructs a plausible looking pathname, ..."
easye has quit [Remote host closed the connection]
easye` is now known as easye
<Nilby> (namestring (make-pathname :type "foo"))) => sbcl: error, ccl: ".foo", ecl: nil, clisp: ".foo", etc... so you can do whatever you want because pathnames already suck
vats has quit [Remote host closed the connection]
<Nilby> I like ".foo", but it I can't rely on it, so I can't use it.
danieli6 has joined #commonlisp
dimlibera has joined #commonlisp
skyl4rk` has joined #commonlisp
hefner_ has quit [Ping timeout: 246 seconds]
okflo_ has quit [Ping timeout: 246 seconds]
mason has quit [Ping timeout: 246 seconds]
ck_ has quit [Ping timeout: 246 seconds]
bldr has quit [Ping timeout: 246 seconds]
x88x88x has quit [Ping timeout: 246 seconds]
perrierjouet has quit [Ping timeout: 246 seconds]
ryanbw has quit [Ping timeout: 246 seconds]
skyl4rk has quit [Ping timeout: 246 seconds]
dim has quit [Ping timeout: 246 seconds]
psf has quit [Ping timeout: 246 seconds]
danieli has quit [Ping timeout: 246 seconds]
danieli6 is now known as danieli
hefner has joined #commonlisp
mason has joined #commonlisp
bldr has joined #commonlisp
ck_ has joined #commonlisp
ryanbw has joined #commonlisp
psf has joined #commonlisp
x88x88x has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Read error: Connection reset by peer]
<Nilby> Meanwhile here in the future, there's two kinds of file names, one that's simple and everyone likes it and can be just a list. Another that includes ipv6 addresses and GUIDs, and nothing really handles fully.
okflo has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 256 seconds]
samebchase has joined #commonlisp
notzmv has quit [Ping timeout: 260 seconds]
perrierjouet has joined #commonlisp
Cymew has joined #commonlisp
yauhsien has joined #commonlisp
yauhsien has quit [Ping timeout: 272 seconds]
rotateq has joined #commonlisp
Algernon69 has joined #commonlisp
yauhsien has joined #commonlisp
igemnace has quit [Ping timeout: 252 seconds]
dickba___ has quit []
MajorBiscuit has joined #commonlisp
livoreno has quit [Remote host closed the connection]
livoreno has joined #commonlisp
frgo has quit [Ping timeout: 248 seconds]
ahc has joined #commonlisp
shka has joined #commonlisp
<grawlinson> distro packager here, is there any point in symlinking .asd files to /usr/share/common-lisp/systems? it seems to be in Fedora/OpenSUSE/Arch's packaging guidelines but as far as I can tell, Debian doesn't bother with it
<grawlinson> Is there anywhere in the (or *a*) spec that mandates it?
<semz> grawlinson: The ASDF manual (https://asdf.common-lisp.dev/asdf.html §4.2) says it's a common (but outdated?) idiom. I don't think it's strictly required.
<grawlinson> got as far as "...a common idiom *was* to put symbolic links..."
<grawlinson> this makes my life so much easier, thanks semz :)
Posterdati has joined #commonlisp
igemnace has joined #commonlisp
attila_lendvai has joined #commonlisp
gxt has quit [Ping timeout: 240 seconds]
gxt has joined #commonlisp
cosimone has joined #commonlisp
montxero has joined #commonlisp
notzmv has joined #commonlisp
attila_lendvai has quit [Ping timeout: 248 seconds]
yauhsien has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
attila_lendvai has joined #commonlisp
montxero has quit [Remote host closed the connection]
yauhsien has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
szkl has joined #commonlisp
MajorBiscuit has quit [Ping timeout: 276 seconds]
MajorBiscuit has joined #commonlisp
jmdaemon has quit [Ping timeout: 260 seconds]
aartaka has quit [Ping timeout: 272 seconds]
aartaka has joined #commonlisp
attila_lendvai has quit [Ping timeout: 260 seconds]
dimlibera is now known as dim
aartaka has quit [Ping timeout: 260 seconds]
yauhsien has quit [Remote host closed the connection]
aartaka has joined #commonlisp
lisp123 has joined #commonlisp
yauhsien has joined #commonlisp
yauhsien has quit [Ping timeout: 240 seconds]
aartaka has quit [Ping timeout: 244 seconds]
aartaka has joined #commonlisp
random-nick has joined #commonlisp
treflip has joined #commonlisp
yauhsien has joined #commonlisp
dec0d3r has joined #commonlisp
attila_lendvai has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
MajorBiscuit has quit [Ping timeout: 240 seconds]
livoreno has quit [Ping timeout: 248 seconds]
notzmv has quit [Ping timeout: 260 seconds]
livoreno has joined #commonlisp
MajorBiscuit has joined #commonlisp
yauhsien has joined #commonlisp
Algernon69 has quit [Ping timeout: 248 seconds]
scymtym has quit [Remote host closed the connection]
Brucio-61 has quit [Remote host closed the connection]
treflip has quit [Quit: restarting my PC :|]
tyson2 has joined #commonlisp
razetime has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 276 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life_ is now known as Lord_of_Life
Guest52 has joined #commonlisp
razetime has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pillton has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
Guest52 has quit [Client Quit]
scymtym has joined #commonlisp
razetime has joined #commonlisp
trumae has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
Brucio-61 has joined #commonlisp
<jackdaniel> so.. anyone hacking on something interesting?
dec0d3r has quit [Quit: Leaving]
lisp123 has joined #commonlisp
<mfiano> jackdaniel: I'm writing a snapshot management system for ZFS filesystems, with retention policies and replication to other hosts.
<jackdaniel> how is it going?
<mfiano> I'm trying to design a retention policy. I could use some feedback on an algorithm (in prose/ascii-art) to check for any holes.
treflip has joined #commonlisp
<Shinmera> jackdaniel: Workin' on Kandria. Currently doing level design, but earlier I was implementing a dust effect in the hopes that it'll make some environments a bit more interesting to look at.
<jackdaniel> when should we expect a new teaser video? when the kickstarter compaign starts?
<Shinmera> I got a rough cut of the new trailer just yesterday. It'll be out when the Steam Next Fest launches on the 13th.
<jackdaniel> cool, can't wait to see it
<rotateq> Nice, I'll buy it and tell some more people. :)
<Shinmera> Great, thanks!
<mfiano> No takers? Ah well. I'll stare at it and think some more :)
<flip214> mfiano: well, I've got my own script for btrfs snapshots...
<flip214> I've got definitions like (daily, 8 kept), (weekly, 14 kept), (monthly, 36 kept)
<flip214> I look at the existing snapshots and remove the ones that are required for the specifications -- so the outcome is a list of snapshots to remove
<mfiano> I've used btrfs for a couple years, but I wouldn't trade it for the power of ZFS these days.
<flip214> you asked about retention policy - that's independent of filesystem anyway
<mfiano> I have a few different policies. I'm thinking about this one
<flip214> sounds like my work, right
<flip214> though "newer snapshots are pruned first" means that you'll delete your newest ones as long as they're in the same bucket as the next ones
<flip214> ie. do snapshots every 5 min, but keep only one for the last hour => you discard the 11 newest ones before retaining one
<mfiano> Right
<flip214> which might not be what you want
<flip214> I fell into the same trap ;)
<flip214> also, I always keep the oldest one, as a kind of archive
<flip214> or reference point
<mfiano> Hmm
<mfiano> The thing is both local host and each replication host can have different retention policies
<mfiano> FOr the same dataset (subvolume i guess in btrfs terms)
<flip214> I've got two independent retentions and independent snapshots for one data set (with one off-site copy); synchronizing them was too much effort and too fragile.
<flip214> just have data and snapshots at the source; copy the current stuff via cron to remote; and remote, triggered automatically by the rsync, does independent snapshots after a successful sync
<mfiano> ah zfs has `zfs send`/`zfs recv` with incremental delta support. so you can do zfs send latest-snapshot | zfs recv foo (or piped through ssh for remote)
<flip214> independency was a good idea when I broke a retention script and killed all snapshots on one site ;/
<flip214> yeah, btrfs can do that as well. Still, using rsync protects me against a possible filesystem corruption (which might get sent on via these internal mechanisms)
<mfiano> I quadratically backup every dataset locally and to every other host, and some are running mirrored arrays so i'm not worried
<flip214> well, how does mirroring help against filesystem corruption? would just be synced on as well?
Oddity has quit [Ping timeout: 276 seconds]
Bike has joined #commonlisp
<mfiano> zfs has filesystem corruption protection built in. it's the only filesystem that can survive and repair a power loss during a buffered write. plus a filesystem is a pool, and if you're snapshotting/replicating a pool like i am you have snapshots everywhere to restore it.
treflip has quit [Remote host closed the connection]
<mfiano> it even has resume tokens if network or power is lost during a zfs send
<flip214> I still wouldn't rule out software bug, gamma rays, etc.... using different tools makes my backup more resilient, I believe
Algernon69 has joined #commonlisp
<mfiano> Sure yeah, that's a valid opinion.
<mfiano> Security is only a feeling after all.
<mfiano> I am not going to move into a lead bunker to protect from gamma rays though
<mfiano> What I have has worked well for a while :)
<flip214> mfiano: well, salt mines have much higher background radiation, so they should be avoided too
yauhsien has quit [Remote host closed the connection]
aeth has quit [Ping timeout: 276 seconds]
aeth has joined #commonlisp
yauhsien has joined #commonlisp
notzmv has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
trumae has quit [Ping timeout: 260 seconds]
trumae has joined #commonlisp
Guest52 has joined #commonlisp
pfd has joined #commonlisp
Guest52 has quit [Client Quit]
Josh_2 has joined #commonlisp
<Josh_2> Good morning
<rotateq> Hello Josh_2 :)
yauhsien has quit [Remote host closed the connection]
yauhsien has joined #commonlisp
yauhsien has quit [Ping timeout: 276 seconds]
Cymew has quit [Ping timeout: 276 seconds]
yauhsien has joined #commonlisp
genpaku has quit [Ping timeout: 276 seconds]
genpaku has joined #commonlisp
Guest74 has joined #commonlisp
zacque has quit [Quit: Goodbye :D]
<Guest74> drmeister: while the error is annoying, it seems to make logical sense, given the CL abstraction for pathnames, as dot files are singular.
Brucio-61 has quit [Ping timeout: 260 seconds]
pve has joined #commonlisp
scymtym has quit [Ping timeout: 248 seconds]
<drmeister> Guest74: When you say "dot files are singular" - what do you mean?
<drmeister> It sounds like there is a thought process behind what you said and I'd like to understand that.
<Guest74> there can be many txt files but there is only one .sbclrc.  So it make sense that .sbclrc is a name and not a type.
<jackdaniel> singularities, you put configuration to them and you can't read it back
<drmeister> Guest74: That is an interesting perspective... thinking...
<drmeister> jackdaniel: Ha - hello.
<Guest74> jackdaniel: Truth right there.  I wish I could store devices in the pathname.
<drmeister> We are working with github actions yaml files. I don't want to read them back.
<jackdaniel> hey
jgkamat has quit [Ping timeout: 240 seconds]
<Guest74> actually, I really wish all implementations stored device information in pathnames.
zupss is now known as zups
rotateq has quit [Read error: Connection reset by peer]
jgkamat has joined #commonlisp
<drmeister> Guest74: Your point is that with pathnames `:type` is supposed to indicate a type of pathname and that doesn't quite fit with dot files being singular.
<Guest74> yes, though might just be my rationalization to stop getting mad at sbcl.
attila_lendvai has quit [Ping timeout: 244 seconds]
<drmeister> In ecl `(namestring (make-pathname :type "clasprc"))` returns NIL - clasp copied that behavior until yesterday. I changed clasp yesterday to return ".clasprc" because I interpret the pathname-type as more of a pathname-"extension". I see your point however.
<semz> it's also reasonable to say that a pathname must have a name
<drmeister> It appears that I am not violating the Common Lisp specification - this is implementation dependent behavior.
<semz> a pathname specifying a file that is
cage has joined #commonlisp
<jackdaniel> so, can I take that ecl is not in the wrong either?
<jackdaniel> checking this up would be a bother :)
<drmeister> jackdaniel: Correct - it's pretty clear its implementation dependent.
<Guest74> drmeister: I thought that at first, but that's a very modern concept.
<drmeister> This came up because we tried to define the RC file using the logical pathname #P"home:.rc" and it didn't work.
<drmeister> semz: Yes - that is reasonable.
<Guest74> This is definitely one of those wscl things.  It's hard to work with an abstraction that nobody can agree upon.
aeth has quit [Ping timeout: 260 seconds]
sterni_ is now known as sterni
<semz> Agree. I like the idea behind pathnames a lot but they end up rather awkward in practice because of this.
trumae has quit [Ping timeout: 248 seconds]
<semz> so I usually have to stick to very basic uses
aeth has joined #commonlisp
trumae has joined #commonlisp
treflip has joined #commonlisp
scymtym has joined #commonlisp
Brucio-61 has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
yauhsien has joined #commonlisp
<mfiano> Ugh, yes. Pathnames are awkward to work with at times. I usually use UIOP's abstractions just to have some common ground to work with. Too much implementation-dependent behavior and other gotchas that are better, though far from ideal, using UIOP.
tyson2 has quit [Remote host closed the connection]
frgo has joined #commonlisp
_73 has joined #commonlisp
aeth has quit [Ping timeout: 276 seconds]
aeth has joined #commonlisp
bitmapper has joined #commonlisp
igemnace has quit [Ping timeout: 240 seconds]
Dynom has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
livoreno has quit [Ping timeout: 248 seconds]
yauhsien has joined #commonlisp
Josh_2 has quit [Remote host closed the connection]
Josh_2 has joined #commonlisp
yauhsien has quit [Ping timeout: 244 seconds]
frgo has quit [Ping timeout: 260 seconds]
Josh_2 has quit [Remote host closed the connection]
Josh_2 has joined #commonlisp
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #commonlisp
ttree has joined #commonlisp
frgo has joined #commonlisp
waleee has joined #commonlisp
ec has joined #commonlisp
danisanti has joined #commonlisp
<danisanti> Hi. I want to start learning Common Lisp. Which book do you suggest for me?
<danisanti> It is my first Lisp language
<beach> If you know how to program already, then PCL.
<beach> minion: Please tell danisanti about PCL.
<minion> danisanti: please look at PCL: pcl-book: "Practical Common Lisp", an introduction to Common Lisp by Peter Seibel, available at http://www.gigamonkeys.com/book/ and in dead-tree form from Apress (as of 11 April 2005).
Bike has quit [Quit: Connection closed]
tyson2 has joined #commonlisp
<danisanti> I know how to program, yes
<beach> Great!
<danisanti> beach an minion: thank you for the reference
<beach> Pleasure.
<beach> And don't hesitate to join #clschool for even trivial questions.
zachel has quit [Ping timeout: 240 seconds]
zachel has joined #commonlisp
frgo has quit [Remote host closed the connection]
frgo has joined #commonlisp
attila_lendvai has joined #commonlisp
<beach> danisanti: You can ask questions here too, but if they become too basic and too numerous, you will be directed to #clschool. But some basic questions are tolerated here.
cl-arthur has joined #commonlisp
Guest74 has quit [Quit: Connection closed]
<trev> beach thanks, joining there since i am ready to spam
<beach> Hmm. OK.
<trev> i mean, ask noobie questions
<beach> I understand.
<danisanti> #clschool , ok
Bike has joined #commonlisp
Everything has joined #commonlisp
danisanti has left #commonlisp [Konversation terminated!]
waleee has quit [Ping timeout: 248 seconds]
waleee has joined #commonlisp
MajorBiscuit has quit [Ping timeout: 276 seconds]
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #commonlisp
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
jmdaemon has joined #commonlisp
waleee has quit [Ping timeout: 272 seconds]
waleee has joined #commonlisp
trumae has quit [Ping timeout: 260 seconds]
trumae has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 276 seconds]
azimut has quit [Ping timeout: 240 seconds]
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
treflip has quit [Quit: zzz]
razetime has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Sankalp has quit [Ping timeout: 276 seconds]
Sankalp has joined #commonlisp
_73 has quit [Ping timeout: 260 seconds]
treflip has joined #commonlisp
orestarod has joined #commonlisp
n1to has joined #commonlisp
waleee has quit [Ping timeout: 272 seconds]
trev has quit [Quit: trev]
attila_lendvai has quit [Ping timeout: 260 seconds]
rainthree has joined #commonlisp
treflip has quit [Quit: zzz]
Guest74 has joined #commonlisp
n1to has quit [Quit: Leaving]
Algernon69 has quit [Ping timeout: 260 seconds]
n1to has joined #commonlisp
kpoeck has joined #commonlisp
prokhor_ has quit [Ping timeout: 246 seconds]
prokhor_ has joined #commonlisp
trev has joined #commonlisp
Oddity has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 240 seconds]
trumae has quit [Ping timeout: 240 seconds]
trumae has joined #commonlisp
pfd has quit [Quit: Client closed]
psf has quit [Ping timeout: 260 seconds]
rainthree has quit [Ping timeout: 272 seconds]
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Madsy has joined #commonlisp
Guest74 has quit [Quit: Connection closed]
Dynom has quit [Quit: WeeChat 3.5]
ahc has quit [Quit: Client closed]
kpoeck has quit [Ping timeout: 252 seconds]
tyson2 has joined #commonlisp
shka has quit [Ping timeout: 276 seconds]
Everything has quit [Quit: leaving]
trumae has quit [Ping timeout: 248 seconds]
cage has quit [Quit: rcirc on GNU Emacs 27.1]
trumae has joined #commonlisp
ns128 has joined #commonlisp
ns12 has quit [Ping timeout: 276 seconds]
ns128 is now known as ns12
akoana has joined #commonlisp
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
trev has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
causal has joined #commonlisp
SAL9000 is now known as SAL9000[m]
SAL9000[m] is now known as SAL9000
pfd has joined #commonlisp
aartaka has quit [Ping timeout: 240 seconds]
tyson2 has joined #commonlisp
waleee has joined #commonlisp
aeth has quit [Ping timeout: 248 seconds]
aeth has joined #commonlisp
jeosol has quit [Quit: Client closed]
puhi has joined #commonlisp
puhi has quit [Client Quit]
yewscion has joined #commonlisp
n1to has quit [Quit: Leaving]
pillton has joined #commonlisp
pve has quit [Quit: leaving]
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
puhi has joined #commonlisp
trumae has quit [Ping timeout: 272 seconds]
trumae has joined #commonlisp
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
euandreh has quit [Quit: WeeChat 3.5]
euandreh has joined #commonlisp
gxt has quit [Remote host closed the connection]
gxt has joined #commonlisp
trumae has quit [Read error: Connection reset by peer]
trumae has joined #commonlisp
psf has joined #commonlisp
puhi has quit [Quit: (;´Д`)]
puhi has joined #commonlisp
orestarod has quit [Ping timeout: 248 seconds]
igemnace has joined #commonlisp
igemnace has quit [Remote host closed the connection]
santiagopim has joined #commonlisp
trumae has quit [Ping timeout: 260 seconds]
trumae has joined #commonlisp
elderK has joined #commonlisp
Josh_2 has quit [Remote host closed the connection]
Josh_2 has joined #commonlisp
random-nick has quit [Ping timeout: 240 seconds]
Bike has quit [Quit: Connection closed]
Josh_2 has quit [Remote host closed the connection]
Josh_2 has joined #commonlisp
yauhsien has joined #commonlisp
yauhsien has quit [Remote host closed the connection]
cl-arthur has quit [Ping timeout: 244 seconds]
<dbotton> what is the best way to tell sbcl that on error to no debug but also not exit either?
Oladon has joined #commonlisp
<semz> dbotton: *debugger-hook* maybe? It's not clear to me what you want to happen on error
<dbotton> Ideally print error and stack, but I don't want to stop running.
<dbotton> ideally I'd like to do it from the command line
yauhsien has joined #commonlisp
yagamisato has quit [Ping timeout: 248 seconds]
yagamisato has joined #commonlisp
yagamisato has joined #commonlisp
yagamisato has quit [Changing host]
azimut has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp