jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.9.1 | Fund Crystals development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/manastech/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
waterlink has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
dylanmei has quit [Quit: ZZZzzz…]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 265 seconds]
pleiosaur has joined #crystal-lang
waterlink has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
kulelu88 has left #crystal-lang ["Leaving"]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 256 seconds]
shama has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 265 seconds]
DeBot has quit [Quit: Crystal IRC]
DeBot has joined #crystal-lang
Sadin has joined #crystal-lang
ssvb has quit [Quit: Leaving]
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
Philpax__ has quit [Ping timeout: 256 seconds]
pawnbox_ has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
Bofu2U has quit [Read error: Connection reset by peer]
trapped has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
HakanD_____ has joined #crystal-lang
Sadin has quit [Quit: Leaving]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
trapped has quit [Quit: Textual IRC Client: www.textualapp.com]
Bofu2U has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Philpax__ has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<crystal-gh> [crystal] elthariel opened pull request #1955: delegate macro supports multiple methods (master...delegate_multi) http://git.io/v0iJk
<crystal-gh> [crystal] MakeNowJust opened pull request #1956: [ci skip] `!` is not binary operator. (gh-pages...patch-2) http://git.io/v0it0
HakanD_____ has quit [Quit: Be back later ...]
HakanD_____ has joined #crystal-lang
HakanD_____ has quit [Client Quit]
Bish has joined #crystal-lang
<Bish> hi folkies!
<jhass> hi
<Bish> wanted to play around with cr, don't you have Queue yet, don't want it? Having another way to do it?
<jhass> Bish: use spawn & Channel.neww
<jhass> *new
<Bish> what's the difference between a channel and a queue?
<jhass> a channel works with coroutines
<jhass> >> queue = Channel(String).new(5); spawn { 10.times { queue << "hello" }; channel.close }; Array.new(5) { queue.receive }.join
<DeBot> jhass: undefined method '<<' for Channel::Buffered(String) - https://carc.in/#/r/obi
<jhass> meh
<jhass> >> queue = Channel(String).new(5); spawn { 10.times { queue.send "hello" }; channel.close }; Array.new(5) { queue.receive }.join
<DeBot> jhass: undefined local variable or method 'channel' - https://carc.in/#/r/obj
<jhass> sigh
<jhass> I'm a bit tired
<jhass> >> queue = Channel(String).new(5); spawn { 10.times { queue.send "hello" }; queue.close }; Array.new(5) { queue.receive }.join
<DeBot> jhass: # => "hellohellohellohellohello" - https://carc.in/#/r/obk
<Bish> okay thanks!
<Bish> >> typeof(true)
<DeBot> Bish: # => Bool - https://carc.in/#/r/obl
<Bish> don't you have native threads, yet?
<jhass> while Thread wraps pthreads, it's not really usable atm as it trashes IO
<jhass> outside the main thread
<Bish> ;;
<jhass> the plan is to run the coroutines on an autoscaled thread pool
<Bish> how did you guys actually use llvm before being ruby independent?
<jhass> ruby-llvm
HakanD_____ has joined #crystal-lang
<Bish> i see, that's cool and all, wish i found time contributing to stuff like this
HakanD______ has joined #crystal-lang
<jhass> I'm sure you can find some undocumented stuff or a missing stdlib method :P
HakanD_____ has quit [Ping timeout: 255 seconds]
HakanD______ has quit [Quit: Be back later ...]
HakanD_______ has joined #crystal-lang
HakanD_______ has quit [Ping timeout: 265 seconds]
* Bish wonders if there will be "crystal on tracks"
<jhass> Bish: https://github.com/benoist/carbon-crystal is the "how close to rails can we get" experiment
trapped has joined #crystal-lang
triangles has joined #crystal-lang
ozra has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
FLOOR_9_ has joined #crystal-lang
<FLOOR_9_> good morning
<FLOOR_9_> i've been thinking, crystal getting new features is dependend on the lead maintainers
<FLOOR_9_> and on how many hours they can work on it, that's why the bounty website
<FLOOR_9_> also the number of people contributing on it in their free time
<FLOOR_9_> what can we do, so that crystal get's more recognition ?
<FLOOR_9_> so we have some more highly skilled people at one end, and more bounty to the lead maintainers, so they have it more easy
<FLOOR_9_> how can we make it attractive to people that are searching for alternatives , to ruby , and other languages
<BlaXpirit> FLOOR_9_, answer is money
<FLOOR_9_> yes, the bounty website, people contributing with money
<BlaXpirit> no. that's not money, that's trifles
<FLOOR_9_> so their is another website people can invest with their money to crystal?
<FLOOR_9_> do you have a link?
dylanmei has joined #crystal-lang
pawnbox has joined #crystal-lang
<FLOOR_9_> clearly the bounty website, is stating, "Fund Crystal and help it become production ready" and a link to bountysource.com
<FLOOR_9_> so clearly it is money , and people are investing, so i don't get why you say the bounty website has nothing to do with money>
<FLOOR_9_> ?
<FLOOR_9_> i'm i missing something...
<jeromegn> FLOOR_9_: I think he might be exagerating ;)
<jeromegn> you can send as much money as you want on that site I think, it’s just that they haven’t received that much money yet.
<FLOOR_9_> you mean, achieving their bounty goal
pawnbox has quit [Ping timeout: 246 seconds]
<FLOOR_9_> that's why i am thinking about ways, for people to hear about crystal, and that results in more people knowing about the bounty goals, and more people investing
<jeromegn> :)
<jeromegn> that’s good
<FLOOR_9_> for me personally, the main thing that was attrictive about crystal, is 1. the syntaxt so close to ruby, and 2. the speed
<jeromegn> I think money is good, but I think more libraries built in Crystal, more blog posts, more talks about it is better!
<FLOOR_9_> why not both?
<jeromegn> well sure
<jeromegn> every avenue is worth exploring
<FLOOR_9_> well it compliments each other
pawnbox has joined #crystal-lang
<FLOOR_9_> more librabries = more functionality = more attrictive, more people
<FLOOR_9_> more funding
<jeromegn> yea
<FLOOR_9_> , more funding, more advancement to crystal, more attractive to new comers
<jeromegn> I think once we have “our Rails”, it might help.
<FLOOR_9_> people care about numbers i think, stability, speed
<FLOOR_9_> how close it it to ruby, what are the pitfalls
<FLOOR_9_> one way is to coordinate some simple benchmarks, with a http server, calculations, stability, how long has a program been running without crashing
<FLOOR_9_> how many people are in the community, and how fast has it been growing
<FLOOR_9_> to give people a clear indication, yes it is fast, yes it is stable, yes it is moving
<FLOOR_9_> and it is active
Dreamer3 has quit [Quit: Leaving...]
<FLOOR_9_> we need numbers people! heh heh ;)
<FLOOR_9_> jeromegn:your thoughts about this?
<jhass> 42, 23, 5
<FLOOR_9_> hahahha
<jhass> Pi, Tau, Googol
<jhass> any more?
<FLOOR_9_> are to the secret numbers to unlocking crystal god mode?
<jhass> no, just some numbers
<FLOOR_9_> aw ok
<FLOOR_9_> wht are your thoughts about this jhass
<jeromegn> FLOOR_9_: worth a shot! I want to use it in production, but what’s been stopping me is mostly some missing libraries I care too much about.
<jeromegn> namely, slim (templating language)
<jhass> Nitwit! Blubber! Oddment!
<jeromegn> I’ve been attempting to create an equivalent, but I’d need more time.
<FLOOR_9_> jhass what?
<jhass> and not to forget Tweak!
<jeromegn> lol
<FLOOR_9_> sorry i don't understand
<jhass> that's okay
<FLOOR_9_> ah dumbledore, i see
<FLOOR_9_> wel to go you a reference, a program is magic to those who don't understand IT
<FLOOR_9_> ;)
<FLOOR_9_> to get to your point about slim jeromegn, surely there is a programmer out there, who can cook up something, we just have to find him/her
<FLOOR_9_> or he/she has to find us
<jeromegn> hah
<jeromegn> sure!
<jeromegn> well, I’m working on it, but I’ve never written a parser
<FLOOR_9_> i know
<FLOOR_9_> but how can that person find crystal, only way is to spread the word
<FLOOR_9_> some simple advertising
<FLOOR_9_> so what can we do that is fun and as a result get more people?
<FLOOR_9_> a game?
<BlaXpirit> i kinda did that
<BlaXpirit> simple games though
<FLOOR_9_> do you have a website with those games?
<FLOOR_9_> thnx
<FLOOR_9_> wow cool!
<FLOOR_9_> tetris in only 254 lines
<FLOOR_9_> like that is a good example for people to start knowing crystal, make a tetris game
<BlaXpirit> sure..
<BlaXpirit> except everybody is like RUBY, WEB FRAMEWORKS ZOMG
<jeromegn> what’s wrong with that?
<BlaXpirit> the single thing i hate most about crystal is that everyone assumes you like/use ruby
<FLOOR_9_> well from what i see, there are alot of people, that want more horsepower
<FLOOR_9_> and crystal gives it to them
<FLOOR_9_> well that's now really wierd is it BlaXpirit? because it's so close to ruby
<FLOOR_9_> why else would you want to use a ruby-like syntax if you don't like ruby?
<BlaXpirit> see, now you're assuming i want to use a ruby-like syntax
<BlaXpirit> i hate it
<FLOOR_9_> why do you use crystal then?
<BlaXpirit> for all the reasons that are not about syntax
<FLOOR_9_> ow ok
<FLOOR_9_> but i think more than 50% of people that find crystal attrictive is because of the syntax
<FLOOR_9_> that is what draws people in
<FLOOR_9_> that's why alot of crystal people, port things from ruby, because they know it
<BlaXpirit> and that's why i feel discriminated against
<FLOOR_9_> i understand your taste is somewhat different, but i think the majority does like ruby
<FLOOR_9_> to be really honest, that is your own choise, you are not forced right?
<FLOOR_9_> but on your point that people say web frameworks when saying ruby, i agree
<FLOOR_9_> when people ask me what languages in program in, and when i say ruby they say the framework??
<BlaXpirit> oh that's even worse
<FLOOR_9_> hahah yeah i know
<FLOOR_9_> i just give them a blank stare at first, and then explain it's more
<FLOOR_9_> so logically alot of rubyist come from rails and looking for a web framework reference in crystal
<FLOOR_9_> one of those poeple (sdogruyal ) is in that area working hard on his app kemal
<FLOOR_9_> so people search for web frameworks, see his kemal, see his benchmarks and are like wow
<FLOOR_9_> what the heck is happening here, 70K against 2K rails
<FLOOR_9_> and they are interested
<FLOOR_9_> that's the numbers we need, show the ruby on rails people: hey, are you missing horsepower?
<FLOOR_9_> and because of the syntax similarity, the switch is easy for them
<FLOOR_9_> the same as with your game, a tetris game in under 300 lines of code, with the speed close to c?
<BlaXpirit> yeah and then they come here and ask why can't i turn a string into a symbol
<BlaXpirit> very easy switch
<FLOOR_9_> well isn't that like a 1% case that isn't really 1-1 with ruby?
<BlaXpirit> no
<FLOOR_9_> i don't think because of that people are turned away from it, speed is what making up for those cases
<BlaXpirit> i'm not saying it's turning them off
<FLOOR_9_> i understand it's a thing that isn't ruby-ish
<BlaXpirit> i'm saying they neglect actually learning crystal because of this mindset that it's similar to ruby
<FLOOR_9_> well i think you can't assume that a different language is 100% compatible
<FLOOR_9_> but that are just some caveats , and the rest is very similar
<FLOOR_9_> so they either take it, or go away, and that's fine
<BlaXpirit> case in point...
<FLOOR_9_> that there are still 1000's of people that do take that, and use crystal
<FLOOR_9_> en like it because it's syntax is still close
<FLOOR_9_> and they stick around
<FLOOR_9_> they contribute , having fun making their own things and showing the crystal community
<FLOOR_9_> hey, look at what i build
<FLOOR_9_> everybody wins
<BlaXpirit> yes people look at what you build as long as it's a web framework
<FLOOR_9_> i don't agree
<FLOOR_9_> but we need these people that stick around and are having fun
<FLOOR_9_> getting something in return, satisfaction when they contribute to a language
<FLOOR_9_> wouldn't it be awsome, that in some years from now, crystal has a community of hundreds of thousands of people
<FLOOR_9_> and you can say, i contributed to that
<FLOOR_9_> i was their at the beginning when it was new
<crystal-gh> [crystal] asterite closed pull request #1956: [ci skip] `!` is not binary operator. (gh-pages...patch-2) http://git.io/v0it0
<FLOOR_9_> i for one believe it can be really big
<FLOOR_9_> i learned programming because of ruby, i disliked programming before that
<FLOOR_9_> i used ruby shoes, i don't if you know it, but when i used it, i was like wow, i understand this!
<FLOOR_9_> and now i am programming in multiple languages, imagine that, i hated programming in school
<BlaXpirit> very easy to imagine
<FLOOR_9_> because for me , the mountain to climb wasn't that high, with ruby
<FLOOR_9_> and i started making simple games, than switched to javascript for games
<FLOOR_9_> because ruby was too slow, and that's why i see potential in crystal
<FLOOR_9_> just look at the http benchmark against rails, 2000 vs 70.000 single threaded with routing and temp viewing
<FLOOR_9_> first PC game running on crystal? with advanced graphics? sure why not
<FLOOR_9_> scientists that use crystal instead of python for calculation? sure why not
<FLOOR_9_> people running crystal on a RPI , why not
<FLOOR_9_> newbies that learn programming with crystal as their first language, like ruby was for me, why not
<FLOOR_9_> that is the landscape i see
<jhass> well, static typing introduces a whole bunch of concepts more to learn
<FLOOR_9_> sure but that helps people using languages that do the same right
<jhass> I'm thinking actually learning Ruby and then Crystal would be a quite good path from nothing to statically typed languages
<jhass> as it introduces concepts in stages
<FLOOR_9_> yes
<FLOOR_9_> the thing that worked for me, was with ruby shoes, shoes is a gui framework
<FLOOR_9_> and that allowed me to graphically see the result , which helped enormously
<FLOOR_9_> because i come from a graphical background
<FLOOR_9_> 2D, 3D design
<BlaXpirit> FLOOR_9_, to run crystal on rpi probably gonna need that change with type annotations in instance variables :|
<FLOOR_9_> a guy named _why created it, really smart guy and funny with comic strips to it,
<BlaXpirit> well, to compile stuff
<BlaXpirit> don't have to compile stuff on rpi though
<FLOOR_9_> BlaXpirit: i really don't know, has it been attempted by someone?
<BlaXpirit> i dont know
<FLOOR_9_> already close to it i see
SolarSailor has joined #crystal-lang
Philpax__ has quit [Ping timeout: 256 seconds]
SolarSailor has quit [Client Quit]
<FLOOR_9_> would i be hard for you to make some tutorial BlaXpirit? about making a game
<BlaXpirit> well i do have some tutorials but not specifically about making a game
<FLOOR_9_> you would be one of the first i think
<FLOOR_9_> haven't seen any game tutorials on crystal
<BlaXpirit> it's tutorial for the game lib though, doesn't make a full game
<FLOOR_9_> would it be hard for a newbie to set it up?
<BlaXpirit> maybe
<BlaXpirit> some linux distros make it difficult
<BlaXpirit> mac would also be a nightmare if it wasn't for brew
<FLOOR_9_> hmz
<FLOOR_9_> do you have any ideas how it can be really easy for a newcomer to make a game in crystal
<BlaXpirit> no easier way than this lib
<BlaXpirit> unless you're talking about nongraphical
<FLOOR_9_> i was talking about graphical yes
<FLOOR_9_> can that lib be compiled with crystal to a crystal program?
<BlaXpirit> FLOOR_9_, you write and compile a crystal program that dynamically loads a library compiled from C
<FLOOR_9_> ah ok, for the record i know very little about C
<BlaXpirit> FLOOR_9_, you don't need to know about C but you do need to ensure this library is available
<FLOOR_9_> i was thinking about you distributing the library as a crystal program
<BlaXpirit> it's all described there, not gonna continue about this
<BlaXpirit> you can distribute it WITh the crystal program
<FLOOR_9_> ok
<FLOOR_9_> so simple gui programming for newcomers , is still in the works
triangles2 has joined #crystal-lang
waterlink has joined #crystal-lang
triangles has quit [Ping timeout: 272 seconds]
<FLOOR_9_> the irc bot in here runs on crystal right?
<jhass> right
<FLOOR_9_> how long has it been stable running?
<FLOOR_9_> longest period
<jhass> mh, 3 or 4 weeks I guess
<FLOOR_9_> nice
<jhass> then I restarted it to load a new hangman list
<FLOOR_9_> built upon a TCPServer i assume?
<jhass> it's a client ...
<FLOOR_9_> ow ok
Renich has joined #crystal-lang
<FLOOR_9_> but at least we have a long running crystal program that shows us the stability of crystal
<FLOOR_9_> one of the advantages of a compiled language is security
<FLOOR_9_> would be very hard for someone to get to the source code
<FLOOR_9_> right>
trapped has quit [Quit: Textual IRC Client: www.textualapp.com]
<FLOOR_9_> so another advantage of crystal in contrast to ruby, is that source code is isn't so easy to be obtained
<FLOOR_9_> is that true?
<FLOOR_9_> its some obfuscation
<jhass> obfuscation is the right term
<jhass> I wouldn't call it any real security
<FLOOR_9_> unless it's encrypted
<jhass> and if your security depends on your attacker not having the source code, well ...
<jhass> no
<FLOOR_9_> ruby encoder?
<jhass> "it's secure because nobody knows what it's doing" is an inherently flawed approach to security
<jhass> some even argue that closed source software is already less secure by the fact that you depend on the vendor to fix it
<jhass> if you have the code you can fix it yourself
<FLOOR_9_> ok so a meaningful feature because it's compiled, is that it has some obfuscation in contrast to ruby
<jhass> I dislike that obfuscation and "MINE!!!!" attitude though
<jhass> most of the time the true motivation is fear somebody actually sees what a shitty job you've done
<FLOOR_9_> it isn't about mine or anything, it's about if someone wants it for some purpose
<FLOOR_9_> in ruby you have to take a extra step
<FLOOR_9_> that's what i mean
<jhass> I'm just saying it's not something I could honestly argue as advantage, it's merely a technical difference in consequence to the underlying approach to building a language
<FLOOR_9_> ok
<FLOOR_9_> i'm just making a list of some 'key point's'
<FLOOR_9_> but i will leave that one out
<jhass> (note it's my opinion, although a strong one other people have different opinions)
<FLOOR_9_> yeah well let's say i agree with you, and in the spirit of open source, it def better to focus on some other things
<FLOOR_9_> defeats the whole purpose of open source, having your source not open
SolarSailor has joined #crystal-lang
<FLOOR_9_> does anybody have a kickass idea for promoting crystal?
<FLOOR_9_> "Crystal pwns Rails in benchmark?"
<FLOOR_9_> "You like ruby but you need speed?"
Philpax__ has joined #crystal-lang
<jhass> whatever, as long as you don't try to disguise it as official project claims
<jhass> but make clear its your opinion piece
<FLOOR_9_> what do you mean
<jhass> it's not statements I'd like to see officially stated by the project
<FLOOR_9_> "Crystal beats Nodejs in http benchmark"
FLOOR_9_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
FLOOR_9_ has joined #crystal-lang
<FLOOR_9_> of course, it's simple my opinion that will help grab attention
<FLOOR_9_> positive attention
<FLOOR_9_> that's the idea anyway
<jhass> I see you don't read /r/programming or HN
<FLOOR_9_> yeah i saw the reddit section of crystal
dylanmei has quit [Quit: ZZZzzz…]
<FLOOR_9_> jhass: don't you think we need more people?
<jhass> not immediately
<jhass> but that has little to do with my thoughts regarding decency in official project statements
pawnbox has quit [Ping timeout: 260 seconds]
<FLOOR_9_> i'm sure you would like just as i, that crystal will advance
<jhass> sure
<FLOOR_9_> and the driving force behind any project are people like yourself
<jhass> you're besides the point
<FLOOR_9_> well my point is, in order for it to advance, like i said earlier, people that contribute with either bounty, so the devs have more time to work on it, or highly skilled people working together, like you, i see no problem
<FLOOR_9_> and i know it has nothing to do with you thoughts on what people right about it, as long it doesnt harm or stays within their opinion
<FLOOR_9_> i find that logical
SolarSailor has quit [Quit: My Turing machine has gone to sleep. ZZZzzz…]
<FLOOR_9_> no offense jhass , i can be harsh sometimes but that's only because i am firm in stating my opinions
<FLOOR_9_> don't take it personal
<jhass> I don't
<FLOOR_9_> have you seen the movie enigma?
<jhass> maybe, I such at remembering titles
SolarSailor has joined #crystal-lang
<FLOOR_9_> alan turing with the guy who played kahn in star trek
<FLOOR_9_> the machine that broke the enigma code
<jhass> oh the recent one, yeah
<FLOOR_9_> it's really good
<FLOOR_9_> mind boggling to know that that thing was one of the inventions that led to computers
<jhass> it's hard to attribute a single thing
<jhass> the technology just developed into that direction at that time
<FLOOR_9_> what a genius for making something like that
<FLOOR_9_> do you know any other movie that has something of the same scenario?
<jhass> not really
<jhass> maybe someone did something about konrad zuse
pawnbox has joined #crystal-lang
Philpax__ has quit [Ping timeout: 256 seconds]
imperator has joined #crystal-lang
dylanmei has joined #crystal-lang
SolarSailor has quit [Quit: My Turing machine has gone to sleep. ZZZzzz…]
dylanmei has quit [Ping timeout: 260 seconds]
SolarSailor has joined #crystal-lang
greengriminal has joined #crystal-lang
greengriminal has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Renich has quit [Quit: leaving]
pawnbox has quit [Ping timeout: 246 seconds]
dylanmei has joined #crystal-lang
SolarSailor has quit [Quit: My Turing machine has gone to sleep. ZZZzzz…]
SolarSailor has joined #crystal-lang
SolarSailor has quit [Remote host closed the connection]
SolarSailor has joined #crystal-lang
SolarSailor has quit [Client Quit]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
dylanmei has quit [Quit: ZZZzzz…]
dylanmei has joined #crystal-lang
ozra_ has joined #crystal-lang
ozra has quit [Ping timeout: 265 seconds]
fowlduck_ has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
FLOOR_9_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
olek_poz has joined #crystal-lang
<olek_poz> Hello. What is the best way to store/serialize data? I'm talking about something better than json, more memory friendly, easier to serialize/deserialize. I found marshalling here https://github.com/manastech/crystal/commit/ee3ba12ccc10db9ddd18e3fd7431e205a192cab5
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
<asterite> You could try this: https://github.com/benoist/msgpack-crystal (though I never tested it)
<asterite> olek_poz: ^
<olek_poz> thx
<olek_poz> I'll check it
rojo has joined #crystal-lang
pawnbox has joined #crystal-lang
ingsoc has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
rojo has quit [Quit: Leaving]
rojo has joined #crystal-lang
rojo has quit [Client Quit]
trapped has joined #crystal-lang
akaiiro has joined #crystal-lang
ingsoc has quit [Ping timeout: 256 seconds]
triangles2 has quit [Read error: Connection reset by peer]
triangles2 has joined #crystal-lang
waterlink has quit [Ping timeout: 240 seconds]
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
akaiiro has quit [Ping timeout: 240 seconds]
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
imperator has quit [Quit: Leaving]
trapped has joined #crystal-lang