pretty-simple
pretty-printer for Haskell data types that have a Show instance (by cdepillabout)
haskell-awk
Haskell text processor for the command-line (by gelisam)
pretty-simple | haskell-awk | |
---|---|---|
2 | 4 | |
243 | 363 | |
- | 0.3% | |
4.7 | 5.3 | |
about 1 year ago | 12 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pretty-simple
Posts with mentions or reviews of pretty-simple.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-21.
-
text-display 0.0.4.0 released
You can use https://hackage.haskell.org/package/pretty-simple for that. It's pretty good and it also adds color.
-
Introduction to Doctests in Haskell
Looking for a few projects that make use of it, I found accelerate, hawk, polysemy and pretty-simple, so I'll be interested to poke around in their code and see how they have things set up.
haskell-awk
Posts with mentions or reviews of haskell-awk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
Why GHCi is my new calculator
I use a smooth awk-like tool called hawk for similar reasons and it sure is nice, can recommend.
-
Introduction to Doctests in Haskell
Looking for a few projects that make use of it, I found accelerate, hawk, polysemy and pretty-simple, so I'll be interested to poke around in their code and see how they have things set up.
-
Does IHP take away too much Haskell learning?
For easy, rapid development. If I'm processing text at the command-line and I realize that I need a Unix command-line tool which doesn't yet exist, say, one which reverses each line, I can very easily pipe my text into ghc -e 'interact (unlines . reverse . lines)' (or even more easily as hawk -md L.reverse) and move on to the next step of my text manipulation. If I had to open a text editor, create a new Haskell project, write the code which grabs the input, processes the lines, and then outputs the result, then this amount of friction is large enough that it's not worth it for a one time task. I'd probably find a different way to do it which is less expedient than the interact solution but more expedient than creating a new Haskell project.
-
Dyre 0.9 release candidate
hint maintainer here! To use dependencies, you need to use unsafeRunInterpreterWithArgs to pass extra -package-db arguments to ghc. In my hawk project, I'm trying hard to use the same package database in which hawk itself was installed, so I wrote a bunch of code to detect which installation method was used and to figure out the package database folder from there.
What are some alternatives?
When comparing pretty-simple and haskell-awk you can also consider the following projects:
tptp - Parser and pretty printer for the TPTP language
argparser
ghci-pretty - tiny hack for colored pretty-printing within ghci
docopt - A command-line interface description language and parser that will make you smile
polysemy - :gemini: higher-order, no-boilerplate monads
misfortune - A fortune-mod clone
wl-pprint-annotated - Wadler/Leijen pretty printer with annotations and API conforming to modern Haskell
print-console-colors - Print all the ANSI console colors for your terminal
ghci-websockets - A websocket server in GHCi that survives reloads
givegif - GIFs on the command line
Cabal - Official upstream development repository for Cabal and cabal-install
hledger-diff - Compares the transactions in two ledger files.
pretty-simple vs tptp
haskell-awk vs argparser
pretty-simple vs ghci-pretty
haskell-awk vs docopt
pretty-simple vs polysemy
haskell-awk vs misfortune
pretty-simple vs wl-pprint-annotated
haskell-awk vs print-console-colors
pretty-simple vs ghci-websockets
haskell-awk vs givegif
pretty-simple vs Cabal
haskell-awk vs hledger-diff