grindhold has quit [Quit: No Ping reply in 180 seconds.]
grindhold has joined #crystal-lang
NeverDie has joined #crystal-lang
sailorswift has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
flaviu has joined #crystal-lang
havenwood has quit [Ping timeout: 256 seconds]
blue_deref has quit [Quit: bbn]
havenwood has joined #crystal-lang
BlaXpirit has joined #crystal-lang
kulelu88 has quit [Quit: Leaving]
elia has joined #crystal-lang
elia has quit [Client Quit]
sailorswift has joined #crystal-lang
sailorsw_ has joined #crystal-lang
sailorswift has quit [Ping timeout: 256 seconds]
elia has joined #crystal-lang
dbackeus has joined #crystal-lang
dbackeus has quit [Remote host closed the connection]
dbackeus has joined #crystal-lang
elia has quit [Client Quit]
elia has joined #crystal-lang
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
dbackeus has quit []
<vegai>
does the $1K bountysource thing include a permanent Sponsor logo on the crystal webpage?
<vegai>
or will you guys remove it after becoming superfamous and getting real sponsors? :P
strcmp1 has quit [Ping timeout: 272 seconds]
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
asterite has joined #crystal-lang
leafybasil has quit [Ping timeout: 272 seconds]
leafybasil has joined #crystal-lang
<crystal-gh>
[crystal] MakeNowJust opened pull request #1098: Fixed to run a inherited hook after class def (master...fix/run-inherited-hook-after-class-def) http://git.io/vOldK
elia_ has joined #crystal-lang
elia has quit [Read error: Connection reset by peer]
grindhold_ has joined #crystal-lang
grindhold has quit [Ping timeout: 240 seconds]
sailorsw_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<DeBot_>
thor77: Syntax error in eval:4: unexpected token: Class (expected ',' or ')') - http://carc.in/#/r/9mq
<dwahl>
gotcha
<dwahl>
i'm really confused by assigning __expr__ = begin
wonderbreadz has quit [Ping timeout: 252 seconds]
<willl>
whatever is the last statement in the begin...end block will be assigned to the variable __expr__ , then that is what is printed to stdout and then returned to by the bot
<willl>
so "two" was the last thing in there, and that's what got printed
wonderbreadz has joined #crystal-lang
dwahl has quit [Ping timeout: 250 seconds]
wonderbreadz has quit [Ping timeout: 260 seconds]
mgarciaisaia has joined #crystal-lang
NeverDie has joined #crystal-lang
wonderbreadz has joined #crystal-lang
dwahl has joined #crystal-lang
kulelu88 has joined #crystal-lang
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
NeverDie has joined #crystal-lang
shama has joined #crystal-lang
dwahl has quit [Ping timeout: 265 seconds]
waj has joined #crystal-lang
sardaukar_ has joined #crystal-lang
sardaukar_ has left #crystal-lang [#crystal-lang]
strcmp1 has quit [Ping timeout: 272 seconds]
strcmp1 has joined #crystal-lang
dwahl has joined #crystal-lang
flaviu has quit [Ping timeout: 244 seconds]
dwahl has quit [Quit: Leaving]
elia_ has quit [Quit: Computer has gone to sleep.]
waj has quit [Ping timeout: 244 seconds]
waj has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
leafybasil has quit [Ping timeout: 240 seconds]
daphee has joined #crystal-lang
<daphee>
Hi! Are there Threads currently implemented?
<willl>
kind of. IO seems to be broken inside threads. There are channels and coroutines today, which give you concurrency. They are currently limited to a single OS thread, so no parallelism yet, but the plan is to automatically distribute the coroutines on os threads.
luislavena has quit [Remote host closed the connection]
luislavena has joined #crystal-lang
leafybasil has joined #crystal-lang
luislavena has quit [Remote host closed the connection]
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
luislavena has joined #crystal-lang
elia has joined #crystal-lang
sdogruyol has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
Raimondi has quit [Ping timeout: 250 seconds]
luislavena has quit [Remote host closed the connection]
willl has quit [Quit: Connection closed for inactivity]
sdogruyol has quit [Remote host closed the connection]
<asterite>
sardaukar: in the 2048 sample there's some code that reads single chars. It uses that raw mode BlaXpirit was talking about, but I don't know much about it (code was contributed by jhass ^_^)
<BlaXpirit>
asterite, well yes, i linked to that examplle
<asterite>
Oh... my problem of never finishing reading the entire conversation :-(
blue_deref has quit [Quit: bbn]
zamith has joined #crystal-lang
Ven has joined #crystal-lang
elia has joined #crystal-lang
Ven has quit [Max SendQ exceeded]
Ven has joined #crystal-lang
NeverDie has joined #crystal-lang
luislavena has quit [Remote host closed the connection]
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
<crystal-gh>
[crystal] asterite pushed 4 new commits to master: http://git.io/vO00d
<crystal-gh>
crystal/master de2e47f Jesse Doyle: Implement interpolations within heredocs. #1066