promises-spec

An open standard for sound, interoperable JavaScript promises—by implementers, for implementers. (by promises-aplus)

Promises-spec Alternatives

Similar projects and alternatives to promises-spec

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

promises-spec discussion

Log in or Post with

promises-spec reviews and mentions

Posts with mentions or reviews of promises-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-29.
  • Create your own Promise in JavaScript
    1 project | dev.to | 24 Dec 2024
    The core Promises/A+ specification does not deal with how to create, fulfill, or reject promises. It's up to you. But the implementation you provide for the promise's construction has to be compatible with asynchronous APIs in JavaScript. Here is the first draft of our Promise class:
  • Concurrency and parallelism in PHP (part 1)
    5 projects | dev.to | 29 Jul 2024
    The method getAsync, as well as their similar postAsync, putAsync, deleteAsync and so on, return a Promise, which implements the Promises/A+ spec. You can chain their calls or wait for all of them concurrently, as we've done. Executing this script would result in something like:
  • Implement Promises/A+ from scratch
    2 projects | dev.to | 22 Mar 2024
    Today, I tried implementing Promises/A+ from scratch to test my coding skill. In the process, I’ve crafted this guide to share my insights and experiences with those who share a similar interest. Without further ado, let’s dive in.
  • Using XPath in 2023
    8 projects | news.ycombinator.com | 16 Jul 2023
    That made me chuckle.

    For those not familiar with the promise design controversy:

    http://brianmckenna.org/blog/category_theory_promisesaplus

    https://github.com/promises-aplus/constructor-spec/issues/24

    https://github.com/promises-aplus/promises-spec/issues/94

  • Why is JavaScript so hated?
    2 projects | /r/ProgrammingLanguages | 19 Jun 2023
    If you really want to go down the rabbit hole on this one, start here
  • What the imperative shell of an Functional Core/Imperative Shell language looks like
    5 projects | /r/ProgrammingLanguages | 7 May 2023
    Advantage 1, nesting, is the most important here, and it's often the most-overlooked advantage. Overlooking nesting is how Promises in Javascript got to be fundamentally broken.
  • [AskJS] Is JavaScript missing some built-in methods?
    13 projects | /r/javascript | 23 Feb 2023
    Have you read the infamous GitHub thread where people tried to fix this before it got finalized? It's quite a trip
  • This typo lasted several pomodoro sessions.
    1 project | /r/badcode | 12 Feb 2023
    1.) JS implementation of Promise is not a monad. See this StackOverflow answer or this GitHub discussion for more details
  • How to implement Promise in a FAANG interview
    1 project | dev.to | 16 Jan 2023
    In this article, we will go over how to implement a basic version of a promise during a FAANG interview. The standard for promise implementation is called A+, but it includes a huge amount of details, making it almost impossible to implement all of them during a one-hour coding interview. Therefore, we will focus on implementing a basic variation that should be enough to show the interviewer your solving skills.
  • what object
    1 project | /r/softwaregore | 10 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic promises-spec repo stats
24
1,838
0.0
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com