ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
uncomfy has joined #crystal-lang
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
<FromGitter> <wwalker> I need a VERY simple queue. 1 publisher, a few subscribers. I want to write in crsytal. So far I've found 2 amqp shards, and one zeromq shard. ⏎ ⏎ `datanoise/amqp.cr` with no commits for 4 years, and apaprently not working with new versions of crystal ⏎ `crystal-community/zeromq-crystal` [https://gitter.im/crystal-lang/crystal?at=63d4b3cbfc90af0348a6c682]
Sankalp has quit [Ping timeout: 264 seconds]
Sankalp has joined #crystal-lang
ur5us has joined #crystal-lang
alexherbo2 has joined #crystal-lang
<FromGitter> <naqvis> haven't used myself, but this one seems updated recently. ⏎ ⏎ https://github.com/cloudamqp/amqp-client.cr
<FromGitter> <naqvis> you can consider using `redis` as your pub/sub server, and crystal client library https://github.com/stefanwille/crystal-redis
uncomfy has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 252 seconds]
dmgk has quit [Quit: ZNC - https://znc.in]
dmgk has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
hightower2 has quit [Ping timeout: 248 seconds]
HumanG33k has quit [Ping timeout: 246 seconds]
<mps> did anyone bought book "Crystal Programming" from packt, written by George Dietrich and Guilherme Bernal. is the worth money?
HumanG33k has joined #crystal-lang
rymiel has quit [Quit: quit]
<FromGitter> <z:uxn.one> I've been considering it
hightower2 has joined #crystal-lang
<FromGitter> <z:uxn.one> Can someone recommend a few projects to help me learn Crystal?
<FromGitter> <ropermen> I did. Yes, It's so worth it.
<FromGitter> <wwalker> Thanks @naqvis redis would probably work just fine for my simple need.
<FromGitter> <wwalker> <evil grin> You could write a publisher and a subscriber for redis....
<FromGitter> <revskill10> Do you know any good kafka client for crystal ?
<mps> ropermen: thanks. I already bought "Programming Crystal" released 2019 written by Ivo Balbaert. Though it is useful to some degree I didn't learned much from it
<mps> I want to by good book for my daughter because she is interested in learning crystal and she don't know ruby. and previous book I bought expect that reader knows ruby to some degree
ur5us has joined #crystal-lang
<FromGitter> <mane:arcticfoxes.net> @mps i know of that one and the one from Packt Publishing (May 27, 2022) "Crystal Programming: A project-based introduction to building efficient, safe, and readable web and CLI applications" by George Dietrich and Guilherme Bernal
<FromGitter> <mane:arcticfoxes.net> It's still on my reading list so can't recommend it yet
<FromGitter> <mane:arcticfoxes.net> But it's about doing project based learning
<FromGitter> <mane:arcticfoxes.net> Screenshot_20230128-221712_MuPDF viewer.png (https://gitter.ems.host/_matrix/media/v1/download/arcticfoxes.net/ulmtUrGApTOUNCBqKllXoxCj)
ur5us has quit [Ping timeout: 256 seconds]
<FromGitter> <Blacksmoke16> It expects prior programming knowledge, but experience with Ruby is not required
<mps> mane:arcticfoxes.net: yes, I saw github examples
<mps> eveen read few first pages on google books here https://books.google.rs/books?id=kV1wEAAAQBAJ&pg=PA53&hl=sr&source=gbs_selected_pages&cad=2#v=onepage&q&f=false
<mps> looks like rest of book is promising
<mps> Blacksmoke16: that's ok, because my daughter know C
alexherbo2 has quit [Remote host closed the connection]
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 264 seconds]
taupiqueur2 has quit [Quit: WeeChat 3.8]
<FromGitter> <ropermen> @mps
<FromGitter> <ropermen> @mps, Just out of curiosity, how old is your daughter?
<mps> ropermen: more than 20, she is student at university
<FromGitter> <ropermen> That's great.
<FromGitter> <ropermen> I think crystal is a very intuitive language. I own a company that has been providing services to the public sector (government) for almost 25 years. The products are implemented in Ruby on Rails. I met Crystal a couple of years ago. Currently we have implemented some new modules in Crystal. I'm passionate about Crystal syntax.
<mps> in my long programming/computing experience I'm not sure it is great, maybe some other simpler professions are better :)
<mps> ropermen: yes crystal syntax is very nice, easily readable