In defense of complicated programming languages

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • python-rant

    Why you should avoid using Python for large projects

  • A similar argument from the opposite angle: why the "simple" programming language Python isn't great for real software

  • cargo-call-stack

    Whole program static stack analysis

  • Generators can just dump stuff on the stack. They have additional their own stack for storing their state. If you can prove an upper amount of creation of generators in the call graph, that would however work. There is for example this nice tool for Rust doing the overapproximation.

  • 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.

    InfluxDB logo
  • CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

  • That's really cool that RAII works well though, has anyone attempted to make a language like C-- that takes all the good things from C++ and removes the unneeded complexities? From my time with C++ following this: https://github.com/isocpp/CppCoreGuidelines actually makes C++ a really nice language, it would be cool if you could lock out everything else and enforce these guidlines.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Data-to-paper: autonomous stepwise LLM-driven research

    1 project | news.ycombinator.com | 11 May 2024
  • The Smartest People in the Room Are All Listening to the Same Podcast

    1 project | news.ycombinator.com | 11 May 2024
  • Drug Discovery with Vector Search

    1 project | news.ycombinator.com | 11 May 2024
  • Lessons learned reinventing the Python notebook

    3 projects | news.ycombinator.com | 11 May 2024
  • LangChain Go

    2 projects | dev.to | 11 May 2024