havenwood changed the topic of #ruby to: Ruby 3.3.4, 3.2.4, 3.4.0-preview1 https://www.ruby-lang.org | Logs https://libera.irclog.whitequark.org/ruby
Triviality has joined #ruby
mtm has quit [Ping timeout: 260 seconds]
donofrio_ has joined #ruby
mtm has joined #ruby
donofrio has quit [Ping timeout: 276 seconds]
cappy has joined #ruby
Linux_Kerio has quit [Ping timeout: 252 seconds]
awwaiid has quit [Ping timeout: 256 seconds]
aesthetikx has joined #ruby
Triviality has quit [Quit: WeeChat 4.2.2]
wyclif has joined #ruby
wyclif has quit [Ping timeout: 248 seconds]
wyclif has joined #ruby
octosteve has quit [Ping timeout: 252 seconds]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
octosteve has joined #ruby
Vonter has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
grenierm has joined #ruby
octosteve has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
anihil has joined #ruby
<anihil> hello
moo has quit [Quit: moo]
moo has joined #ruby
octosteve has joined #ruby
<llua> hi
cappy has quit [Quit: Leaving]
grenierm has quit [Quit: Client closed]
anihil has quit [Quit: WeeChat 4.3.2]
trillion_exabyte has quit [Ping timeout: 255 seconds]
trillion_exabyte has joined #ruby
wyclif has quit [Ping timeout: 276 seconds]
wyclif has joined #ruby
grenierm has joined #ruby
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 244 seconds]
rvalue- is now known as rvalue
wyclif has quit [Ping timeout: 252 seconds]
wyclif has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
octosteve has joined #ruby
wyclif has quit [Ping timeout: 276 seconds]
octosteve has quit [Ping timeout: 252 seconds]
wyclif has joined #ruby
grenierm has quit [Quit: Client closed]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 252 seconds]
Linux_Kerio has joined #ruby
Linux_Kerio has quit [Ping timeout: 248 seconds]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
splud has quit [Ping timeout: 260 seconds]
wyclif has quit [Quit: leaving]
splud has joined #ruby
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
graywolf has joined #ruby
graywolf has quit [Client Quit]
octosteve has joined #ruby
TCZ has joined #ruby
octosteve has quit [Ping timeout: 252 seconds]
octosteve has joined #ruby
ih8u has quit [Ping timeout: 272 seconds]
octosteve has quit [Ping timeout: 252 seconds]
donofrio_ has quit [Remote host closed the connection]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
ih8u has joined #ruby
TCZ has quit []
TCZ has joined #ruby
octosteve has joined #ruby
<leah2> are people using fibers? any good tutorial?
octosteve has quit [Ping timeout: 252 seconds]
octosteve has joined #ruby
kinduff has quit [Ping timeout: 258 seconds]
mooff has quit [Ping timeout: 258 seconds]
alip has quit [Ping timeout: 272 seconds]
mooff has joined #ruby
kinduff has joined #ruby
alip has joined #ruby
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #ruby
TCZ has quit []
gsg has quit [Remote host closed the connection]
gsg has joined #ruby
octosteve has quit [Quit: WeeChat 4.3.4]
graywolf has joined #ruby
<adam12> leah2: I'm using fibers but through Async.
<leah2> yeah, trying to figure out how this works atm
<leah2> i want async-io i think
<adam12> I have a project that uses async, async-container, async-dns, async-io, async-pool, and async-redis. LOL
<adam12> They all serve a purpose tho.
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
llua has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
r3m has quit [Quit: WeeChat 4.4.0-dev]
konsolebox has joined #ruby
CalimeroTeknik has quit [Changing host]
CalimeroTeknik has joined #ruby
yosafbridge has quit [Quit: Leaving]
<havenwood> leah2: I'm also using Fibers through Async. I look forward to a default Fiber scheduler so we can `Fiber.schedule do` with no gem. Still, the Async gem brings the other things you need and the other Async gems are great.
yosafbridge has joined #ruby
user71 has joined #ruby
r3m has joined #ruby
user71 has quit [Quit: Leaving]
<adam12> I want to try Polyphony on a project.
graywolf has quit [Quit: WeeChat 4.3.4]
havenwood has quit [Quit: The Lounge - https://thelounge.chat]
havenwood has joined #ruby
TCZ has joined #ruby
ua_ has quit [Remote host closed the connection]
Vonter has quit [Ping timeout: 252 seconds]
ua_ has joined #ruby
Vonter has joined #ruby
konsolebox has quit [Quit: .]
havenwood changed the topic of #ruby to: Ruby 3.3.4 (3.4.0-preview1) https://www.ruby-lang.org | Logs https://libera.irclog.whitequark.org/ruby
eddof13 has joined #ruby
eddof13 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
eddof13 has quit [Ping timeout: 252 seconds]
cappy has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
factor3 has quit [Quit: The Lounge - https://thelounge.chat]
factor3 has joined #ruby
c10l has quit [Remote host closed the connection]
c10l has joined #ruby
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ruby
cappy has quit [Quit: Leaving]
<leah2> hm, ruby 1.9 added fibers and implemented .enum_for with it, right?
<leah2> iirc in 1.8 one could build this only with callcc
<leah2> so 1.8.7 generators use callcc
<adam12> Sounds right. And I think callcc is gone.
<adam12> Oh hmm. Still exists I guess.