<FromGitter>
<faustinoaq> Hey remembering these comments (https://gitter.im/crystal-lang/crystal?at=5ab01c665f188ccc15d3df76), do Haskell works in a similar way, I mean, Haskell can create an standalone executable, but also can be compiled and executed in Haskell runtime π
<FromGitter>
<aisrael> Yes but you need a PhD in CS before you can understand monads.
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
<FromGitter>
<faustinoaq> Nah π
<FromGitter>
<faustinoaq> Haskell is pure functional but is not that hard to understand π
snsei_ has joined #crystal-lang
snsei has quit [Ping timeout: 276 seconds]
snsei_ has quit [Remote host closed the connection]
ryan_ford has joined #crystal-lang
<FromGitter>
<bew> @mlobl you don't need to take a tuple as arguments, you can directly pass the arguments: `def walk(d = @root, &block : String, Array(String), Array(String) ->)` and simply call it as: `block.call d.path, dirs, files`
Yxhvd has joined #crystal-lang
Yxhuvud has quit [*.net *.split]
Groogy has quit [*.net *.split]
bazaar_ has quit [*.net *.split]
bazaar has joined #crystal-lang
Groogy has joined #crystal-lang
alex`` has joined #crystal-lang
DTZUZO has quit [Ping timeout: 248 seconds]
<FromGitter>
<ryankshah> @yxhuvud Sorry for the late reply to what you said about `<<<` and `>>>`. You said you are missing these, is there going to be an implementation for them in the near future?
<FromGitter>
<ryankshah> Or is there a way I can achieve the same effect at this moment?
<Groogy>
Morning!
<Groogy>
<<< and >>> are unsigned bitshift operators right? (never seen before)
That_Guy_Anon has joined #crystal-lang
<FromGitter>
<yxhuvud> No, arithmetic vs logical shift. One of them doesn't exist as it is the same as the other variant in the same direction
Papierkorb has left #crystal-lang ["Konversation terminated!"]
<FromGitter>
<ryankshah> Oh right so it takes into account the operations of both arithmetic and logical shift based on that precondition?
<FromGitter>
<codenoid> morning
<FromGitter>
<petoem> @ryankshah as far as i can tell, `>>` does arithmetic shift for signed numbers β for unsigned numbers `>>` does logical β `<<` does a normal left shift
<FromGitter>
<aisrael> βοΈ I did a quick test and, yes, it does look like `>>` preserves the sign bit / performs an arithmetic shift right.
<FromGitter>
<fridgerator> i've never used it though
<FromGitter>
<mlobl> @bew thanks for looking it over! Just updated the old copy paste :)
<FromGitter>
<Blacksmoke16> thanks @fridgerator ill have to look into it, the periodic jobs feature seems what i am looking to do
<Groogy>
how do I create a directory in crystal?
<Groogy>
nvm
learod has joined #crystal-lang
That_Guy_Anon has joined #crystal-lang
learod has quit [Remote host closed the connection]
azur_kind has quit [Remote host closed the connection]
gewo has quit [Quit: WeeChat 1.6]
<FromGitter>
<straight-shoota> @oprypin I don't think it's worth it just to have another CLI but a native implementation can be useful for integrating custom (sub)domains in a webapp.
learod has joined #crystal-lang
<robacarp>
@blacksmoke16 if you have any feedback on mosquito, please let me know. I'd like to hear your thoughts.
<oprypin>
straight-shoota, how about using an existing CLI for integrating custom (sub)domains in a webapp