reb has quit [Read error: Connection reset by peer]
reb has joined #commonlisp
reb has quit [Read error: Connection reset by peer]
reb has joined #commonlisp
kevingal has joined #commonlisp
triffid has joined #commonlisp
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
alfiee has joined #commonlisp
pfdietz has quit [Quit: Client closed]
alfiee has quit [Ping timeout: 265 seconds]
eddof13 has joined #commonlisp
bilegeek has joined #commonlisp
eddof13 has quit [Client Quit]
<synchromesh>
Hello all, can anyone (xach, lispm) comment on the state of GBBopen? The website has been down for nearly a year (going by archive.org). Thanks!
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 272 seconds]
kevingal has quit [Ping timeout: 248 seconds]
akoana has quit [Quit: leaving]
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
Oddity_ has joined #commonlisp
josrr has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
istewart has quit [Remote host closed the connection]
istewart has joined #commonlisp
surabax has quit [Quit: Leaving]
markb1 has quit [Ping timeout: 246 seconds]
alfiee has joined #commonlisp
pfdietz has joined #commonlisp
zwr has quit [Remote host closed the connection]
alfiee has quit [Ping timeout: 248 seconds]
vardhan_ has joined #commonlisp
markb1 has joined #commonlisp
random-nick has quit [Ping timeout: 244 seconds]
bjorkintosh has quit [Ping timeout: 260 seconds]
decweb has quit [Quit: Konversation terminated!]
alfiee has joined #commonlisp
manwithluck has quit [Ping timeout: 260 seconds]
manwithluck has joined #commonlisp
alfiee has quit [Ping timeout: 272 seconds]
<fengshaun>
what's a good resource to learn about asdf? I'm half way through practical common lisp so far, so fairly new to CL.
<fengshaun>
the manual is lengthy
Pixel_Outlaw has quit [Quit: Leaving]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 276 seconds]
waleee has quit [Ping timeout: 252 seconds]
reb has quit [Remote host closed the connection]
reb has joined #commonlisp
<Josh_2>
The manual
<Josh_2>
but *generally* you wont need much beyond defining a system and using quicklisp to compile and load it
<aeth>
build systems are the same in every programming language, surprisingly. You get it to work once (perhaps by looking at examples) and then copy and paste it (or generate it in a fancier way, e.g. by the IDE) in every subsequent project
<aeth>
Probably because build systems are inherently complicated and boilerplatey
markb1 has quit [Ping timeout: 268 seconds]
vyrsh has joined #commonlisp
phantomics_ has left #commonlisp [Leaving]
phantomics has joined #commonlisp
markb1 has joined #commonlisp
pfdietz has quit [Ping timeout: 240 seconds]
vardhan_ has quit [Ping timeout: 268 seconds]
markb1 has quit [Ping timeout: 252 seconds]
beach has joined #commonlisp
alfiee has joined #commonlisp
<Josh_2>
oof now I can't connect to swank remotely, apparently it can't locate a contrib module
<Guest75>
hello everyone! I hope I can send messages without login
<Guest75>
ohh I can :D
<Josh_2>
Hi :wave:
vyrsh has quit [Quit: Konversation terminated!]
vyrsh has joined #commonlisp
<beach>
Hello Guest75.
markb1 has joined #commonlisp
<jackdaniel>
Guest75: fyi jmercouris is the project founder
<jackdaniel>
[context] Guest75 was asking questions about Nyxt, so I've mentioned that devs hang out here sometimes
<Guest75>
jackdaniel: wait isn't aadcg is te founder? :o
<jackdaniel>
I think that he is employed to work on the project
<jackdaniel>
but ask directly the source, I'm not involved in any way
<Guest75>
ohh I see
<Guest75>
jmercouris: I am learning common lisp only so I can implement gemini support in nyxt browser, I would be glad if I can get some help from you :)
screwlisp has quit [Remote host closed the connection]
screwlisp has joined #commonlisp
Lord_Nightmare has joined #commonlisp
msv has quit [Remote host closed the connection]
msv has joined #commonlisp
screwlisp has quit [Remote host closed the connection]
screwlisp has joined #commonlisp
screwlisp has quit [Remote host closed the connection]
screwlisp has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
markb1 has quit [Ping timeout: 245 seconds]
brokkoli_origin has quit [Remote host closed the connection]
skin has quit [Remote host closed the connection]
bpanthi977 has joined #commonlisp
brokkoli_origin has joined #commonlisp
markb1 has joined #commonlisp
eddof13 has quit [Quit: eddof13]
<tux0r>
this MIGHT be a dumb question, but: i have a postgresql table with a timestamp_without_timezone column, evidently filled correctly with (local-time:now). however, (postmodern:select) with :order-by on the timestamp column orders that column by day, not by time, leading to inconsistent sorting. what might i have been doing wrong?