jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.10.0 | Fund Crystals development: http://is.gd/X7PRtI | 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
h0wl3vvd has joined #crystal-lang
<h0wl3vvd> hello
<h0wl3vvd> Crystal is much diffrent than Ruby ?
<h0wl3vvd> cuz im search for something like Ruby but faster with compiler to machine code
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
waterlin1 has joined #crystal-lang
waterlink has quit [Ping timeout: 240 seconds]
ponga has joined #crystal-lang
h0wl3vvd is now known as h0wl_away
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 265 seconds]
h0wl_away has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
Philpax has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
pawnbox_ has quit [Ping timeout: 246 seconds]
hohenfall has quit [Ping timeout: 240 seconds]
hohenfall has joined #crystal-lang
waterlin1 has quit [Ping timeout: 246 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
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
bmcginty has quit [Ping timeout: 260 seconds]
bmcginty has joined #crystal-lang
trapped has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
lewed has joined #crystal-lang
<lewed> hello
<lewed> im search for language for game programming, ruby looks ok but its too slow, im see crystal is like ruby but can be compiled so faster
<lewed> crystal is good language for game programming ?
Philpax 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
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
yxhuvud has quit [Remote host closed the connection]
waterlink has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
yxhuvud has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<BlaXpirit> lewed, yes, it's great
<lewed> BlaXpirit: you programming games in it ?
<BlaXpirit> but this topic is not getting enough attention from the community that comes mostly from ruby
<BlaXpirit> lewed, yeah made some simple stuff
<lewed> BlaXpirit: but im thinking about possibility about making more complex stuff
<BlaXpirit> lewed, sure..
<BlaXpirit> and a big detriment is it doesn't run on windows
<lewed> im dont care
<lewed> i dont port any of my program to windows
<lewed> ^^
<BlaXpirit> uh ok
<lewed> looking good
<lewed> but these examples are not much complex
<BlaXpirit> [:19:20] <BlaXpirit> lewed, yeah made some simple stuff
<lewed> <lewed> BlaXpirit: but im thinking about possibility about making more complex stuff
<lewed> ;p
<BlaXpirit> [:19:38] <BlaXpirit> lewed, sure..
<lewed> so propably is hard to make more complex stuff in it
<lewed> ?
<BlaXpirit> no
<BlaXpirit> i just don't have time, and i'm apparently not good enough for making complex games
pawnbox has quit [Remote host closed the connection]
<lewed> i see
pawnbox has joined #crystal-lang
<lewed> okay thanks for opinion
<lewed> ill look more at that crystal
<lewed> but now i go to go, have nice day cya
<lewed> o/
lewed has left #crystal-lang ["ERC Version 5.3 (IRC client for Emacs)"]
<BlaXpirit> hmm can I create arbitrary blocks and break from them?
<BlaXpirit> because i seriously need goto for the first time in my life
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<BlaXpirit> for _ in {nil}; p 1; break; p 2; end
<BlaXpirit> >> for _ in {nil}; p 1; break; p 2; end
<DeBot> BlaXpirit: Syntax error in eval:21: unexpected token: in - https://carc.in/#/r/ox5
<Papierkorb> BlaXpirit: Noooo! When you think there is no more, still, show goto the door (Except if you're using C and know what you're doing :D)
<Papierkorb> BlaXpirit: what's the issue?
<BlaXpirit> Papierkorb, hmmm i don't know
waterlink has quit [Ping timeout: 265 seconds]
<BlaXpirit> i know, i need a function
<Papierkorb> I don't even get what you're trying to do
<BlaXpirit> return = goto
<BlaXpirit> Papierkorb, I don't even get what I'm trying to do
<BlaXpirit> doing this one http://adventofcode.com/day/22
<Papierkorb> Great, at least the're two of us then :P
<Papierkorb> Is the task to build a bot which plays a text dungeon game?
<BlaXpirit> Papierkorb, kinda.
<BlaXpirit> task is to find the most optimal way to play it
<Papierkorb> Something in me yells "Look at A*, it may not be what you need, but do it anyway ..." in my when I hear 'figure out most optimal way'
<BlaXpirit> looks np-complete to me
<BlaXpirit> but that's what every task looks like to lazy people
<Papierkorb> I don't know the game rules. do they employ randomness?
<BlaXpirit> Papierkorb, rules are all in there
<BlaXpirit> no randomness
<Papierkorb> ah, there
<BlaXpirit> it's not a real game. it's just a task for fun
<Papierkorb> Do you know A* ? I'm not claiming that it's the way to go here, but maybe worth a thought?
<BlaXpirit> even if it's possible to use such an algorithm, it'd be so difficult that i could write a phd on it
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<Papierkorb> A* isn't actually hard, in fact, the moment you start to use some kind of deterministic function to figure out the ideal course of action (The spell to use), it's not far from it
Philpax has quit [Ping timeout: 240 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
waterlink has joined #crystal-lang
waterlink has quit [Ping timeout: 260 seconds]
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
dom96 has quit [Changing host]
dom96 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
waterlink has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/vEauA
<crystal-gh> crystal/master f8f54b0 Ary Borenszweig: Fixed #1972: use Channel#receive_first as a workaround
<travis-ci> manastech/crystal#f8f54b0 (master - Fixed #1972: use Channel#receive_first as a workaround): The build passed. https://travis-ci.org/manastech/crystal/builds/98795262
waterlink has quit [Ping timeout: 260 seconds]
waterlink has joined #crystal-lang
sorbo_ has joined #crystal-lang
robacarp has quit [Ping timeout: 240 seconds]
Liothen has quit [Ping timeout: 264 seconds]
vikaton has joined #crystal-lang
trapped has joined #crystal-lang
Philpax has joined #crystal-lang
ponga has quit [Quit: Connection closed for inactivity]
robacarp has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
Liothen has joined #crystal-lang
Liothen has quit [Changing host]
Liothen has joined #crystal-lang
sorbo_ has quit [Remote host closed the connection]
grindhold_ is now known as grindhold
waterlink has quit [Ping timeout: 272 seconds]
waterlink has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
trapped has joined #crystal-lang
trapped has quit [Quit: Textual IRC Client: www.textualapp.com]
Philpax_ has joined #crystal-lang
Philpax has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 245 seconds]