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/>
Spawns is now known as Spawns_Carpeting
shka has quit [Quit: Konversation terminated!]
szkl has quit [Quit: Connection closed for inactivity]
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life has joined #commonlisp
akoana has quit [Quit: leaving]
szkl has joined #commonlisp
JuanDaugherty has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
GalaxyNova has quit [Quit: :3]
GalaxyNova1 has joined #commonlisp
GalaxyNova1 is now known as GalaxyNova
edgar-rft_ has joined #commonlisp
_whitelogger_ has joined #commonlisp
JuanDaugherty has quit [Read error: Connection reset by peer]
edgar-rft` has quit [Ping timeout: 272 seconds]
GalaxyNova1 has joined #commonlisp
GalaxyNova has quit [Ping timeout: 260 seconds]
GalaxyNova1 is now known as GalaxyNova
FragmentedCurve has joined #commonlisp
Ruby2 has quit [Quit: ZNC - https://znc.in]
FragmentedCurve has quit [Remote host closed the connection]
Ruby has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
Akbar-Birbal has joined #commonlisp
grawlinson has quit [Quit: SIGTERM]
grawlinson has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
random-nick has quit [Ping timeout: 272 seconds]
_whitelogger_ has joined #commonlisp
theruran has joined #commonlisp
JuanDaugherty has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
Pixel_Outlaw has quit [Read error: Connection reset by peer]
_whitelogger_ has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
`Pixel_Outlaw has joined #commonlisp
`Pixel_Outlaw has quit [Client Quit]
Ruby has quit [Quit: ZNC - https://znc.in]
Ruby has joined #commonlisp
luna-is-here has quit [Remote host closed the connection]
luna-is-here has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
mzan has joined #commonlisp
_whitelogger_ has joined #commonlisp
lagash has quit [Ping timeout: 260 seconds]
brokkoli_origin has quit [Ping timeout: 260 seconds]
brokkoli_origin has joined #commonlisp
dajole has quit [Quit: Connection closed for inactivity]
seanw has joined #commonlisp
seanw has quit [Remote host closed the connection]
seanw has joined #commonlisp
szkl has quit [Quit: Connection closed for inactivity]
tucktuck has quit [Ping timeout: 264 seconds]
Pixel_Outlaw has quit [Remote host closed the connection]
tucktuck has joined #commonlisp
tucktuck has quit [Remote host closed the connection]
tucktuck has joined #commonlisp
AetherWind has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
<Pixel_Outlaw> Hello, is "mcclim" the current quicklisp package for CLIM? I was going to toy with it. I get an error when quickloading "The symbol "RENDER-SET-PICTURE-TRANSFORM" is not external in the XLIB package."
<beach> You may need to update Xlib.
<beach> You can ask in #clim for further information, but I suspect jackdaniel is still asleep.
<Pixel_Outlaw> beach, thanks!
<beach> Sure.
_whitelogger_ has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
zwr has joined #commonlisp
<jackdaniel> Pixel_Outlaw: make sure that you use clx from quicklisp. I wager you have some old clx bundled with the implementation
<jackdaniel> funnily I'm not asleep due to the littliest one, so I'm making pancakes now instead
eeeoo has joined #commonlisp
<Pixel_Outlaw> :D
<Pixel_Outlaw> Do I just (ql:quickload :clx) ? Quicklisp always causes me trouble.
eeeoo has quit [Remote host closed the connection]
<jackdaniel> first try (ql:update-all-dists)
<jackdaniel> then quickload mcclim
<Pixel_Outlaw> CL-USER> (ql:update-all-dists)
<Pixel_Outlaw> 3 dists to check.
<Pixel_Outlaw> ; Debugger entered on #<QL-HTTP::END-OF-DATA {100BFC1303}> Condition QL-HTTP::END-OF-DATA was signalled.
<jackdaniel> if still a problem check clx with (asdf:locate-system "mcclx") if that's the right one
<jackdaniel> well, it seems that your system is funky, try to install ql anew
<Pixel_Outlaw> ok
anticomputer has quit [Remote host closed the connection]
<jackdaniel> "clx" **
anticomputer has joined #commonlisp
<aeth> sometimes when weird things happen it's a corrupted cache and ~/.cache/common-lisp has the problem file cached
<Pixel_Outlaw> aeth, thanks. Looking now.
<jackdaniel> qnext week many important improvements are landing in mcclim, ones I've teased recently
amb007 has joined #commonlisp
<Pixel_Outlaw> jackdaniel, as long as I've got you here, do you think that McCLIM is suitable to render a few thousand lines on a canvas object and still have it be able to be zoomed in and out?
piglet has joined #commonlisp
<Pixel_Outlaw> Just the usual panning and zooming. I can do the math to press them down into the canvas (or, whatever the term for McCLIM is)
<jackdaniel> depending on actual code -- yeah
<jackdaniel> that said abovementioned changes will speed this up drastically too
<Pixel_Outlaw> Good, I've been wanting to do a trial for some CAD stuff. Not as heavy as industry standard just some light testing for a small personal drawing tool.
<jackdaniel> one addressed pitfall still lurking in master is that scrolling when output leaves the page can get pathologically slow
<jackdaniel> but ifit fits in a viewport you're good
<Pixel_Outlaw> Nice. :) I DO like the idea of a LISP GUI, it's a tough spot in the other GUI libraries where we constantly have to wrap a moving target.
amb007 has quit [Ping timeout: 265 seconds]
<jackdaniel> a cool thingI'm making happen is thread safety for drawing -- no main thread tyranny ;)
<Pixel_Outlaw> So I can say, keep my canvas going while I've also got a REPL going to receive the Lisp based drawing commands? That'd be ideal. For example it may be the case where I need the user to click a line or two to trim them but I can't have the REPL waiting and need the UI to keep receiving events.
rainthree has joined #commonlisp
lagash has joined #commonlisp
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
<jackdaniel> yes, but it is not merged yet
amb007 has joined #commonlisp
<jackdaniel> you'll be even able to spin a thread that draws an animation (although there are more performant ways to do that)
<Pixel_Outlaw> Nice. It would be cool to see more REPL driven tools especially.
<Pixel_Outlaw> I think Emacs is the only one that has 1:1 parity with Lisp and in program commands.
lagash has quit [Ping timeout: 272 seconds]
<jackdaniel> technically clim is driven by commands
amb007 has quit [Ping timeout: 260 seconds]
<jackdaniel> individual expressions are more low level; but yeah, this workflow should also work
<jackdaniel> generally in clim repl becomes redl - read(command), execute, display loop
<Pixel_Outlaw> I see. :)
<Pixel_Outlaw> I think we have a great advantage to have the REPL but more tools would be nice. I'd also like to make a raster for video game sprites.
<Pixel_Outlaw> *raster editor
<Pixel_Outlaw> Too many tools are written in a rigid language and their scripting is added as an afterthought and too high level making for lack of granularity.
<jackdaniel> see mcpixel by Andy Hefner (floating on github) -- it is broken with mcclim I think but still a nice tool
<Pixel_Outlaw> Sure, sounds interesting.
<jackdaniel> mcclim has this macro with-output-to-drawing-stream where instead of a window you may print/draw to pdf,ps,png,svg,new window etc
<Pixel_Outlaw> Good use of streams.
<Pixel_Outlaw> Ah! I see. https://github.com/ahefner/McPixel
<ixelp> GitHub - ahefner/McPixel: A toy Lisp program for drawing and animating pixel art.
<jackdaniel> I'm running out of dough so it is time to make a coffee and things will get busy here
<jackdaniel> so good luck! I'm onlind on workday workhours
<Pixel_Outlaw> o/
<Pixel_Outlaw> Thanks.
Pixel_Outlaw has quit [Quit: Leaving]
rtypo has quit [Ping timeout: 248 seconds]
GreaseMonkey has quit [Remote host closed the connection]
greaser|q has joined #commonlisp
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
lagash has joined #commonlisp
piglet has quit [Quit: Konversation terminated!]
chomwitt has joined #commonlisp
greaser|q has quit [Changing host]
greaser|q has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
ndanilov has quit [Remote host closed the connection]
amb007 has joined #commonlisp
ndanilov has joined #commonlisp
entro has quit [Ping timeout: 255 seconds]
ndanilov has quit [Ping timeout: 252 seconds]
ndanilov has joined #commonlisp
cmack` has joined #commonlisp
cmack has quit [Ping timeout: 245 seconds]
ndanilov has quit [Ping timeout: 246 seconds]
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 252 seconds]
mgl_ has joined #commonlisp
szkl has joined #commonlisp
ndanilov has joined #commonlisp
pkal has quit [Read error: Connection reset by peer]
pkal has joined #commonlisp
mmk2410 has quit [Quit: ZNC - https://znc.in]
mmk2410 has joined #commonlisp
flip214_ is now known as flip214
flip214 has quit [Changing host]
flip214 has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
mishoo has joined #commonlisp
alcor has joined #commonlisp
pve has joined #commonlisp
dinomug has quit [Remote host closed the connection]
shka has joined #commonlisp
ndanilov has quit [Remote host closed the connection]
mishoo has quit [Remote host closed the connection]
mishoo has joined #commonlisp
ndanilov has joined #commonlisp
tucktuck has quit [Ping timeout: 248 seconds]
ndanilov has quit [Ping timeout: 246 seconds]
tucktuck has joined #commonlisp
euandreh has quit [Remote host closed the connection]
euandreh has joined #commonlisp
euandreh has quit [Remote host closed the connection]
euandreh has joined #commonlisp
GalaxyNova has quit [Ping timeout: 245 seconds]
mgl_ has quit [Ping timeout: 252 seconds]
rendar has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 252 seconds]
dino_tutter has joined #commonlisp
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 260 seconds]
euandreh has quit [Quit: euandreh]
mwnaylor has quit [Ping timeout: 260 seconds]
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 276 seconds]
random-nick has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 248 seconds]
attila_lendvai has joined #commonlisp
mishoo has quit [Remote host closed the connection]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #commonlisp
ndanilov has joined #commonlisp
rainthree3 has joined #commonlisp
ndanilov has quit [Ping timeout: 252 seconds]
chomwitt has quit [Ping timeout: 276 seconds]
wobbol has joined #commonlisp
logan__ has joined #commonlisp
attila_lendvai has quit [Quit: Leaving]
attila_lendvai has joined #commonlisp
akovalenko has quit [Ping timeout: 255 seconds]
akovalenko has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 260 seconds]
markb1 has quit [Read error: Connection reset by peer]
markb1 has joined #commonlisp
wacki has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 276 seconds]
seanw has quit [Remote host closed the connection]
rtypo has joined #commonlisp
_whitelogger_ has quit [Remote host closed the connection]
fluxit has joined #commonlisp
_whitelogger_ has joined #commonlisp
ndanilov has joined #commonlisp
Equill has joined #commonlisp
ndanilov has quit [Ping timeout: 245 seconds]
seanw has joined #commonlisp
mishoo has joined #commonlisp
gorignak has quit [Read error: Connection reset by peer]
gorignak has joined #commonlisp
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 245 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
rainthree has quit [Ping timeout: 252 seconds]
rainthree3 has quit [Ping timeout: 246 seconds]
ndanilov has joined #commonlisp
ndanilov has quit [Ping timeout: 252 seconds]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
ndanilov has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
ndanilov has quit [Ping timeout: 252 seconds]
AetherWind has quit [Quit: leaving]
phantomics_ has quit [Quit: Leaving]
phantomics has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
zlqrvx has quit [Ping timeout: 252 seconds]
ndanilov has joined #commonlisp
ndanilov has quit [Remote host closed the connection]
ndanilov has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
ndanilov has quit [Remote host closed the connection]
Everything has joined #commonlisp
zlqrvx has joined #commonlisp
logan__ has quit [Remote host closed the connection]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
Everything has quit [Quit: leaving]
_whitelogger_ has quit [Remote host closed the connection]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
ndanilov has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
zxcvz has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
zxcvz has quit [Client Quit]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
chomwitt has joined #commonlisp
attila_lendvai_ has joined #commonlisp
ndanilov has quit [Remote host closed the connection]
gorignak has quit [Quit: quit]
chomwitt has quit [Ping timeout: 265 seconds]
gorignak has joined #commonlisp
attila_lendvai has quit [Ping timeout: 260 seconds]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
pranav has quit [Remote host closed the connection]
shawnw has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
eddof13 has quit [Quit: eddof13]
pranav has joined #commonlisp
Guest8390 has joined #commonlisp
owen has quit [Ping timeout: 276 seconds]
eddof13 has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
zetef has joined #commonlisp
zetef has quit [Client Quit]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
yitzi has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
Equill has quit [Read error: Connection reset by peer]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
chomwitt has joined #commonlisp
Equill has joined #commonlisp
Everything has joined #commonlisp
yitzi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pestctrl has joined #commonlisp
mishoo has quit [Ping timeout: 265 seconds]
Equill has quit [Ping timeout: 252 seconds]
cercopith has joined #commonlisp
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
makomo has quit [Quit: WeeChat 4.4.1]
tucktuck has quit [Ping timeout: 252 seconds]
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
Everything has quit [Quit: leaving]
cage has quit [Quit: rcirc on GNU Emacs 29.4]
Equill has joined #commonlisp
tucktuck has joined #commonlisp
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
akoana has joined #commonlisp
mwnaylor has joined #commonlisp
Akbar-Birbal has joined #commonlisp
triffid has quit [Remote host closed the connection]
GalaxyNova has joined #commonlisp
mgl_ has joined #commonlisp
triffid has joined #commonlisp
amb007 has quit [Ping timeout: 248 seconds]
lucasta has joined #commonlisp
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
alcor has quit [Remote host closed the connection]
attila_lendvai_ has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
varjag has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
Equill has quit [Ping timeout: 252 seconds]
Everything has joined #commonlisp
mgl_ has quit [Ping timeout: 245 seconds]
pve has quit [Quit: leaving]
cercopith has quit [Quit: Leaving]
jonatack has quit [Ping timeout: 244 seconds]
mange has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
jonatack has joined #commonlisp
ftzm has quit [Ping timeout: 276 seconds]
tucktuck has quit [Ping timeout: 246 seconds]
tucktuck has joined #commonlisp
wizard has quit [Ping timeout: 276 seconds]
jonatack has quit [Ping timeout: 260 seconds]
zlqrvx has quit [Quit: %quit%]
jonatack has joined #commonlisp
wizard has joined #commonlisp
jonatack has quit [Ping timeout: 252 seconds]
jonatack has joined #commonlisp
akoana has quit [Quit: leaving]
jonatack has quit [Excess Flood]
dino_tutter has quit [Ping timeout: 265 seconds]
jonatack has joined #commonlisp