pareas VS Ark

Compare pareas vs Ark and see what are their differences.

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
pareas Ark
1 17
133 557
- 3.6%
4.1 8.9
about 2 months ago 7 days ago
Futhark C++
- Mozilla Public License 2.0
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.

pareas

Posts with mentions or reviews of pareas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-19.
  • GPU Programming: When, Why and How?
    4 projects | news.ycombinator.com | 19 Jun 2023
    Compared to Halide:

    * Futhark does not expose a scheduling language that gives you precise control over code generation. This is probably the main selling point of Halide.

    * Futhark has a much broader focus than Halide, which is mainly oriented towards image processing. Futhark wants to support arbitrary data parallel computation. E.g. see this compiler written in Futhark: https://github.com/Snektron/pareas

    Compared to Sycl:

    * Futhark is a non-embedded language that is more high level than Sycl. The goals are similar in the sense that both systems to try make (data) parallel programming more accessible. The vision behind Futhark is that the conventional functional programming vocabulary is actually a pretty good fit for parallelism, and that an aggressively optimising compiler can reduce or eliminate the overhead of abstraction. I don't think Sycl is as focused on high levels of abstraction, but rather focuses on being a relatively low-level portable programming interface.

Ark

Posts with mentions or reviews of Ark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Dealing with documentation
    4 projects | /r/ProgrammingLanguages | 23 Apr 2023
    This results in two websites: - the documentation of the language on the "main" website, https://arkscript-lang.dev ; - the technical documentation (+ modules) on doxygen: https://arkscript-lang.dev/impl/
  • November 2022 monthly "What are you working on?" thread
    25 projects | /r/ProgrammingLanguages | 3 Nov 2022
    1: https://github.com/ArkScript-lang/Ark 2: https://github.com/AFLplusplus/AFLplusplus
  • Making your project available through Homebrew
    1 project | dev.to | 7 Sep 2022
    # Documentation: https://docs.brew.sh/Formula-Cookbook # https://rubydoc.brew.sh/Formula # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! class ArkscriptAT330 < Formula desc "" homepage "" license "" head "https://github.com/ArkScript-lang/Ark.git" depends_on "cmake" => :build def install # ENV.deparallelize # if your formula fails when building in parallel system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end test do # `test do` will create, run in and delete a temporary directory. # # This test will fail and we won't accept that! For Homebrew/homebrew-core # this will need to be a test that verifies the functionality of the # software. Run the test with `brew test [email protected]`. Options passed # to `brew install` such as `--HEAD` also need to be provided to `brew test`. # # The installed folder is not in the path, so use the entire path to any # executables being tested: `system "#{bin}/program", "do", "something"`. system "false" end end
  • Understanding tail-call optimization
    2 projects | dev.to | 20 Feb 2022
    Lately, I've been working on optimizations for my language, ArkScript, and finally take some time to add tail-call optimization to my compiler.
  • Solving the stack problem
    1 project | /r/ProgrammingLanguages | 5 Feb 2022
    A nice and bigger example would be this one, a snake game: https://github.com/ArkScript-lang/Ark/blob/dev/examples/games/snake/snake.ark
  • Contributed to some OSSs with pull-requests in this year too.
    3 projects | dev.to | 7 Oct 2021
  • July 2021 monthly "What are you working on?" thread
    7 projects | /r/ProgrammingLanguages | 1 Jul 2021
    Still working on ArkScript after releasing the 3.1.0, improving the standard library, adding modules, and working on performance improvements + adding parallel builtins soon!
  • ArkScript 3.1.0 is here with macro and UTF-8 support
    1 project | news.ycombinator.com | 30 Jun 2021
  • ArkScript 3.1.0 is here with macros and UTF-8
    1 project | /r/ProgrammingLanguages | 30 Jun 2021
  • GitHub actions are awesome
    1 project | dev.to | 8 Jun 2021
    Until recently, when we wanted to create new releases for ArkScript, we had to build the language on all the system we support (currently Windows and Linux), build the modules (http, console, random, etc), test everything on each operating system, and then package the needed files and directory in ZIPs. We had to go to GitHub, create a new release, add the correct tag (and not mix it with the title as they are different things!), grep the latest changelog, and add our artifacts.

What are some alternatives?

When comparing pareas and Ark you can also consider the following projects:

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

Peregrine - A blazing fast language for the blazing fast world(WIP)

HarkDB - Multi-backend GPU query engine written with Futhark

hera - Hera: Ewasm virtual machine conforming to the EVMC API

futswirl - Fun with IFS fractals :boom:

fake-gcs-server - Google Cloud Storage emulator & testing library.

Feral - Feral programming language reference implementation

jank - A Clojure dialect hosted on LLVM with native C++ interop

boring-lang - A very boring programming language

zhetapi - A C++ ML and numerical analysis API, with an accompanying scripting language.

embedded-scripting-languages - A list of embedded scripting languages