RawParser VS httpie

Compare RawParser vs httpie and see what are their differences.

RawParser

Showing how a grammar driven parser can be implemented (by FransFaase)

httpie

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)
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
RawParser httpie
3 116
8 32,058
- 1.6%
0.0 6.6
almost 2 years ago 16 days ago
C Python
MIT License BSD 3-clause "New" or "Revised" 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.

RawParser

Posts with mentions or reviews of RawParser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-21.
  • Literate programming is much more than just commenting code
    15 projects | news.ycombinator.com | 21 Mar 2022
    I have started working on a program that can parse Markdown files with fragments of C code and weave those fragments into a C program that can be compiled. For an example input, see https://github.com/FransFaase/RawParser#documentation
  • Show HN: JWEB (a modern implementation of the CWEB Literate Programming system)
    4 projects | news.ycombinator.com | 15 Dec 2021
  • Show HN: Carburetta – C/C++ Fused Scanner and Parser Generator
    1 project | news.ycombinator.com | 9 Apr 2021
    The distinction between a scanner and a parser is somewhat arbitrary. One could use one and the same formalism for it. The scanner usually deals with things that are considered 'atomic' elements in the language, while grammar is used for 'compound' elements consisting of one or more other elements. If there are seen as one and the same, than it naturally flows that the scanner is called from the parser, and not how it is traditionally done, that the scanner acts as a first pass. This seems a logical approach, but in practices, when scanning is context sensitive, requires the implementation of all kinds of hacks. Also, the treatment of keywords (where it is possible that they are case insensitive) it is better to have a grammar for parsing a keyword 'identifier' and a check whether the result matches the keyword. For pure performance this would not be the best solution, but I understand that Carburetta is not design for that. I have been developing a parser that makes no distinction between scanning and parsing in C, which I called RawParser: https://github.com/FransFaase/RawParser . It also offers more powerful grammar constructs and gives examples on how to implement memory management in a uniform way.

httpie

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

What are some alternatives?

When comparing RawParser and httpie you can also consider the following projects:

clerk - ⚡️ Moldable Live Programming for Clojure

thefuck - Magnificent app which corrects your previous console command.

sicmutils - Computer Algebra, Physics and Differential Geometry in Clojure.

Hoppscotch - Open source API development ecosystem.

mexdown - A lightweight integrating markup language

HTTP Prompt - An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

aws-cli - Universal Command Line Interface for Amazon Web Services

insomnia - The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

pgcli - Postgres CLI with autocompletion and syntax highlighting

howdoi - instant coding answers via the command line

cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.

bashplotlib - plotting in the terminal