2024/10/11

Newest at the top

2024-10-11 21:17:05 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 255 seconds)
2024-10-11 21:14:55 +0200ubert(~Thunderbi@178.165.179.94.wireless.dyn.drei.com) ubert
2024-10-11 21:13:54 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection)
2024-10-11 21:12:15 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-10-11 21:08:38 +0200vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2024-10-11 21:02:56 +0200vanishingideal(~vanishing@user/vanishingideal) (Read error: Connection reset by peer)
2024-10-11 21:02:37 +0200mehlon(~mehlon@user/mehlon) (Remote host closed the connection)
2024-10-11 21:01:37 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2024-10-11 21:00:37 +0200caconym(~caconym@user/caconym) caconym
2024-10-11 21:00:02 +0200caconym(~caconym@user/caconym) (Quit: bye)
2024-10-11 20:59:21 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) raehik
2024-10-11 20:56:27 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-10-11 20:55:17 +0200 <Square2> magic_rb, thanks. Sadly I have no dist-newstyle =/
2024-10-11 20:54:48 +0200weary-traveler(~user@user/user363627) (Remote host closed the connection)
2024-10-11 20:54:33 +0200 <KicksonButt> Ok
2024-10-11 20:52:03 +0200 <mauke> `let DEFINITIONS in EXPR` is how you define local symbols
2024-10-11 20:51:12 +0200 <KicksonButt> dolio I had never seen 'in' before map; is that the same as defining f and then calling 'map f (...)' on another line?
2024-10-11 20:46:09 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 276 seconds)
2024-10-11 20:45:25 +0200mehlon(~mehlon@user/mehlon) mehlon
2024-10-11 20:45:05 +0200 <geekosaur> (there's still a way to do it but you won't get much help with it)
2024-10-11 20:44:16 +0200aljazmc(~aljazmc@user/aljazmc) (Quit: Leaving)
2024-10-11 20:44:13 +0200 <geekosaur> also note that the quick and dirty way you want to use isn't safe or supported in Haskell: Unicode is the default
2024-10-11 20:42:18 +0200 <lambdabot> "abcdefghijklmnopqrstuvwxyz"
2024-10-11 20:42:17 +0200 <dolio> > map toLower ['A'..'Z']
2024-10-11 20:41:24 +0200 <lambdabot> "abcdefghijklmnopqrstuvwxyz"
2024-10-11 20:41:22 +0200 <dolio> > let f c = chr (ord c - ord 'A' + ord 'a') in map f ['A'..'Z']
2024-10-11 20:40:55 +0200 <KicksonButt> Thanks
2024-10-11 20:40:41 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-10-11 20:40:30 +0200 <lambdabot> 65
2024-10-11 20:40:28 +0200 <dolio> > ord 'A'
2024-10-11 20:39:59 +0200 <KicksonButt> How do I implement something like x-'A'+'a' to invert case?
2024-10-11 20:39:09 +0200 <lambdabot> "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2024-10-11 20:39:07 +0200 <KicksonButt> > [x | x <- ['A'..'Z']]
2024-10-11 20:37:35 +0200 <lambdabot> parse error (possibly incorrect indentation or mismatched brackets)
2024-10-11 20:37:35 +0200 <lambdabot> <hint>:1:21: error:
2024-10-11 20:37:33 +0200 <KicksonButt> > [x | x <- ['A'..'Z']
2024-10-11 20:37:15 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-10-11 20:36:32 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Read error: Connection reset by peer)
2024-10-11 20:36:31 +0200 <KicksonButt> Sup, world
2024-10-11 20:36:31 +0200KicksonButt(~quassel@187.21.174.221)
2024-10-11 20:29:24 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 246 seconds)
2024-10-11 20:26:43 +0200 <haskellbridge> <magic_rb> Try deleting "dist-newstyle"
2024-10-11 20:26:33 +0200 <haskellbridge> <magic_rb> I saw exactly that when trying to "make" a cmake build directory generated by non nix cmake. But no idea what it means, deleting the directory and rerunning helped
2024-10-11 20:25:25 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 248 seconds)
2024-10-11 20:24:16 +0200 <Square2> ..for most of my nix based projects.
2024-10-11 20:23:45 +0200vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2024-10-11 20:23:25 +0200 <lambdabot> • Perhaps you meant one of these:
2024-10-11 20:23:25 +0200 <lambdabot> • Variable not in scope: nix
2024-10-11 20:23:25 +0200 <lambdabot> error: Variable not in scope: cabal2nixerror:
2024-10-11 20:23:24 +0200 <Square2> > cabal2nix: nix-prefetch-url: createProcess: posix_spawnp: does not exist (No such file or directory)