alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 260 seconds]
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 272 seconds]
Sankalp- is now known as Sankalp
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp- is now known as Sankalp
Sankalp has quit [Ping timeout: 252 seconds]
Sankalp has joined #crystal-lang
jmdaemon has quit [Ping timeout: 246 seconds]
jmdaemon has joined #crystal-lang
jmdaemon has quit [Ping timeout: 272 seconds]
HumanG33k has joined #crystal-lang
<hightower4>
Hey remind me pls, in a class def, what can I use to delegate all undefined/nonexisting instance methods to some child object, like @value ?
<hightower4>
ah forward_missing_to it is
<FromGitter>
<Blacksmoke16> yes
<hightower4>
On a side note, what would you recommend for the most complete keyword completion environment? I want to do something with macros and some auto-completion choices would be great, instead of having to know/remember all names
ur5us has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 260 seconds]
renich has quit [Remote host closed the connection]
FromGitter has quit [Remote host closed the connection]
oprypin has quit [Quit: Bye]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
Sankalp has quit [Ping timeout: 268 seconds]
_ht has joined #crystal-lang
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 260 seconds]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 252 seconds]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 252 seconds]
Sankalp has joined #crystal-lang
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 264 seconds]
Sankalp- is now known as Sankalp
oprypin has joined #crystal-lang
FromGitter has joined #crystal-lang
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
<FromGitter>
<f1reflyylmao:matrix.org> I'm trying to generate an array constant with a macro, but it doesn't work. Here is my code: https://play.crystal-lang.org/#/r/edd
<FromGitter>
<f1reflyylmao:matrix.org> Yes, that will work fine. Thank you!
<FromGitter>
<f1reflyylmao:matrix.org> The point of the exercise was to avoid runtime generation of the array, but I guess it really isn't important for this one-off thing