Ark VS Yoakke

Compare Ark vs Yoakke and see what are their differences.

Ark

ArkScript is a small, fast, functional and scripting language for C++ projects (by ArkScript-lang)

Yoakke

A collection of libraries for implementing compilers in .NET. (by LanguageDev)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Ark Yoakke
17 3
547 140
3.5% -0.7%
8.4 4.2
3 days ago 11 days ago
C++ C#
Mozilla Public License 2.0 Apache 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.

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.

Yoakke

Posts with mentions or reviews of Yoakke. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-01.
  • Designing an extensible intermediate language
    1 project | /r/ProgrammingLanguages | 21 Aug 2021
    A quick status update Not too long ago I've posted about a new library, Yoakke that we are developing as a tool to help compiler development with. The goal is to implement all the "crud" that compilers have usually, so the developer can concentrate on the language-specific stuff. Last time you couldn't even try out the library, as it wasn't released in some package manager. Fortunately, we now have nightly builds, which should let you experiment until the first official release!
  • July 2021 monthly "What are you working on?" thread
    7 projects | /r/ProgrammingLanguages | 1 Jul 2021
    Started out working on an x86 module for the Yoakke library.
  • Yoakke, a new .NET library for implementing compilers
    2 projects | /r/ProgrammingLanguages | 25 Jun 2021
    And so, the Yoakke Compiler Infrastructure library was born. It’s still a young project with a gigantic roadmap ahead, but the first few components are already documented and testable. Its goal is to provide solutions that will fit for most cases, but lets you roll your own if you needed, while still getting some help along the way.

What are some alternatives?

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

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

star - An experimental programming language that's made to be powerful, productive, and predictable

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

boring-lang - A very boring programming language

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

minima - A fast, byte-code interpreted language

salsa - A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.

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

Cwerg - The best C-like language that can be implemented in 10kLOC.

Feral - Feral programming language reference implementation

bluebird - A work-in-progess programming language modeled after Ada and C++