Ark VS diataxis-documentation-framework

Compare Ark vs diataxis-documentation-framework and see what are their differences.

Ark

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

diataxis-documentation-framework

A systematic approach to creating better documentation. (by evildmp)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Ark diataxis-documentation-framework
17 72
548 710
3.6% -
8.4 8.7
6 days ago about 1 month ago
C++ HTML
Mozilla Public License 2.0 GNU General Public License v3.0 or later
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.

diataxis-documentation-framework

Posts with mentions or reviews of diataxis-documentation-framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-23.
  • How-To Document: The Documentation System
    2 projects | news.ycombinator.com | 23 Mar 2024
  • Diátaxis
    1 project | news.ycombinator.com | 7 Mar 2024
  • The IDEs we had 30 years ago and we lost
    14 projects | news.ycombinator.com | 28 Dec 2023
    Perhaps it could be restructured to separate out the howto from the explanation to serve the reader’s intended use at the time as described here: https://diataxis.fr
  • Lessons in Leadership Excellence
    1 project | dev.to | 28 Dec 2023
    Create an organized repository for regularly updated documentation, making it easy to access important information.
  • Docs Deserve More Respect
    3 projects | news.ycombinator.com | 27 Dec 2023
  • Nx Conf 2023 - Recap
    7 projects | dev.to | 13 Oct 2023
    Such integration capabilities really help push the developer productivity, whether that's in single-project workspaces or monorepos. Juri also dives deeper into efforts from the team to provide high quality educational content around Nx and its capabilities. The Nx docs have been restructured to follow the Diataxisframework, dividing content into into learning-, task-, understanding- and information-oriented sections.
  • Beyond OpenAPI
    12 projects | news.ycombinator.com | 11 Sep 2023
    I think people may be missing the core point of this article.

    Anton has built a new thing, https://codapi.org/ - which provides a web component that makes it easy to embed interactive code snippets for HTTP APIs, Python code and more directly in pages of documentation.

    This article demonstrates this new technology in the context of the https://diataxis.fr/ documentation framework, which recommends going beyond just straight API reference documentation and ensuring you cover tutorials, how-to guides and explanations as well.

    I think this is really cool.

  • Where is the documentation for the text models
    1 project | /r/NovelAi | 6 Jul 2023
    As much as possible on all facets, because that is what "documentation" means, and if you are a product manager who wasn't paying attention in product management 101 and need some guidance on what "documentation" is, try reading this first.
  • The PostgreSQL Documentation and the Limitations of Community
    4 projects | news.ycombinator.com | 15 Jun 2023
    Related: Diátaxis - A systematic framework for technical documentation authoring [1]

    "The Diátaxis framework aims to solve the problem of structure in technical documentation. It adopts a systematic approach to understanding the needs of documentation users in their cycle of interaction with a product.

    Diátaxis identifies four modes of documentation - tutorials, how-to guides, technical reference and explanation. It derives its structure from the relationship between them.(...)"

    [1] https://diataxis.fr/

  • The Surprising Power of Documentation
    5 projects | news.ycombinator.com | 11 Jun 2023
    the divio style docs concept got further refined by the creator with this - https://diataxis.fr/

    mostly the same but some additional information for people who are interested

What are some alternatives?

When comparing Ark and diataxis-documentation-framework you can also consider the following projects:

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

technical-writing - A collection of materials relating to technical writing

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

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

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

awesome-writing - An awesome list of information to help developers write better, kinder, more helpful documentation and learning materials

Feral - Feral programming language reference implementation

just - 🤖 Just a command runner

boring-lang - A very boring programming language

arc42.org-site - (jekyll-based) website for arc42.org - the template for communicating software architectures.

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

mark - Sync your markdown files with Confluence pages.