haskell-awk

Haskell text processor for the command-line (by gelisam)

Haskell-awk Alternatives

Similar projects and alternatives to haskell-awk

  1. ihp

    125 haskell-awk VS ihp

    🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Cabal

    84 haskell-awk VS Cabal

    Official upstream development repository for Cabal and cabal-install

  4. servant

    17 haskell-awk VS servant

    Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!

  5. accelerate

    Embedded language for high-performance array computations (by AccelerateHS)

  6. qhs

    1 haskell-awk VS qhs

    SQL queries on CSV and TSV files

  7. docopt

    A command-line interface description language and parser that will make you smile

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. polysemy

    7 haskell-awk VS polysemy

    :gemini: higher-order, no-boilerplate monads

  10. misfortune

    A fortune-mod clone

  11. getopt-generics

    Create command line interfaces with ease

  12. givegif

    0 haskell-awk VS givegif

    GIFs on the command line

  13. hunch

    0 haskell-awk VS hunch

    CSS-like syntax for file system manipulation (by logan-montellimard-braga)

  14. pretty-simple

    pretty-printer for Haskell data types that have a Show instance

  15. hledger-diff

    Compares the transactions in two ledger files.

  16. entangled

    bi-directional tangle daemon for literate programming

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better haskell-awk alternative or higher similarity.

haskell-awk discussion

Log in or Post with

haskell-awk reviews and mentions

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
    3 projects | /r/haskell | 24 Feb 2023
    I use a smooth awk-like tool called hawk for similar reasons and it sure is nice, can recommend.
  • Introduction to Doctests in Haskell
    6 projects | /r/haskell | 19 Apr 2022
    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?
    2 projects | /r/haskell | 1 Jul 2021
    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
    1 project | /r/haskell | 21 Feb 2021
    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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic haskell-awk repo stats
4
365
5.3
over 1 year ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Haskell is
the 25th most popular programming language
based on number of references?