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
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vebT7
<crystal-gh> crystal/master 89457a4 Ary Borenszweig: Disallow external variable names that start with uppercase in lib declarations
<travis-ci> manastech/crystal#2211 (master - 89457a4 : Ary Borenszweig): The build was fixed.
a5i has joined #crystal-lang
shama has quit [Ping timeout: 245 seconds]
shama has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vebo0
<crystal-gh> crystal/master c9d1cc8 Ary Borenszweig: Fixed missing location for pointer type using `*` (i.e. Int32*)
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vebyC
<crystal-gh> crystal/master 7503624 Ary Borenszweig: Fixed: wrong codegen for external vars with type struct
<travis-ci> manastech/crystal#2213 (master - 7503624 : Ary Borenszweig): The build was broken.
havenwood has quit []
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
ponga has quit [Remote host closed the connection]
ponga has joined #crystal-lang
canhtak has joined #crystal-lang
donmelton has joined #crystal-lang
canhtak has quit [Quit: canhtak]
weskinner_work has quit [Ping timeout: 245 seconds]
donmelton has quit [Ping timeout: 246 seconds]
donmelton has joined #crystal-lang
donmelton has left #crystal-lang [#crystal-lang]
ponga has quit [Remote host closed the connection]
Ven has joined #crystal-lang
ponga has joined #crystal-lang
colorisco has joined #crystal-lang
Ven has quit [Read error: Connection reset by peer]
orliesaurus has quit [Excess Flood]
Ven has joined #crystal-lang
orliesaurus has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
havenwood has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shadeslayer has quit [Ping timeout: 256 seconds]
shadeslayer has joined #crystal-lang
ponga has quit [Remote host closed the connection]
ponga has joined #crystal-lang
Ven has joined #crystal-lang
havenwood has quit [Remote host closed the connection]
a5i has quit [Quit: Connection closed for inactivity]
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
Ven_ has joined #crystal-lang
Ven has quit [Ping timeout: 250 seconds]
bcardiff has joined #crystal-lang
a5i has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vexK6
<crystal-gh> crystal/master 51de051 Ary Borenszweig: Fixed another case of String#underscore
weskinner_work has joined #crystal-lang
JuryBatenko has joined #crystal-lang
<ponga> l
<jhass> k
asterite1 has joined #crystal-lang
yawniek has joined #crystal-lang
Ven_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has joined #crystal-lang
epitron has quit [Ping timeout: 252 seconds]
Ven has joined #crystal-lang
epitron has joined #crystal-lang
asterite1 has quit [Quit: Leaving.]
shama has joined #crystal-lang
ponga has quit [Remote host closed the connection]
<a5i> how is the Development of a windows version of Crystal ?
<jhass> ask wanderer next time he drops in ;)
<a5i> Ok
<a5i> does he have a github?
<jhass> I'm not sure
<jhass> he doesn't seem to push his stuff there if so
asterite1 has joined #crystal-lang
<a5i> I think i saw a repo of crystal windows version
<a5i> in dev ofc
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<a5i> o
<jhass> p
<a5i> on a scale form 1-100 how finished is it? 1 being not started
<asterite1> >> rand(1..100)
<DeBot> asterite1: 56
<a5i> w0t
<a5i> >> require "matrix"; Matrix[[1, 2],
<a5i> [3, 4]] * Matrix[[-3, -8, 3],
<a5i> [-2, 1, 4]]
<DeBot> a5i: Syntax error in eval:7: unexpected token: EOF
<a5i> >> require "matrix"; Matrix[[1, 2],[3, 4]] * Matrix[[-3, -8, 3],[-2, 1, 4]]
<DeBot> a5i: Matrix[[-7, -6, 11], [-17, -20, 25]]
<a5i> noice
<asterite1> jhass: I don't know if you looked at it, but the `iterator` branch implements many iterators, so you will be able to do 5.times.map, or "hello".each_char.cycle.take(10).to_a and other things, it's taking a good shape :)
<jhass> cool
<a5i> You think Crystal should add an "else if" option for people use to it?
<a5i> Crystal is incredibly flexible like Ruby, We can make it more flexible for other types of programmers :P
<a5i> just throwing some minor suggestions
<asterite1> a5i: you mean, instead of "elsif" ?
<a5i> not instead of elsif, but as a second option
<jhass> -1
<jhass> useless redundancy IMO
<a5i> just a suggestion
<a5i> More languages use "else if" rather than elsif and it would be great to make Crystal even more flexible
<a5i> I can create an issue that suggests this and see the communities feed back on it ?
<asterite1> I actually thought about using "else if" instead of "elsif", it's no problem. But I think "elsif" is fine, and it's shorter to type
<jhass> shellscript uses elif
<jhass> I'm sure we can find even more variants
<a5i> else if is more widely used, which is why Im suggesting it
<asterite1> Yes, I think it's just a tiny detail of the language
<a5i> Ok, doesn't need to be haha
<asterite1> a5i: you can open a github issue if you want and we can see what others think :)
<a5i> maybe
<jhass> else if is easily ambiguous to else \n if, which has a different semantic
<jhass> since the language has no braces for control flow
leafybas_ has joined #crystal-lang
leafybasil has quit [Ping timeout: 265 seconds]
leafybas_ has quit [Ping timeout: 252 seconds]
havenwood has quit [Remote host closed the connection]
sandelius has joined #crystal-lang
sandelius has quit [Client Quit]
sandelius has joined #crystal-lang
jua_ has joined #crystal-lang
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shadeslayer has quit [Ping timeout: 264 seconds]
shadeslayer has joined #crystal-lang
leafybasil has joined #crystal-lang
havenwood has joined #crystal-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #crystal-lang
JuryBatenko has quit [Quit: Computer has gone to sleep.]
jua_ has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
bcardiff has quit [Quit: Leaving.]
asterite1 has quit [Quit: Leaving.]
jua_ has joined #crystal-lang
asterite1 has joined #crystal-lang
asterite1 has quit [Client Quit]
a5i has quit [Quit: Connection closed for inactivity]
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
shadeslayer has quit [Ping timeout: 250 seconds]
shadeslayer has joined #crystal-lang
markhend has joined #crystal-lang
markhend has quit [Client Quit]
lewix has joined #crystal-lang
<lewix> hola
weskinner_work has quit [Ping timeout: 256 seconds]
lewix has quit [Remote host closed the connection]
jua_ has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]