hawk
hawk copied to clipboard
Haskell text processor for the command-line
When following the instructions in the README and then running `hawk '[1..3]' ` I get the error: ``` hawk: lookupSymbol failed in relocateSection (RELOC_GOT) /Users/bwagner/.stack/programs/x86_64-osx/ghc-8.4.4/lib/ghc-8.4.4/integer-gmp-1.0.2.0/HSinteger-gmp-1.0.2.0.o: unknown symbol `___gmp_rands' error: GhcException...
Just as we are adding map to expressions of type (Int -> Int), and we are adding const to expressions of type Int, let's add foldl1 to expressions of type...
[The documentation](https://github.com/gelisam/hawk/blob/master/doc/README.md#overview-one-liners-and-beyond) guides the user from one liners to a Haskell program, but there is a missing step: hawk processes the input into a table and streams the expression through...
#221 fixed some failing tests by commenting out code which was taking the output of some executable and printing it as warnings. Figure out if there was a good reason...
I am creating an issue here so that users find it if they experience an issue with stack 2.1.1, but this is not a bug in hawk, it is a...
`error: GhcException "You can't call hscCompileCoreExpr in a profiled compiler"` GHC 7.8.3 Cabal 1.20 Building without profiling works as expected.
The two stack builds take 2 minutes each on travis, while the cabal build takes 17! I'm using a sandbox, maybe we can cache its contents? I kind of like...
steps: ``` $ stack install haskell-awk Copied executables to /Users/michaelboosalis/.local/bin: - hawk $ hawk Usage ... $ seq 0 3 | hawk -a 'L.reverse' hawk: ghc: readCreateProcessWithExitCode: runInteractiveProcess: exec: does...
Install ``` bash stack install haskell-awk ``` Use ``` bash 01:28 $ hawk '"hello world"' error: Won't compile: : Could not find module ‘System.Console.Hawk.Runtime.Base’ Use -v to see a list...