burrido VS ante

Compare burrido vs ante and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
burrido ante
3 23
173 1,827
- -
10.0 8.1
about 7 years ago 19 days ago
JavaScript Rust
MIT License MIT License
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.

burrido

Posts with mentions or reviews of burrido. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-30.
  • Late Architecture with Functional Programming
    2 projects | news.ycombinator.com | 30 Apr 2023
    do-notation can be easily implemented using delimited continuations (ie. generators). Generators compose well and flatten tail calls so you don't need TCO or trampolines. The only notable issue is that one-shot delimited continuations like generators don't work with non-deterministic monads (ie. List). Multi-shot can be emulated by keeping a cache of past values and replaying the generator, but performance will suffer. See burrido [1] for a JavaScript do-notation implementation.

    [1] https://github.com/pelotom/burrido

  • Handling errors like a pro in TypeScript
    3 projects | /r/typescript | 22 Dec 2022
    I haven’t tried this out myself but there’s libraries out there that emulate do notation with generators, if that’s any better than e.g. fp-ts’ Do. A quick Google search led me to burrido
  • Ante: A low-level functional language
    4 projects | news.ycombinator.com | 17 Jun 2022
    Looks great!

    A few questions (hopefully the author still reads it):

    * Any plan for support of arrow/monad comprehensions?

    * Semi-related: When it comes to generators it might be worth to consider making them clonable (see https://github.com/pelotom/burrido)

ante

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

What are some alternatives?

When comparing burrido and ante you can also consider the following projects:

mlton - The MLton repository

riju - ⚡ Extremely fast online playground for every programming language.

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

FStar - A Proof-oriented Programming Language

exceptionally - A fully type-safe and lightweight way of using exceptions instead of throwing errors

verona - Research programming language for concurrent ownership

blazex - AOT compiled object oriented programming language

duck-editor - 基于scheme开发的鸭子编辑器

Vale - Compiler for the Vale programming language - http://vale.dev/

woo - A fast non-blocking HTTP server on top of libev

azula - A fast, statically typed compiled language

felix - The Felix Programming Language