Need advice about which tool to choose?Ask the StackShare community!

AWK

560
49
+ 1
0
Erlang

1.3K
749
+ 1
345
Add tool

AWK vs Erlang: What are the differences?

AWK: A language for text processing, data extraction and reporting. A data-driven scripting language consisting of a set of actions to be taken against streams of textual data – either run directly on files or used as part of a pipeline – for purposes of extracting or transforming text, such as producing formatted reports; Erlang: A programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of Erlang's uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems.

AWK and Erlang belong to "Languages" category of the tech stack.

AWK and Erlang are both open source tools. It seems that Erlang with 7.8K GitHub stars and 2.12K forks on GitHub has more adoption than AWK with 206 GitHub stars and 41 GitHub forks.

WhatsApp, Heroku, and thoughtbot are some of the popular companies that use Erlang, whereas AWK is used by Betaout, itexto, and Datto. Erlang has a broader approval, being mentioned in 88 company stacks & 241 developers stacks; compared to AWK, which is listed in 3 company stacks and 7 developer stacks.

Decisions about AWK and Erlang
Justin Dorfman
Open Source Program Manager at Reblaze · | 1 upvote · 95.7K views

If you have a file (demo.txt) that has 3 columns:

Column-1    Column-2    Column-3
Row-1a      Row-2a      Row-3a         
Row-1b      Row-2b      Row-3b
Row-1c      Row-2c      Row-3c
Row-1d      Row-2d      Row-3d
Row-1e      Row-2e      Row-3e

and you want to only view the first column of the file in your CLI, run the following:

awk {'print $1'} demo.txt

Column-1
Row-1a
Row-1b
Row-1c
Row-1d
Row-1e

If you want to print the second column of demo.txt, just replace $1 with $2

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AWK
Pros of Erlang
    Be the first to leave a pro
    • 62
      Real time, distributed applications
    • 62
      Concurrency Support
    • 58
      Fault tolerance
    • 36
      Soft real-time
    • 32
      Open source
    • 22
      Message passing
    • 22
      Functional programming
    • 16
      Immutable data
    • 14
      Works as expected
    • 6
      Facebook chat uses it at backend
    • 5
      Practical
    • 5
      Knowledgeable community
    • 4
      Bullets included
    • 1
      WhatsApp uses it at backend

    Sign up to add or upvote prosMake informed product decisions

    Cons of AWK
    Cons of Erlang
      Be the first to leave a con
      • 1
        Languange is not popular demand

      Sign up to add or upvote consMake informed product decisions

      What is AWK?

      A data-driven scripting language consisting of a set of actions to be taken against streams of textual data – either run directly on files or used as part of a pipeline – for purposes of extracting or transforming text, such as producing formatted reports.

      What is Erlang?

      Some of Erlang's uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use AWK?
      What companies use Erlang?
      Manage your open source components, licenses, and vulnerabilities
      Learn More

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with AWK?
      What tools integrate with Erlang?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      What are some alternatives to AWK and Erlang?
      Python
      Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
      Perl
      Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
      JavaScript
      JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
      Node.js
      Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
      HTML5
      HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997.
      See all alternatives