Cello VS infer

Compare Cello vs infer and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Cello infer
18 42
6,236 14,693
- 0.5%
0.0 9.9
8 months ago 7 days ago
C OCaml
GNU General Public License v3.0 or later 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.

Cello

Posts with mentions or reviews of Cello. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Libcello – higher level C programming
    1 project | news.ycombinator.com | 4 Mar 2024
  • The NSA list of memory-safe programming languages has been updated
    2 projects | news.ycombinator.com | 4 Mar 2024
  • Object-oriented Programming with ANSI-C [pdf]
    5 projects | news.ycombinator.com | 21 Jun 2023
    Yes, that's C. C macros can take you quite far. Unfortunately because it's just a bunch of macros, it's quite brittle. Like high level abstractions created with macros in assembly language. You have to do all the checking and reasoning about it since the compiler cannot.

    [1] https://libcello.org/

  • Better C Generics: The Extendible _Generic
    9 projects | /r/C_Programming | 28 Jan 2023
    It took me a long time to understand, coming from higher level programming, that a lot of exactly that "higher level" is just systematic fat pointer conventions. And because pointers-with-metadata is not a first-class language construct, we invent all these languages that codify a particular fat pointer convention. Cello is an example of what kinds of abstractions can be built on top of a tiny little bit of (non-native) fat pointer convention.
  • OOP in C
    7 projects | news.ycombinator.com | 8 Jan 2023
    There is a lightweight object oriented extension to C called Objective-C [1] that unfortunately never gained much traction outside the NeXT/Apple ecosystem. There is also Cello [2].

    [1] https://en.wikipedia.org/wiki/Objective-C

    [2] https://github.com/orangeduck/Cello

  • Ask HN: Modern C Libraries
    5 projects | news.ycombinator.com | 14 Oct 2022
    Regular expressions library to validate information before dumping to rocksdb.

    https://www.gnu.org/software/libc/manual/html_node/Regular-E...

    Non-critical implimentation fun, use cello [1] for 'gawk' functionality in C with C++ objects/classes.

    [1] https://libcello.org/

  • What does the ??!??! operator do in C?
    2 projects | news.ycombinator.com | 5 Oct 2022
  • Is it possible to make C as safe as Rust?
    3 projects | /r/C_Programming | 29 Sep 2022
    You can achieve a fairly decent runtime safety for some types of project. Check out libcello and my own monster (libstent, lame presentation).
  • Ask HN: I like studying the concept of abstractions
    7 projects | news.ycombinator.com | 28 Sep 2022
    towards lisp related data structures / algorithms (aka recursive tree data structures & algorithms).

    So, no distinction between metadata vs. structual storage unless noted.

    Anything beyond that tends towards masters & upper level undergraduate level material. aka review the implimentation of a programming language for algorithm & data structure usage per language features.

    aka Autonoma / regular expressions backround: Lisp in Small Pieces by Christian Queinnec; ; https://github.com/aalhour/awesome-compilers; On Lisp by Paul Graham; Let over Lambda by Doug Hoyte; C 'macro's pushed to maximum effect : https://libcello.org/

        Left out Comparison of languages; Transform from lang a to lang b; and language implimentation as discussions tend to assume masters / upper level undergraduate knowledge
  • Cake: C23 Front End and Transpiler C23 – C99
    5 projects | news.ycombinator.com | 13 Sep 2022
    with skills like this, mind to push cello forward? https://github.com/orangeduck/Cello really like it but not skillful enough to do it myself.

infer

Posts with mentions or reviews of infer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • An Introduction to Temporal Logic (With Applications to Concurrency Problems)
    4 projects | news.ycombinator.com | 22 Jan 2024
    I think most development occurs on problems that can't be formally modeled anyway. Most developers work on things like, "can you add this feature to the e-commerce site? And can the pop-up be blue?" which isn't really model-able.

    But that's not to say that formal methods are useless! We can still prove some interesting aspects of programs -- for example, that every lock that gets acquired later gets released. I think tools like Infer[0] could become common in the coming years.

    [0]: https://fbinfer.com/

  • Should I Rust or should I Go
    7 projects | news.ycombinator.com | 15 Sep 2023
  • Enforcing Memory Safety?
    3 projects | /r/cpp | 7 Jun 2023
    Using infer, someone else exploited null-dereference checks to introduce simple affine types in C++. Cppcheck also checks for null-dereferences. Unfortunately, that approach means that borrow-counting references have a larger sizeof than non-borrow counting references, so optimizing the count away potentially changes the semantics of a program which introduces a whole new way of writing subtly wrong code.
  • Interesting ocaml mention in buck2 by fb
    5 projects | /r/ocaml | 9 Apr 2023
    Meta/Facebook are long time OCaml users, their logo is on the OCaml website. Their static analysis tool and its predecessor are both written in OCaml.
  • CISA Director Easterly's comments about cyber security. Agree or disagree?
    1 project | /r/cybersecurity | 1 Mar 2023
    Then this idea that the US government will tell tech companies how to write secure software. Let's get this straight, the private sector, especially big tech is miles ahead of US government in this regard. Microsoft literally invented threat modelling and modern exploit mitigations. Facebook has the best appsec processes pretty much in the whole world, including their own cutting edge code analyzer. AWS uses formal verification everywhere. Meanwhile the US government itself runs mission-critical systems that's almost literally held together by bubble gum and toothpicks. Maybe they could dial down the arrogance a tad, get their own shit together, learn how this cyber stuff is actually done and only then try lecturing everyone else.
  • A plan for cybersecurity and grid safety
    6 projects | dev.to | 10 Feb 2023
    Efforts: Dependabot, CodeQL, Coverity, facebook's Infer tool, etc
  • A quick look at free C++ static analysis tools
    3 projects | /r/cpp | 4 Jan 2023
    I notice there isn't fbinfer. It's pretty cool, and is used for this library.
  • silly guy
    1 project | /r/ProgrammerHumor | 25 Dec 2022
    "Move fast, break stuff" is a great approach when you aren't pushing the broken bits to production. Fuck, even Facebook, the big "move fast, break stuff" company, uses tools to detect errors in its continuous integration toolchain. https://fbinfer.com/
  • OCaml 5.0 Multicore is out
    19 projects | news.ycombinator.com | 16 Dec 2022
  • Beyond Functional Programming: The Verse Programming Language (Epic Games' new language with Simon Peyton Jones)
    5 projects | /r/programming | 12 Dec 2022
    TBH, there's a non-zero amount of non-"ivory tower" tools you may have used that are written in functional languages. Say, Pandoc or Shellcheck are written in Haskell; Infer and Flow are written in OCaml. RabbitMQ and Whatsapp are implemented in Erlang (FB Messenger was too, originally; they switched to the C++ servers later). Twitter backend is (or was, at least) written in Scala.

What are some alternatives?

When comparing Cello and infer you can also consider the following projects:

vos - Vinix is an effort to write a modern, fast, and useful operating system in the V programming language

SonarQube - Continuous Inspection

cfront-3 - self education and historical research of the C++ compiler cfront v3

Spotbugs - SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

glibc - GNU Libc

Error Prone - Catch common Java mistakes as compile-time errors

v-mode - 🌻 An Emacs major mode for the V programming language.

FindBugs - The new home of the FindBugs project

rust - Empowering everyone to build reliable and efficient software.

PMD - An extensible multilanguage static code analyzer.

metaparse - A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process

Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.