InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
Haskell-awk Alternatives
Similar projects and alternatives to haskell-awk
-
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
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
servant
Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
haskell-awk discussion
haskell-awk reviews and mentions
-
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.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 17 Sep 2024
Stats
gelisam/hawk is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of haskell-awk is Haskell.