nim-chronos VS futhark

Compare nim-chronos vs futhark and see what are their differences.

futhark

Automatic wrapping of C headers in Nim (by PMunch)
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
nim-chronos futhark
4 8
347 337
2.0% -
8.8 7.6
7 days ago 8 days ago
Nim Nim
Apache License 2.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.

nim-chronos

Posts with mentions or reviews of nim-chronos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • Nim 2.0.0 RC2
    10 projects | news.ycombinator.com | 31 Mar 2023
  • Looking for more example of nim's coroutines
    2 projects | /r/nim | 15 May 2021
    don't forget your fourth option: chronos

futhark

Posts with mentions or reviews of futhark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • C23: A Slightly Better C
    2 projects | news.ycombinator.com | 21 Jan 2024
    You don't want nimterop, you want futhark (https://github.com/PMunch/futhark).

    The C FFI Nim library lineage goes c2nim --> nimterop --> something i forgot --> futhark.

  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Ones that have not been mentioned so far:

    nlvm is an unofficial LLVM backend: https://github.com/arnetheduck/nlvm

    npeg lets you write PEGs inline in almost normal PEG notation: https://github.com/zevv/npeg

    futhark provides for much more automatic C interop: https://github.com/PMunch/futhark

    nimpy allows calling Python code from Nim and vice versa: https://github.com/yglukhov/nimpy

    questionable provides a lot of syntax sugar surrounding Option/Result types: https://github.com/codex-storage/questionable

    ratel is a framework for embedded programming: https://github.com/PMunch/ratel

    cps allows arbitrary procedure rewriting to continuation passing style: https://github.com/nim-works/cps

    chronos is an alternative async/await backend: https://github.com/status-im/nim-chronos

    zero-functional fixes some inefficiencies when chaining list operations: https://github.com/zero-functional/zero-functional

    owlkettle is a declarative macro-oriented library for GTK: https://github.com/can-lehmann/owlkettle

    A longer list can be found at https://github.com/ringabout/awesome-nim.

  • Why does Nim "wrap" C, rather than allow C code to be pasted directly to .nim files?
    1 project | /r/nim | 2 Jun 2022
    Have a look at Futhark . It does what you are requesting.
  • Current Goals for Nim?
    3 projects | /r/nim | 3 Jan 2022
    I'm not sure if Nimterop was created specifically to make Nim more mainstream. We have quite a couple different C/C++ interop tools, from c2nim in the core distribution to something like Futhark which automatically wraps things based on libclang.
  • Nim -- a modern "glue" language like Python
    9 projects | dev.to | 11 Oct 2021
    c2nim is a tool to translate ANSI C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand after the translation process. If you are tired of wrapping C library, you can try futhark which supports "simply import C header files directly into Nim". Similar to futhark, cinterop allows one to interop with C/C++ code without having to create wrappers. nimLUA is a glue code generator to bind Nim and Lua together using Nim's powerful macro. nimpy and nimporter is a bridge between Nim and Python. rnim is a bridge between R and Nim. nimjl is a bridge between Nim and Julia! Last but not least, genny generates a shared library and bindings for many languages such as Python, Node.js, C.
  • Automatic wrapping of C headers in Nim
    1 project | news.ycombinator.com | 9 Oct 2021
  • Futhark: Automatic wrapping of C headers in Nim
    2 projects | /r/nim | 22 Sep 2021

What are some alternatives?

When comparing nim-chronos and futhark you can also consider the following projects:

karax - Karax. Single page applications for Nim.

c2nim - c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.

cps - Continuation-Passing Style for Nim 🔗

nimporter - Compile Nim Extensions for Python On Import!

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

futhark - :boom::computer::boom: A data-parallel functional programming language

napi-nim - Write NodeJS native extensions in Nim

nimpy - Nim - Python bridge

moe - A command line based editor inspired by Vim. Written in Nim.

nimjl - A bridge between Nim-lang and Julia !

INim - Interactive Nim Shell / REPL / Playground

owlkettle - A declarative user interface framework based on GTK 4