tokay VS asm

Compare tokay vs asm and see what are their differences.

tokay

Tokay is a programming language designed for ad-hoc parsing, inspired by awk. (by tokay-lang)

asm

scriptable runtime-writable livecd / hardware wrangler (by 9001)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tokay asm
4 3
231 2
0.9% -
8.7 7.3
about 1 month ago 4 days ago
Rust Shell
MIT License MIT License
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.

tokay

Posts with mentions or reviews of tokay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • The Awk Programming Language, Second Edition
    18 projects | news.ycombinator.com | 29 Jun 2023
    [0]: https://github.com/tokay-lang/tokay
  • GitHub - tokay-lang/tokay: Tokay is a programming language designed for ad-hoc parsing, inspired by awk.
    1 project | /r/programming | 14 May 2022
  • Hacker News top posts: May 13, 2022
    2 projects | /r/hackerdigest | 13 May 2022
    Tokay Programming Language\ (21 comments)
  • Tokay Programming Language
    2 projects | news.ycombinator.com | 12 May 2022
    I am very interested in this project as a "better awk" is something I have often fantasized about.

    I read all of the documentation that's available on https://tokay.dev/tokay-docs/, but unfortunately it never really... describes itself? Many sections, including the section on "parselets" are just unwritten. "Consumable" values are mentioned but never described (there is a "stub" section that doesn't really explain what the term means).

    It begins with a pretty detailed description of value "severity" but doesn't really motivate why the concept exists. (I think that it's (basically) a way to very concisely discard certain matches? When there are "more important" matches around them?)

    There are no examples of how I could use Tokay to "parse" something -- there are lots of examples dotted through the docs, but none of them demonstrate working with structured file formats, and they feel a little bit contrived.

    I'm not complaining here: this project is not making any false claims about its status, the docs are clearly and explicitly unfinished, it is very clear that Tokay is still under active development.

    But I want to learn more about it! I came away from that with a sense that, this has the potential to be really useful to me, but without any concrete evidence to support that. I guess the next step is to download the source and start reading through the tests.

    All this to say: please highlight some examples showcasing situations where Tokay shines! (Parsing CSVs containing quoted strings was making the rounds recently, right? What does that look like in Tokay?)

    Oh, actually, the GitHub readme has an example that is more involved than any in the documentation: https://github.com/tokay-lang/tokay

        _ : [ \t]+                # redefine whitespace to just tab and space

asm

Posts with mentions or reviews of asm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • Which command did you run 1731 days ago?
    9 projects | news.ycombinator.com | 21 Jan 2024
    We have a lot in common :-P except I'm still on bash, and do rely on PROMPT_COMMAND like you mentioned -- https://github.com/9001/asm/blob/hovudstraum/etc/profile.d/e...

    Lines 11-21 can be ignored, they detect if the folder you were in got moved/deleted from another shell, to avoid the confusing behavior you get in that case.

  • Ventoy
    8 projects | news.ycombinator.com | 18 Dec 2023
  • The Awk Programming Language, Second Edition
    18 projects | news.ycombinator.com | 29 Jun 2023
    I have found a handful of unconventional applications for awk -- I once needed a tiny pcm pulsewave generator, and awk was surprisingly decent for the job [1].

    Aside from that I've mostly been using it for quick statistics [2], but it quickly moves into perl territory...

    1: https://github.com/9001/asm/blob/hovudstraum/etc/bin/beeps#L...

What are some alternatives?

When comparing tokay and asm you can also consider the following projects:

sparklines - Text-based sparklines for the command line mimicking those of Edward Tufte.

awk-vm - A virtual machine and assembler written in AWK.

butter - A tasty language for building efficient software. WIP

mech - 🦾 Main repository for the Mech programming language. Start here!

marcel - A modern shell

react-snippets - A sample of useful snippets in React

Awk-Batteries - Public AWK Directory

textimg - Command to convert from color text (ANSI or 256) to image.

microperl-standalone

erg - A statically typed language compatible with Python