jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.5.8 | 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
zamith has quit [Quit: Be back later ...]
CeBot has quit [Quit: Crystal]
CeBot has joined #crystal-lang
asterite has joined #crystal-lang
r20 has joined #crystal-lang
asterite has quit [Quit: Page closed]
crystal-gh has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 2 new commits to master: http://git.io/Fjge
<crystal-gh> crystal/master 06abeaf Ary Borenszweig: Allow `ifdef` inside C structs and unions
<crystal-gh> crystal/master a8dc4fb Ary Borenszweig: Allow `include` inside a C struct, to compose a struct from other smaller structs
crystal-gh has left #crystal-lang [#crystal-lang]
travis-ci has joined #crystal-lang
<travis-ci> manastech/crystal#1899 (master - a8dc4fb : Ary Borenszweig): The build passed.
travis-ci has left #crystal-lang [#crystal-lang]
r20 has quit [Quit: Leaving]
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
gr33n7007h has quit [Remote host closed the connection]
zamith has joined #crystal-lang
zamith_ has joined #crystal-lang
zamith has quit [Ping timeout: 255 seconds]
leafybasil has quit [Remote host closed the connection]
asterite has joined #crystal-lang
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
leafybasil has joined #crystal-lang
bcardiff has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 245 seconds]
asterite_ is now known as asterite
naps62 has joined #crystal-lang
bcardiff has joined #crystal-lang
irclogger_______ has quit [Ping timeout: 245 seconds]
irclogger_______ has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 265 seconds]
asterite has quit [Quit: asterite]
zamith_ is now known as zamith
zamith has quit [Read error: Connection reset by peer]
asterite has joined #crystal-lang
zamith has joined #crystal-lang
leafybasil has joined #crystal-lang
zamith has quit [Read error: Connection reset by peer]
asterite has joined #crystal-lang
bcardiff has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 264 seconds]
<asterite> !hello_world
<jhass> hehe, not active here ;)
<asterite> Oh… :(
<jhass> !reload
<CeBot> jhass: Reloaded plugin configuration.
<jhass> !hello_world
<CeBot> Hi jhass!
<asterite> :-P
r20 has joined #crystal-lang
r20 has quit [Remote host closed the connection]
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 255 seconds]
asterite_ is now known as asterite
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 246 seconds]
asterite_ is now known as asterite
zamith has joined #crystal-lang
zamith has quit [Remote host closed the connection]
zamith has joined #crystal-lang
<zamith> hey guys
<asterite> hey zamith o/
<zamith> added some color to crystalshards
<zamith> ;)
<asterite> I saw it this morning! It looks really nice :)
<zamith> need to get a designer to help, though
<zamith> but I guess it's better than nothing
<zamith> it also served to test frank with gulp to get sass running
<zamith> not sure if there are any plans for an asset pipeline, but gulp seems good enough
<asterite> I’m not familiar with gulp, but an asset pipeline would be nice to have
<zamith> gulp is the "new" kid on the block in node
<asterite> frank is just our little experiment, but it would be nice too to evolve it into something more useful
<zamith> I'm building crystalshards on top of it, because of that
<asterite> zamith: did you give that second talk already?
zamith has quit [Ping timeout: 250 seconds]
<jhass> asterite: so, what do you think, do we want String#count String#delete, String#squeeze and so on with Ruby's String#count API?
<asterite> jhass: I think so, yes. I would also overload to receive a Char, and also a block (argless) so you can decide which chars stay/go
shama has joined #crystal-lang
<asterite> jhass: I still didn’t have time to debug the Process.run stuff… Well, I had, but I wanted to do things that didn’t involve segfaults for a break :)
<jhass> heh, it's no segfault! :P
<jhass> kk, I'll see whether my implementation actually meets that stuff then
<asterite> If I do `make crystal spec` it segfaults for me, I think
<jhass> mmh, interesting on Travis it seems to compile the compiler and the throws that LLVM assertion on spec
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 264 seconds]
asterite_ is now known as asterite
asterite_ has joined #crystal-lang
asterite has quit [Read error: Connection reset by peer]
asterite_ is now known as asterite
naps62 has quit [Remote host closed the connection]
zamith has joined #crystal-lang
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 246 seconds]
asterite has quit [Quit: asterite]
bcardiff has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 240 seconds]
asterite has joined #crystal-lang
bcardiff has quit [Quit: Leaving.]
asterite has quit [Quit: asterite]
<jhass> >> '^'.ord
<CeBot> jhass: 94
<jhass> >> 'c'.ord
<CeBot> jhass: 99
<jhass> >> '^' > 'c'
<CeBot> jhass: false
<jhass> > '\\'.ord
<jhass> >> '\\'.ord
<CeBot> jhass: 92