futhark VS futhark

Compare futhark vs futhark and see what are their differences.

futhark

:boom::computer::boom: A data-parallel functional programming language (by diku-dk)

futhark

Automatic wrapping of C headers in Nim (by PMunch)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
futhark futhark
52 8
2,291 333
2.2% -
9.8 7.7
1 day ago 21 days ago
Haskell Nim
ISC License 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.

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 2023-06-19.

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 futhark and futhark you can also consider the following projects:

arrayfire-rust - Rust wrapper for ArrayFire

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.

dex-lang - Research language for array processing in the Haskell/ML family

nimporter - Compile Nim Extensions for Python On Import!

Halide - a language for fast, portable data-parallel computation

nimpy - Nim - Python bridge

julia - The Julia Programming Language

nimjl - A bridge between Nim-lang and Julia !

BQN - An APL-like programming language. Self-hosted!

owlkettle - A declarative user interface framework based on GTK 4

kompute - General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.

rnim - A bridge between R and Nim