awk VS bwk

Compare awk vs bwk and see what are their differences.

bwk

Kernighan's Awk a.k.a. "One True Awk" (by andychu)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awk bwk
34 2
1,918 54
- -
8.4 0.0
about 1 month ago almost 8 years ago
C C
GNU General Public License v3.0 or later -
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.

awk

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

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 awk and bwk you can also consider the following projects:

frawk - an efficient awk-like language

tectonic - A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

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

goawk - A POSIX-compliant AWK interpreter written in Go, with CSV support

awesome-c - A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.

AwkUnicodeSplit - An awk(1) fragment for reassembling Unicode characters after a split()

calendar - print upcoming events

DOOM - DOOM Open Source Release

2048.wasm - 2048 written in C and compiled to WebAssembly

awka - Revive awka - Awk to C Compiler

project-based-tutorials-in-c - A curated list of project-based tutorials in C