view paste/paste.9081 @ 12493:885661512b17 draft

<int-e> le//rn schwartzian//In 1987, Yogurt introduced a better way to rank Schwartz users: Rather than holding an annual tournament, users would take a series of standardized tests adminstered by official Schwartz centers, and would then be ranked according to the results. This lead to the Schwartzian transform because it allowed many more users to be ranked.
author HackEso <hackeso@esolangs.org>
date Fri, 12 Jan 2024 07:24:55 +0000
parents c5a529fbc8b9
children
line wrap: on
line source

2006-08-02.txt:22:15:39: <GregorR-W> $ which ghc
2006-08-02.txt:22:15:41: <GregorR-W> /usr/bin/ghc
2007-10-27.txt:22:41:53: <GregorR> Can't other Haskells run/compile GHC?
2009-02-16.txt:23:15:31: <GregorR> "Eighch" is spelled "eighch"
2009-05-15.txt:21:58:20: <GregorR-L> !sh ghc
2009-05-21.txt:05:19:53: <GregorR-L> ghci is GHC /interactive/, not GHC /interpreter/ :P
2009-05-21.txt:11:04:52: <oerjan> <GregorR-L> ghci is GHC /interactive/, not GHC /interpreter/ :P
2009-06-15.txt:17:33:48: <GregorR-L> Oh yeah, I never got Haskell working, because GHC was unfriendly.
2009-06-23.txt:03:17:02: <GregorR> It was easier than calling ghc and then running the resultant binary manually, although that also worked.
2009-06-23.txt:03:26:17: <GregorR> (The original author of hugs endorses GHC in his Haskell class. True story, I was there, lawl :P )
2009-06-26.txt:01:03:59: <GregorR> `run ghc 2>&1
2010-08-04.txt:18:15:39: <Gregor-P> Uh, pretty sure !haskell IS ghci
2010-10-18.txt:05:51:22: <Gregor> Is Codu frozen upgrading GHC? :P
2010-10-29.txt:02:39:43: <Gregor> elliott: I haven't but I have lots and lots of other things to do. Also, GHC wasn't DEVELOPED at MSR, it was folded into MSR.
2010-12-08.txt:00:14:29: <Gregor> elliott: The loader can't verify the correctness of a compiled GHC binary.
2010-12-24.txt:00:36:55: <Gregor> I wouldn't be surprised if GHC can't even make static executables (without some hacking)
2011-08-19.txt:13:38:59: <Gregor> `fetch http://www.haskell.org/ghc/dist/6.2.2/ghc-6.2.2-i386-unknown-linux.tar.bz2
2011-08-19.txt:13:39:23: <Gregor> elliott_: I just typed "GHC binaries" into Google 8-D
2011-08-19.txt:13:44:06: <Gregor> Maybe I'll just install GHC :P
2011-08-19.txt:13:48:59: <Gregor> # find . -name ghc | xargs file
2011-08-19.txt:13:49:00: <Gregor> ./ghc:                          directory
2011-08-19.txt:13:49:00: <Gregor> ./driver/ghc:                   directory
2011-08-19.txt:13:49:00: <Gregor> ./compiler/stage2/doc/html/ghc: directory
2011-08-19.txt:13:57:21: <Gregor> `ghc
2011-08-19.txt:13:57:44: <Gregor> `which ghc
2011-08-23.txt:16:07:37: <Gregor> Whoaaaaaaaaaaaaaaaaaaaaaaaaaah compiled GHC programs don't depend on a libghc.lol
2011-08-23.txt:16:09:25: <Gregor> Deewiant: Well, they're not /fully/ statically linked, just the GHC parts are.
2011-08-23.txt:16:10:08: <Gregor> I can't find a ghc -no-really-static-not-just-libghc-static
2011-08-23.txt:16:13:49: <Gregor> ghc --make -O2 -optl-static -optl-lpthread tantrum.hs
2011-08-23.txt:17:57:32: <elliott> 16:07:37: <Gregor> Whoaaaaaaaaaaaaaaaaaaaaaaaaaah compiled GHC programs don't depend on a libghc.lol
2011-08-23.txt:17:57:51: <elliott> 16:09:25: <Gregor> Deewiant: Well, they're not /fully/ statically linked, just the GHC parts are.
2011-08-23.txt:17:58:12: <elliott> 16:13:49: <Gregor> ghc --make -O2 -optl-static -optl-lpthread tantrum.hs
2011-09-13.txt:22:11:43: <Gregor> `addquote <shachaf> elliott: GHC bug? Come on, it's the parentheses.  <shachaf> The more parentheses you add, the closer it is to LISP, and therefore the more dynamically-typed.
2011-09-15.txt:04:03:42: <Gregor> Wasn't I only asked to so that you could go on a ridiculous foolhearted quest to build GHC?
2011-10-14.txt:03:26:09: <Gregor> `ghc
2011-11-25.txt:00:55:45: <Gregor> elliott: runghc replaced.
2011-11-25.txt:00:56:37: <Gregor> *lambdabot* elliott said 21h 44m 48s ago: Replace HackEgo's runghc with http://sprunge.us/AYIK, thx (avoids really expensive optimisation, useless temporary file)
2011-12-17.txt:00:40:29: <Gregor> !sh ls /opt/ghc
2011-12-17.txt:00:41:11: <Gregor> !sh ls /opt/ghc
2011-12-25.txt:16:40:53: <Gregor> !sh ls /opt/ghc
2011-12-25.txt:16:41:08: <Gregor> !sh ls /opt/ghc/bin
2011-12-25.txt:16:41:39: <Gregor> !sh ls /opt/ghc | fmt
2011-12-25.txt:16:41:43: <Gregor> !sh ls /opt/ghc/bin | fmt
2011-12-25.txt:16:44:25: <Gregor> !sh ls /opt/ghc
2011-12-25.txt:16:44:28: <Gregor> !sh ls /opt/ghc/bin
2012-08-29.txt:00:20:41: <Gregor> I removed ghc because it was friggin' enormous
2012-08-29.txt:00:25:42: <Gregor> However, I had ghc installed to /opt/ghc
2012-08-29.txt:00:25:49: <Gregor> So, y'know, rm -rf /opt/ghc
2012-09-16.txt:02:29:13: <oerjan> `pastelogs <gregor.*ghc
2012-09-16.txt:02:29:52: <oerjan> `pastelogs <gregor.*ghc