ChanServ changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.20.3 | Fund Crystal's development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
<FromGitter> <drosehn> (not that I have any time to look at it right now, but I'd like to have something like that to use to build static blog-like pages)
adam12 is now known as adam
adam is now known as Guest14788
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Ping timeout: 240 seconds]
scottj has quit [Quit: leaving]
Kug3lis has quit [Ping timeout: 272 seconds]
bcardiff has quit [Quit: bcardiff]
matp has quit [Remote host closed the connection]
Kug3lis has joined #crystal-lang
matp has joined #crystal-lang
minus has quit [Quit: Bye]
Kug3lis has quit [Read error: Connection reset by peer]
<crystal-gh> [crystal] Sija opened pull request #3855: Accept `Char` in `String#[](str)` (master...string-char-indexing) https://git.io/vMc1m
<DeBot> https://github.com/crystal-lang/crystal/pull/3855 (Accept `Char` in `String#[](str)`)
jhass has quit [Ping timeout: 248 seconds]
minus has joined #crystal-lang
Kug3lis has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
asterite has quit [Ping timeout: 260 seconds]
bjz has joined #crystal-lang
dhk__ has quit [Quit: Leaving]
tliff_ is now known as tliff
Kug3lis has quit [Read error: Connection reset by peer]
<FromGitter> <samueleaton> Hey friends! I'm trying to get the word out about Crystal. Nobody at my company had heard of it (A bunch of GOphers) so I changed that :) https://www.qualtrics.com/eng/
DeBot has quit [Ping timeout: 248 seconds]
Kug3lis has joined #crystal-lang
<FromGitter> <exts> @Papierkorb thanks for the link
Kug3lis has quit [Read error: Connection reset by peer]
<crystal-gh> [crystal] bmulvihill opened pull request #3856: Allow optional block with Hash#delete (master...hash-delete) https://git.io/vMcy8
Kug3lis has joined #crystal-lang
Guest14788 is now known as adam12
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has joined #crystal-lang
soveran has quit [Ping timeout: 240 seconds]
matp has quit [Remote host closed the connection]
matp has joined #crystal-lang
p0p0pr37 has quit [Changing host]
p0p0pr37 has joined #crystal-lang
Kug3lis has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Ping timeout: 240 seconds]
pawnbox has quit [Remote host closed the connection]
Kug3lis has joined #crystal-lang
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
dzv has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
<FromGitter> <exts> Is there a way to pass backslashes to a string without having to escape the backslash? I basically want it to ignore the default functionality that denotes certain characters so I can make cleaner dynamic regex strings. ⏎ ⏎ eg.: %([A-Za-z]+\\-\\d+) to be a bit nicer -> %([A-Za-z]+\-\d+) ⏎ ⏎ Is that possible in crystal? [https://gitter.im/crystal-lang/crystal?at=5870660caf6b364a293dacca]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
ome has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Ping timeout: 240 seconds]
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 258 seconds]
pawnbox has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<FromGitter> <sdogruyol> @samueleaton awesome
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 258 seconds]
bjz_ has quit [Ping timeout: 248 seconds]
asterite has joined #crystal-lang
jhass has joined #crystal-lang
bjz has joined #crystal-lang
pawnbox has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 245 seconds]
Raimondi has quit [Read error: Connection reset by peer]
Raimondi has joined #crystal-lang
ome has quit [Quit: Connection closed for inactivity]
akwiatkowski has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: No route to host]
pawnbox has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
pawnbox has quit [Ping timeout: 272 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: Connection reset by peer]
pawnbox 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
soveran has quit [Remote host closed the connection]
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
pawnbox has quit [Remote host closed the connection]
Raimondi has quit [Read error: Connection reset by peer]
Raimondi has joined #crystal-lang
Yxhuvud has quit [Ping timeout: 256 seconds]
pawnbox has joined #crystal-lang
sardaukar has joined #crystal-lang
sardaukar has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<RX14> @exts you can use the %q() to never escape
Yxhuvud has joined #crystal-lang
<RX14> splitty_, did you never work out why GDT/IDT didn't work?
<crystal-gh> [crystal] MakeNowJust opened pull request #3858: Fix Reference#dup of file private class (master...fix/crystal/private-type-lookup) https://git.io/vMCT5
<FromGitter> <mjago> Crystal Weekly Issue 29 just out http://www.crystalweekly.com
<FromGitter> <mjago> Looks good @sdogruyol :+1:
akwiatkowski has quit [Ping timeout: 264 seconds]
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
vivus-ignis has joined #crystal-lang
RX14 has quit [Excess Flood]
RX14 has joined #crystal-lang
vivus-ignis has quit [Ping timeout: 248 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<Papierkorb> Wrote a Ext2 read-only driver: https://github.com/Papierkorb/fuse/tree/master/sample Maybe it ends up being useful for one of those still working on their Hobby OS too
dannyAAM has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<RX14> Papierkorb, thats really cool
<Papierkorb> I'm wondering about the guy who started coding an MMORPG server in Crystal
<Papierkorb> Sucks that you can't really use that kind of project on your resume heh
<RX14> i love having `crystal tool format`, I cna just write code then :w and then it looks nice
<RX14> i really should get around to sorting out emacs crystal-mode though
<RX14> because it is not particularly up to date
<RX14> or bug-free
<RX14> for example %() doesn't work, so I have to do # " sometimes to close unmatched " in %()
<Papierkorb> lol
<Papierkorb> I should learn emacs again I guess, for all the times I hate atom-editor...
<RX14> i switched to spacemacs a couple of months ago and i've been loving it
<Papierkorb> How's it different?
<RX14> vim plugins used to break and stuff but spacemacs has been solid
<Papierkorb> oh spacemacs was vim esque
<Papierkorb> ?
<RX14> i love being able to install the ruby layer and it's basically all the ruby plugins you could ever need
<RX14> spacemacs is emacs +evil at it's core
<RX14> so emacs with vim bindings
<RX14> but it adds community-maintained crystal layers
<RX14> sorry
<RX14> plugin layers
<Papierkorb> Ah GPLv3
<RX14> i'm tired...
<RX14> but the thing I like most is emacs stuff like dired, tramp, and all that
<RX14> also it works well across multiple monitors
<RX14> which vim does not
<RX14> so emacs has been a huge win for me
<FromGitter> <mjago> @RX14 I would be interested in emacs-crystal-mode
<Papierkorb> I don't like vim, hitting escape instead of some key combo never made sense to me, so I'd have to use emacs anyway lol
<RX14> you don't like modal editing?
<RX14> or you don't like esc?
<Papierkorb> I don't like that you have to switch modes
<RX14> i like it
<Papierkorb> Stuff like finding a line of text should be just a single keypress away
<Papierkorb> And I have more than 8MiB of memory, so emacs is fine :P
<RX14> its quicker to type jk and use hjkl than move my fingers to the arrow keys for me#
<RX14> plus i'm always using w and such movements anyway
<Papierkorb> never liked that, before I'd go with that I'd rather use the Neo keyboard layout instead, I guess that'd result in a bigger speedup
<RX14> well spacemacs just has vim keybinds as a default
<RX14> you can turn them off and use regular emacs keybinds if you want
<Papierkorb> I'm more surprised that spacemacs isn't in the AUR
<RX14> it's an emacs distribution
<RX14> you clone it into your ~/.emacs.d/
<RX14> so you just install emacs
<Papierkorb> Ah
<RX14> emacs-crystal-mode has changed hands about 10 times lol https://github.com/ggiraldez/emacs-crystal-mode/network
<RX14> its a mess
<Papierkorb> and in such a short time span too
<RX14> yeah
<RX14> i guess TechMagister is the latest
<RX14> i should learn elisp
<RX14> oh wow it's returned to it's second owner it's a miracle https://github.com/dotmilk/emacs-crystal-mode
<unshadow> Anyone with some experience in Nerual Networks ? I'm trying to create a NeuralNet in Crystal but having some issues
<FromGitter> <david50407> What does "The Nil type is used to represent the absence of a value, not unlike null in other languages. " mean in the document?
<FromGitter> <david50407> Nil is like null in other languages? or unlike
<FromGitter> <david50407> (the "not unlike" part confuses me)
<Papierkorb> nil usage is roughly null in C-style languages like C, C++, Java or C#
<Papierkorb> But its semantics are vastly different, `nil` is the only instance of `Nil`, thus, nil is typed, where in those language, null exists for all objects implicitly
<FromGitter> <david50407> Oh I know what it means, thx
<FromGitter> <david50407> :D
<RX14> it's a double negative, "not unlike" is like "like" but it has slightly different connotations
<FromGitter> <david50407> Is "like" but not that "like", right? lol
Raimondii has joined #crystal-lang
hako has joined #crystal-lang
Raimondi has quit [Ping timeout: 244 seconds]
Raimondii is now known as Raimondi
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<FromGitter> <exts> @RX14 thanks will try %q() :)
mooe has joined #crystal-lang
no0p has joined #crystal-lang
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
pawnbox has quit [Ping timeout: 255 seconds]
<wmoxam> hrrm, undefined constant LLVM::DIFlags::Zero
<RX14> wmoxam, are you compiling with the latest crystal?
<wmoxam> yeah
<RX14> hmm
<RX14> 0.20.3>
<RX14> oh
<wmoxam> compiles ok on OSX, not on OpenBSD
<RX14> that reminds me
RX14 changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.20.4 | Fund Crystal's development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
<RX14> wmoxam, thats weird
<wmoxam> I don't see anything that should make that enum dependant on LLVM version
<RX14> well
<wmoxam> which was my first thought
<RX14> openbsd isn't on CI
<RX14> (yet)
<RX14> so its a bit flakey
<wmoxam> I dunno that it's fair to call it 'flakey' :D
<wmoxam> it does spit out some warnings due to lib usage
soveran has quit [Remote host closed the connection]
<RX14> wmoxam, well it's flakey in that any PR could break openbsd at any time and we wouldn't know
<RX14> until someone complained
<RX14> i'm glad someone's using it though
<RX14> so we have someone to complain :)
mooe has quit [Quit: Connection closed for inactivity]
<FromGitter> <david50407> wmoxam, which llvm version you have?
<FromGitter> <david50407> oh sorry it seems not depends to llvm version
manveru has joined #crystal-lang