frawk VS bwk

Compare frawk vs bwk and see what are their differences.

frawk

an efficient awk-like language (by ezrosent)

bwk

Kernighan's Awk a.k.a. "One True Awk" (by andychu)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
frawk bwk
24 2
1,181 54
- -
6.4 0.0
2 months ago over 7 years ago
Rust C
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.

frawk

Posts with mentions or reviews of frawk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

bwk

Posts with mentions or reviews of bwk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-18.
  • Awk implementation?
    3 projects | /r/ProgrammingLanguages | 18 Feb 2022
  • How to Join a Team and Learn a Codebase
    2 projects | news.ycombinator.com | 16 Jan 2021
    Document the steps to setup dev environment in your own words and highlight the issues that you run into

    Lots of people are commenting saying they have problems with this.

    The first thing I do when working on an unfamiliar project is to write a SHELL SCRIPT that records everything I did. I keep that at the root of the git repo, usually as "run.sh".

    For example here is what I did when hacking on Kernighan's awk 5 years ago:

    https://github.com/andychu/bwk/blob/master/run.sh

    So now 5 years later I can see exactly where I got the files from. And I usually count how much source code there is in a repo to get a feel for it, and I have that exact command.

    And I was trying to figure out how much test coverage there is, so I ran a bunch of gcov stuff, which involve Python.

    The shell script may not work now, but the point is that I can tell within 10 seconds what I did 5 years ago.

    So basically I suggest becoming SHELL LITERATE and checking in shell script with comments. (You can also use a Makefile, but shell is less prescriptive about its model and has fewer gotchas. Make has all the gotchas of shell plus some more.)

    https://news.ycombinator.com/item?id=25400278

What are some alternatives?

When comparing frawk and bwk you can also consider the following projects:

clojure-rust-graalvm - An example of Clojure program calling a Rust library, all combined into one executable using GraalVM.

awk - One true awk

awka - Revive awka - Awk to C Compiler

scripts-to-rule-them-all - Set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects.

pawk - PAWK - A Python line processor (like AWK)

tui-rs - Build terminal user interfaces and dashboards using Rust

makesure - Simple task/command runner with declarative goals and dependencies

awk-ward.nvim

microperl-standalone

rust-smallvec - "Small vector" optimization for Rust: store up to a small number of items on the stack

http - Host These Things Please - a basic http server for hosting a folder fast and simply