jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.10.2 | 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
Philpax has quit [Ping timeout: 256 seconds]
Sadin has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
Sadin is now known as Sadin
pawnbox has joined #crystal-lang
tomchapin has joined #crystal-lang
Sadin has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 255 seconds]
Philpax has joined #crystal-lang
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Philpax has quit [Ping timeout: 256 seconds]
Philpax has joined #crystal-lang
pawnbox has joined #crystal-lang
Sadin has joined #crystal-lang
pawnbox has quit [Ping timeout: 276 seconds]
Sadin has quit [Quit: Leaving]
dylanmei has quit [Quit: ZZZzzz…]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
akwiatkowski has joined #crystal-lang
Sadin has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
akwiatkowski has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
dylanmei has joined #crystal-lang
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 265 seconds]
dzv_ has quit [Ping timeout: 244 seconds]
dylanmei has quit [Quit: ZZZzzz…]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
dzv_ has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
Sadin has quit [Ping timeout: 260 seconds]
dylanmei has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 245 seconds]
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 255 seconds]
pawnbox has quit [Remote host closed the connection]
dylanmei has quit [Quit: ZZZzzz…]
pawnbox has joined #crystal-lang
waterlink has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
bjz has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
<pawnbox> =]\
Nik- has joined #crystal-lang
bjz has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
Sadin has joined #crystal-lang
hasantayyar has joined #crystal-lang
akwiatkowski has joined #crystal-lang
elia has joined #crystal-lang
trapped has joined #crystal-lang
Sadin has quit [Quit: Leaving]
daveshah has joined #crystal-lang
<crystal-gh> [crystal] jhass pushed 2 new commits to master: https://github.com/manastech/crystal/compare/9152dc7d9e79...fd1415aefcb1
<crystal-gh> crystal/master fd1415a Jonne Haß: Merge pull request #2013 from arktisklada/array_push_always_returns_self...
<crystal-gh> crystal/master 5faf34c arktisklada: Array#push always returns
<travis-ci> manastech/crystal#fd1415a (master - Merge pull request #2013 from arktisklada/array_push_always_returns_self): The build passed. https://travis-ci.org/manastech/crystal/builds/102557203
<DeBot> https://github.com/manastech/crystal/pull/2013 (Array#push always returns self)
daveshah has quit [Remote host closed the connection]
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 260 seconds]
fowlduck has joined #crystal-lang
waterlink has quit [Ping timeout: 276 seconds]
hasantayyar has quit [Ping timeout: 255 seconds]
hasantayyar has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
daveshah has joined #crystal-lang
daveshah has quit [Ping timeout: 260 seconds]
sdogruyol has joined #crystal-lang
<sdogruyol> hey
daveshah has joined #crystal-lang
ponga has joined #crystal-lang
daveshah has quit [Remote host closed the connection]
ponga has quit []
sdogruyol has quit [Quit: Leaving...]
daveshah has joined #crystal-lang
stary-101 has joined #crystal-lang
<stary-101> hello
<stary-101> i have been following crystal on reddit for some time, and especially http frameworks
<stary-101> i seem to remember that kemal(web framework) got about 60.000 requests per second some months ago
<BlaXpirit> stary-101, ok
<pawnbox> stary-101: I think there's a typo. That must be 60,000.
<stary-101> yes srry
<stary-101> i looked at some benchmarks and it's a real joy to see such speed for a language
<stary-101> i'm under the impression that the goal is to be as close to the ruby syntax as possible
<stary-101> is this still a long time goal?
<BlaXpirit> stary-101, please be aware that while syntax is similar, the language is easier to work with if you leave behind some parts of the mindset of a Ruby programmer.
<stary-101> i understand
ponga has joined #crystal-lang
<stary-101> i am all for the syntax , that is why i like ruby
<BlaXpirit> stary-101, just read http://crystal-lang.org/docs , it's awesome
<ponga> yeah and crystal is compiled
<ponga> its a total win
<stary-101> do i need to worry about memory management , as in pointers?
<BlaXpirit> stary-101, no
<stary-101> beautiful!
<BlaXpirit> but u can use that if u want
<BlaXpirit> even if libraries use them, it's isolated
<stary-101> sort of like more under the hood
<stary-101> i ask this because i don't have any experience with it
<stary-101> with pointers i mean
<jhass> that's okay, it's a GC'd language
<jhass> they're mostly there for interfacing with C libraries
<jhass> and abstracted away by bindings to these
<stary-101> right, well that thankfully makes it easier for me
akwiatkowski has quit [Quit: Konversation terminated!]
<stary-101> got to go, see you next time!
stary-101 has quit []
daveshah has quit [Remote host closed the connection]
dylanmei has joined #crystal-lang
dylanmei has quit [Quit: bang. gone.]
dmonster has quit [Remote host closed the connection]
dylanmei has joined #crystal-lang
daveshah has joined #crystal-lang
<crystal-gh> [crystal] arktisklada opened pull request #2015: Arrays can unshift multiple values (master...arrays-can-unshift-multiple-values) https://github.com/manastech/crystal/pull/2015
<crystal-gh> [crystal] arktisklada closed pull request #2002: Lexer supports # as comment leader (master...ecr-comments) https://github.com/manastech/crystal/pull/2002
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Sadin has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
ponga has quit [Quit: Leaving...]
matp_ has joined #crystal-lang
matp has quit [Ping timeout: 276 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
A124 has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
waterlink has joined #crystal-lang
hasantayyar has quit [Remote host closed the connection]
daveshah has quit []
Sadin has quit [Quit: Leaving]
dylanmei has quit [Quit: ZZZzzz…]
shama has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 4 new commits to master: https://github.com/manastech/crystal/compare/fd1415aefcb1...4f5b6e00dd53
<crystal-gh> crystal/master 2a9a124 Potapov Sergey: Implement bash auto completion
<crystal-gh> crystal/master 5e7c518 Potapov Sergey: Fix bash completion for Mac: do not use compopt unless it is not present
<crystal-gh> crystal/master 59f9748 Potapov Sergey: Bash autocompletition: use -o filenames to be compatible with bash3
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
elia has quit [Client Quit]
<travis-ci> manastech/crystal#4f5b6e0 (master - Merge pull request #2006 from greyblake/bash-autocomplete): The build passed. https://travis-ci.org/manastech/crystal/builds/102641962
<DeBot> https://github.com/manastech/crystal/pull/2006 (Implement bash auto complete)
dylanmei has joined #crystal-lang
Nik- has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
elia has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
Philpax has quit [Ping timeout: 256 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
krtv` has joined #crystal-lang
BlaXpirit_ has joined #crystal-lang
xAndy has quit [Ping timeout: 260 seconds]
BlaXpirit has quit [Quit: Bye]
BlaXpirit_ is now known as BlaXpirit
BlaXpirit_ has joined #crystal-lang
BlaXpirit has quit [Client Quit]
BlaXpirit_ is now known as BlaXpirit
xAndy has joined #crystal-lang
nakilon has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
nakilon has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]