Js Deferred/Promise/Future compared to functional languages like Scala

前端 未结 4 848
迷失自我
迷失自我 2020-12-05 03:21

I\'m mostly using programming languages like Scala and JavaScript. I\'m trying to understand the similarities and differences in how async reactive programming is used in bo

4条回答
  •  不知归路
    2020-12-05 03:27

    I'm trying to understand the similarities and differences in how async reactive programming is used in both languages.

    This document here doesn't compare Javascript promises with Scala, but instead Javascript promises with C++ C# and Python: https://github.com/KjellSchubert/promise-future-task. I know thats not exactly what you had asked for, but this might give you some interesting pointers nonetheless.

提交回复
热议问题