Fluture VS scriptum

Compare Fluture vs scriptum and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
Fluture scriptum
4 1
2,464 382
0.2% 0.5%
5.9 9.1
9 days ago 8 days ago
JavaScript JavaScript
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.

Fluture

Posts with mentions or reviews of Fluture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-01.
  • Ask HN: Who wants to be hired? (December 2023)
    26 projects | news.ycombinator.com | 1 Dec 2023
    My name is Aldwin. I'm back-end-leaning full-stack (web-) developer with over 13 years of full time professional experience at various software development agencies. Besides that, I have years of hobby-programming and open-source experience, with Fluture[1] being my most well-received.

    I've been leading small teams for the last eight years, focusing on developer enabling work such as process management, devops, software architecture, and coaching.

    I'm very passionately in particular about functional programming, and I'm hoping to coach teams when it comes to the cross-over between functional programming and software architecture - something a lot of developers who are new to FP struggle with.

    Although I have been involved in a huge variety of software types, I'm particularly well-experienced when it comes to real-time, offline-first web-applications and real-time data processing.

    [1]: https://github.com/fluture-js/Fluture

  • FP for web/mobile apps in 2022?
    5 projects | /r/functionalprogramming | 2 Aug 2022
    I think that it is fine to code perfectly functional apps using TypeScript with React Native and React. You will have a huge community to support you with documentation, libraries, and available labor. Yes, the language has a lot of soundness holes and misses a lot of useful features like pattern matching or type classes but, for me, it is a valid trade-off. There are libraries for better FP programming in TypeScript like fp-ts, io-ts, and fluture.
  • Introduction to Functional Programming in JavaScript
    5 projects | dev.to | 8 Jan 2022
    Fortunately, as it has been shown in this article, it’s definitely possible to use functional programming with plain JavaScript. However, if you really want to dive deeper into this paradigm while using JavaScript, you’ll probably want to use some already existing functional libraries such as Sanctuary, Fluture, Ramda and others.
  • A Fallback for the JavaScript Pipeline Operator
    3 projects | dev.to | 6 Jan 2021
    This is great news for functionally-minded libraries such as Ramda, Sanctuary, Fluture, and many more. But it also makes some vanilla JavaScript nicer, for example:

scriptum

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

What are some alternatives?

When comparing Fluture and scriptum you can also consider the following projects:

rubico - [a]synchronous functional programming

melange - A mixture of tooling combined to produce JavaScript from OCaml & Reason

adequate-guide-react - A sample app of usage of functional programming with React.

protoss - Zeta Ret ProtoSS Library - Prototype Supers-Subclass ~ 1kb (Polymorphism, Prototypes, OOP)

posterus - Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.

crocks - A collection of well known Algebraic Data Types for your utter enjoyment.

You-Dont-Need-Momentjs - List of functions which you can use to replace moment.js + ESLint Plugin

node-tda - NodeJS API for TDA

promise-breaker - Helps you write libraries that accept both promises and callbacks.

proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.

io-ts - Runtime type system for IO decoding/encoding

ppipe - pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES