Ark

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

Ark Alternatives

Similar projects and alternatives to Ark

  1. ocaml

    129 Ark VS ocaml

    The core OCaml system: compilers, runtime system, base libraries

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. diataxis-documentation-framework

    A systematic approach to creating better documentation.

  4. Cwerg

    59 Ark VS Cwerg

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

  5. documentation-framework

    "The Grand Unified Theory of Documentation" (David Laing) - a popular and transformative documentation authoring framework

  6. Pipefish

    Source code for the Pipefish programming language

  7. Read the Docs

    34 Ark VS Read the Docs

    The source code that powers readthedocs.org

  8. star

    24 Ark VS star

    An experimental programming language that's made to be powerful, productive, and predictable (by ALANVF)

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. AFLplusplus

    The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

  11. minima

    A fast, byte-code interpreted language (by TheRealMichaelWang)

  12. bluebird

    A work-in-progess programming language modeled after Ada and C++ (by csb6)

  13. Feral

    1 Ark VS Feral

    Feral programming language reference implementation

  14. boba

    9 Ark VS boba

    A general purpose statically-typed concatenative programming language. (by glossopoeia)

  15. zhetapi

    2 Ark VS zhetapi

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

  16. fake-gcs-server

    Google Cloud Storage emulator & testing library.

  17. Peregrine

    14 Ark VS Peregrine

    Discontinued A blazing fast language for the blazing fast world(WIP)

  18. embedded-scripting-languages

    A list of embedded scripting languages

  19. hera

    1 Ark VS hera

    Hera: Ewasm virtual machine conforming to the EVMC API (by ewasm)

  20. nullc

    6 Ark VS nullc

    Fast C-like programming language with advanced features

  21. boring-lang

    A very boring programming language

  22. schmu

    3 Ark VS schmu

    programming with second class references

  23. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Ark alternative or higher similarity.

Ark discussion

Log in or Post with

Ark reviews and mentions

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 2024-09-03.
  • Implementing computed gotos in C++
    1 project | dev.to | 25 Sep 2024
    I've implemented this in ArkScript, a small scripting language I've been working on for a few years now, and this has yielded about a 10% performance improvement:
  • Adding short-circuiting in a bytecode interpreter
    1 project | dev.to | 16 Sep 2024
    Let's see how and is implemented in ArkScript (as of 16/09/2024):
  • Comparing Python and ArkScript asynchronous models
    2 projects | dev.to | 3 Sep 2024
    All this hype made me dig in my own language, ArkScript, as I had a Global VM Lock, too, in the past (added in version 3.0.12, in 2020, removed in 3.1.3 in 2022), to compare things and force me to dig deeper into the how and why of the Python GIL.
  • 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!
  • A note from our sponsor - InfluxDB
    influxdata.com | 26 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic Ark repo stats
21
627
9.5
4 days ago

ArkScript-lang/Ark is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of Ark is C++.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?