tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
Origin has quit [*.net *.split]
leah2 has quit [*.net *.split]
mdhughes has quit [*.net *.split]
sunarch has quit [*.net *.split]
Putonlalla has quit [*.net *.split]
badkins has quit [Ping timeout: 260 seconds]
mdhughes has joined #racket
leah2 has joined #racket
sunarch has joined #racket
badkins has joined #racket
runrin has quit [Quit: leaving]
runrin has joined #racket
runrin has quit [Client Quit]
runrin has joined #racket
badkins has quit [Remote host closed the connection]
jakky has joined #racket
Tuplanolla has quit [Quit: Leaving.]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
runrin has quit [Ping timeout: 246 seconds]
thegeekinside has joined #racket
thegeekinside has quit [Read error: Connection reset by peer]
notzmv has quit [Ping timeout: 250 seconds]
notzmv has joined #racket
bremner has quit [Remote host closed the connection]
bremner has joined #racket
mdhughes_ has joined #racket
mdhughes has quit [Ping timeout: 260 seconds]
skapata has quit [Ping timeout: 260 seconds]
skapata has joined #racket
shawnw has joined #racket
bremner has quit [Remote host closed the connection]
bremner has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
bremner has quit [Remote host closed the connection]
mdhughes has joined #racket
bremner has joined #racket
mdhughes_ has quit [Ping timeout: 246 seconds]
sammi has joined #racket
notzmv has quit [Ping timeout: 240 seconds]
sammi has quit [Ping timeout: 240 seconds]
skapata has quit [Remote host closed the connection]
mjt128 has quit [Remote host closed the connection]
ormaaj is now known as ormaaj2
ormaaaj has quit [Remote host closed the connection]
Tuplanolla has joined #racket
ormaaaj has joined #racket
ormaaaj is now known as ormaaj
mdhughes has quit [Ping timeout: 264 seconds]
mdhughes has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
bremner has quit [Quit: Coyote finally caught me]
bremner has joined #racket
bremner has quit [Client Quit]
bremner has joined #racket
bremner has quit [Client Quit]
bremner has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
shawnw has quit [Ping timeout: 245 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
<kengruven> i'm trying to use libgit2 (the racket module), and i can't figure out git_revwalk_next. it's an FFI wrapper for a func which takes a pointer to a struct. i tried passing a (malloc _git_oid) value to it, but it fails with "argument is not non-null `git_oid' pointer". what am i missing?
skapata has joined #racket
skapate has joined #racket
skapata has quit [Ping timeout: 246 seconds]
hdbbdh has joined #racket
<hdbbdh> Suppose that we have (define x ''a), how can I get '''a from variable x
<hdbbdh> (quote x) doesn't work because it gives 'x
<bremner> hdbbdh: `(quote ,x) seems to work
<bremner> that expands to (quasiquote (quote (unquote x))) ; not sure if that is any better.
sudden has quit [Ping timeout: 250 seconds]
sudden has joined #racket
<hdbbdh> I see, thanks!
hdbbdh has left #racket [#racket]
morte_ has joined #racket
morte_ has quit [Ping timeout: 246 seconds]
runrin has joined #racket
monkey_ has joined #racket
mwnaylor has joined #racket
notzmv has joined #racket
badkins has joined #racket
monkey_ has quit [Ping timeout: 246 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
mjt128 has joined #racket
mdhughes has quit [Remote host closed the connection]
mdhughes has joined #racket
mwnaylor has left #racket [ERC 5.4.1 (IRC client for GNU Emacs 30.0.50)]
Origin has joined #racket