infinisil changed the topic of #nix-lang to: Channel for discussing Nix as a language - https://nixos.org/nix/manual/#chap-writing-nix-expressions - Logs: https://logs.nix.samueldr.com/nix-lang/
ddellaco1 has quit [Ping timeout: 265 seconds]
edef has joined #nix-lang
<puck> > with { ${"foo"} = 6; }; let ${"fo​o"} = 5; in foo
<{^_^}> "blablablabl"
<puck> err wha
<puck> > with { ${"foobarbaz"} = 6; }; let ${"fo​obarbaz"} = 5; in foobarbaz
<{^_^}> 6
<puck> better
inara has quit [Quit: Leaving]
mpickering has quit []
mpickering has joined #nix-lang
inara has joined #nix-lang
<infinisil> > with { foobarbaz = 6; }; let fo​obarbaz = 5; in foobarbaz
<{^_^}> error: syntax error, unexpected $undefined, expecting '.' or '=', at (string):277:32
<infinisil> Um what
<infinisil> Ohh that's sneaky
davidtwco has quit []
davidtwco has joined #nix-lang
ddellaco1 has joined #nix-lang
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nix-lang