libtask VS nballerina

Compare libtask vs nballerina and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
libtask nballerina
2 15
10 142
- 0.0%
10.0 7.6
about 8 years ago 5 months ago
C++ Ballerina
Boost Software License 1.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.

libtask

Posts with mentions or reviews of libtask. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-11.
  • Ballerina: A Data-Oriented Programming Language
    3 projects | news.ycombinator.com | 11 May 2022
    "Easy" to do if you are willing to put up with macros:

       https://github.com/gpderetta/libtask/blob/master/tests/q_test.cpp#L160
  • Effective Concurrency with Algebraic Effects in Multicore OCaml
    1 project | news.ycombinator.com | 12 Oct 2021
    It is not like a continuation, it is exactly a (typed) continuation, or better, an infinite list of continuations (invoking the continuation.

    In your example of reading an int the EffectHandler and Effect are simply switched (better names are sink and source). And yes, for IO you will need a scheduler, but streams are much more straightforward.

    I have reached my limit of pure functional language knowledge, but I can offer you a working implementation [1] in an imperative language.

    I've actually implemented these typed continuations in c++ years ago, and I'm trying to understand how they differ from effects (aside for the whole imperative thing).

    In the C++ implementation, for convenience the continuation object is replaced with the next continuation when invoked, but internally actually invoking a continuation function returns the yielded value and the next continuation as for my EffectHandeler example.

    https://github.com/gpderetta/libtask/blob/master/tests/conti...

nballerina

Posts with mentions or reviews of nballerina. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

What are some alternatives?

When comparing libtask and nballerina you can also consider the following projects:

csharplang - The official repo for the design of the C# programming language

wing - A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡

plantuml - Generate diagrams from textual description

inpla - Inpla: Interaction nets as a programming language (the current version)

i-use-arch-btw - "I use Arch btw" but it's a Turing-complete programming language.

io - Io programming language. Inspired by Self, Smalltalk and LISP.

SSVM - WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

protoactor-go - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

resholve - a shell resolver? :) (find and resolve shell script dependencies)

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

multiversion-concurrency-control - Implementation of multiversion concurrency control, Raft, Left Right concurrency Hashmaps and a multi consumer multi producer Ringbuffer, concurrent and parallel load-balanced loops, parallel actors implementation in Main.java, Actor2.java and a parallel interpreter

c4-notation - Technical resources for using the C4 model for visualizing software architecture.