asterite changed the topic of #crystal-lang to: #crystal-lang The Crystal programming language | http://crystal-lang.org | Crystal 0.6.1 | 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
havenwood has quit [Remote host closed the connection]
colorisco has quit [Ping timeout: 248 seconds]
a5i has joined #crystal-lang
a5i has quit [Quit: Connection closed for inactivity]
ponga has joined #crystal-lang
bcardiff has joined #crystal-lang
bcardiff has quit [Read error: Connection timed out]
bcardiff has joined #crystal-lang
ponga has quit [Remote host closed the connection]
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 264 seconds]
bcardiff has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 245 seconds]
JuryBatenko has joined #crystal-lang
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 265 seconds]
JuryBatenko has quit [Client Quit]
bcardiff has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 256 seconds]
ponga has joined #crystal-lang
bcardiff has quit [Read error: Connection timed out]
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
bcardiff has joined #crystal-lang
bcardiff has quit [Ping timeout: 256 seconds]
bcardiff has joined #crystal-lang
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 252 seconds]
bcardiff1 has quit [Ping timeout: 250 seconds]
JuryBatenko has joined #crystal-lang
colorisco has joined #crystal-lang
JuryBatenko has quit [Client Quit]
JuryBatenko has joined #crystal-lang
JuryBatenko has quit [Client Quit]
JuryBatenko has joined #crystal-lang
JuryBatenko has quit [Client Quit]
Jurbat has joined #crystal-lang
Jurbat has quit [Client Quit]
Jurbat has joined #crystal-lang
Jurbat has quit [Client Quit]
JBat has joined #crystal-lang
ponga has quit [Quit: Leaving...]
ponga has joined #crystal-lang
ponga has quit [Remote host closed the connection]
ponga has joined #crystal-lang
ponga has quit [Ping timeout: 250 seconds]
ponga has joined #crystal-lang
jua_ has joined #crystal-lang
yawniek has quit [Ping timeout: 264 seconds]
yawniek has joined #crystal-lang
colorisco has quit [Ping timeout: 240 seconds]
colorisco has joined #crystal-lang
havenwood has joined #crystal-lang
ponga has quit [Quit: Leaving...]
jua__ has joined #crystal-lang
<jhass> >> {1, 2, 3} == [1, 2, 3]
<DeBot> jhass: false
<jhass> mh
<jhass> >> [1, 2, 3] == {1, 2, 3}
<DeBot> jhass: false
jua_ has quit [Ping timeout: 264 seconds]
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
ponga has joined #crystal-lang
ponga has quit [Quit: Leaving...]
ponga has joined #crystal-lang
<ponga> hey
<ponga> so 'auto' is not a complete joke?
<jhass> it's a joke as in it won't be included into crystal ;)
<jhass> but you can in theory do whatever in the macro language, yeah
ponga has quit [Remote host closed the connection]
JBat has quit [Ping timeout: 256 seconds]
ponga has joined #crystal-lang
ponga has quit [Ping timeout: 276 seconds]
ismaelga has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
JBat has joined #crystal-lang
bcardiff has joined #crystal-lang
c355E3B has joined #crystal-lang
a5i has joined #crystal-lang
<a5i> Guys
<a5i> what do you think of this? http://i.imgur.com/7b1tWav.png?1
<c355E3B> reminds me of Chromium
<ytti> i would rather try to leverage the concept of perfect crystal structure
<ytti> but i'm not sure how to communicate that in a spiffy logo
<c355E3B> ytti, maybe show the refraction of light?
<ytti> does refraction pertain to the perfectness or lack there of crystal structure?
<ytti> my understanding is, that if you make perfect crystal structure out of say carbon atoms
<ytti> you get something very durable
<c355E3B> you do
<ytti> and when i think of crystal as logo, i don't think object commonly called crystal
<ytti> i think structure crystal
<ytti> but no f'ing clue how to translate that notion to spiffy logo
<c355E3B> you could show the crystal's lattice
<ytti> mmmm-m
<ytti> and low entropy, i guess, is concept closely related to crystal structure
<ytti> and clearly good quality in code :)
<ytti> but also, crystal is ultimately paradox
<ytti> as heisenberg uncertainty principle probably forbids existance of perfect crystal
JBat has quit [Quit: Computer has gone to sleep.]
jua__ has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
<a5i> whats the difference between assert and should Ew
<a5i> Eq*
<jhass> assert x is (x).should be_true
<jhass> though in crystal it defines an example h/crystal/blob/master/src/spec/spec.cr#L137
<a5i> oh so Crystal doesn't have assert?
<a5i> well the keyword..
<jhass> no, assert is neither a keyword in ruby
<a5i> not a keyword... I mean function
<a5i> I use bad terminologies sometimes
<yawniek> is there a crystal gzip implementation somewhere?
<jhass> a5i: src/spec/ is all there is, look around
<a5i> Ok
<jhass> yawniek: didn't run across one yet, writing a zlib binding shouldn't be too hard though :)
<a5i> jhass, so crystal has asster, but its used for something else?
<jhass> a5i: kinda
<a5i> >> (true).should be_true
<DeBot> a5i: Error in line 3: undefined local variable or method 'be_true'
<a5i> >> ("5").should Eq("5")
<DeBot> a5i: Syntax error in eval:3: expecting token 'CONST', not 'DELIMITER_START'
<a5i> >> ("5").should eq("5")
<DeBot> a5i: Error in line 3: undefined method 'eq'
<a5i> :S
ponga has joined #crystal-lang
ponga has quit [Ping timeout: 264 seconds]
ponga has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 3 new commits to master: http://git.io/vvkfZ
<crystal-gh> crystal/master 2dafbe6 Ary Borenszweig: Fixed: wrong type lookup for expanded method
<crystal-gh> crystal/master bfb55f8 Ary Borenszweig: Recompute calls whose block arg output is used as a free var when their block's type changes
<crystal-gh> crystal/master c12af18 Ary Borenszweig: Regex: don't check UTF8 validity, our strings are UTF8 (much faster)
<travis-ci> manastech/crystal#2215 (master - c12af18 : Ary Borenszweig): The build has errored.
ponga has quit [Remote host closed the connection]
donmelton has joined #crystal-lang
ponga has joined #crystal-lang
<a5i> swag