order-pp VS poica

Compare order-pp vs poica and see what are their differences.

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
order-pp poica
5 2
102 230
- -
0.0 9.4
over 2 years ago over 3 years ago
C C
Boost Software License 1.0 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.

order-pp

Posts with mentions or reviews of order-pp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Announcing the Hare programming language
    10 projects | news.ycombinator.com | 25 Apr 2022
  • No Us Without You: elifdef and elifndef
    1 project | news.ycombinator.com | 15 Mar 2021
    Looping is already totally doable, up to a finite maximum number of iterations. Local variables and the like can be simulated through suitably clever preprocessor definitions and logic, too. The syntax and trickery you need to take advantage of it is thoroughly, thoroughly unpleasant though.

    For anyone curious about the practicality of that sort of thing, A CPS macro continuation machine like https://github.com/rofl0r/order-pp/blob/master/inc/order/cm.... would give you about 18 quintillion loop iterations if my math was right; double the length of that file and you’d have more loop iterations than atoms in the universe.

  • Have constexpr string mixins been proposed?
    1 project | /r/cpp | 27 Feb 2021
    Macros can already accomplish this and more quite handily, using order-pp for example:
  • datatype99: C99 with sum types, v0.1.0
    5 projects | /r/C_Programming | 4 Feb 2021
    Here is an example of the power of order: https://github.com/rofl0r/order-pp/blob/master/example/fibonacci.c

poica

Posts with mentions or reviews of poica. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-04.
  • datatype99: C99 with sum types, v0.1.0
    2 projects | /r/programming | 4 Feb 2021
    I'll try it at work soon. Sounds so good because I've spent for about a year to make it look as now, see https://github.com/Hirrolot/poica (my previous experiment).
    5 projects | /r/C_Programming | 4 Feb 2021
    Can you provide examples of general recursion and partial application in Boost/PP? When I was working on poica, it was a real pain to catch macro blueprinting with Boost/PP as well as capture an environment for macros (higher-order Boost/PP functions always accept an additional argument that is passed to functions; it needs to be unpacked further and so on).

What are some alternatives?

When comparing order-pp and poica you can also consider the following projects:

awesome-c-preprocessor - A list of awesome C preprocessor stuff

data_desk - New version "Metadesk" at https://github.com/Dion-Systems/metadesk

http_server - Pony library for building HTTP server applications.

datatype99 - Algebraic data types for C99

moonlight-common-c - Core implementation of Nvidia's GameStream protocol

CSP - Compile-time LISP interpreter on C macro preprocessor

metalang99 - Full-blown preprocessor metaprogramming

derive4j - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.

adt - Algebraic data types for Python (experimental, not actively maintained)

cp437.h - Header only codepage 437 unicode lookup table.