Nim 2.0.0 RC2

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    A repository for your Nim proposals. (by nim-lang)

  • Another situation is when you have to interface with some other language that doesn't have this feature and where nameLikeThis and name_like_this both exist and mean different things. Thus requiring you to work it around with a third naming convention.

    Here's one illustration: https://github.com/nim-lang/RFCs/issues/456#issuecomment-111...

    We have partial case-insensitivity in PHP. Can't say I'm very fond of it, but I'm ambivalent as long as it's not abused.

  • nim-chronos

    Chronos - An efficient library for asynchronous programming

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

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  • I really wish they would fix the static linking. has needed a hack for three years:

    https://github.com/nim-lang/Nim/issues/15220

  • awesome-nim

    A curated list of awesome Nim frameworks, libraries, software and resources.

  • Ecosystem-wise - a brief subset of Nim packages:

        https://github.com/ringabout/awesome-nim

  • NimForUE

    Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++

  • choosenim

    Tool for easily installing and managing multiple versions of the Nim programming language.

  • It looks like it was fixed? https://github.com/dom96/choosenim/pull/227

  • nimib

    nimib 🐳 - nim 👑 driven ⛵ publishing ✍

  • As a reminder, at Nim Conf back in October 2022 Andreas presented Nim 2.0 in this video https://www.youtube.com/watch?v=aDi50K_Id_k&list=PLxLdEZg8DR...

    Hearing again I cannot chuckle when Araq says: Nim v1 is good at everything, Nim v2 is supposed to be better at everything.

    Back then it was supposed to come out in 2022 and indeed a RC1 came out in Dec. In the blogpost for RC1 you find the desciption of all new features: https://nim-lang.org/blog/2022/12/21/version-20-rc.html

    This longer time is because extra care is being taken into having a smooth transitions (for example important libraries have been tested to work on nim v2, e.g. we made sure nimib was working with v2 in early Feb: https://github.com/pietroppeter/nimib/releases/tag/v0.3.6)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • nesper

    Program the ESP32 with Nim! Wrappers around ESP-IDF API's.

  • Nim supports both since it compiles with pretty much any C89 C compiler. Also https://github.com/elcritch/nesper :)

  • ttop

    System monitoring tool with historical data service, triggers and top-like TUI

  • https://user-images.githubusercontent.com/4949069/229308266-...

    I rewrote full (2 years+) project in Nim in 3 weeks. I understand that I knew good architecture for the second implementation, but 3 weeks is good anyway.

    Did a lot of pet-projects, I use it for small prod tools or research if it is possible.

    For example I wanted to extend atop functionality, and I wrote my own ttop: https://github.com/inv2004/ttop

    For new Nim's user I would describe it like python with speed of C-lang. But later you will find that it is not another python, it is its own language with a lot of powerful things like templates, macros, very good interop with C (that is why libraries are not a problem most of the time) and etc.

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