Understanding Transducers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • learnhaskell

    Learn Haskell

  • I find the following type signature captures the essence:

    type Transducer x y = forall b. (b -> y -> b) -> (b -> x -> b)

    https://github.com/bitemyapp/learnhaskell/blob/master/dialog...

  • Functional-Light-JS

    Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [AskJS] Best books to learn advanced javascript?

    1 project | /r/javascript | 16 Oct 2022
  • Specialise in mentoring/teaching

    1 project | /r/ExperiencedDevs | 14 Feb 2022
  • A Usage Example for a Monad in Javascript

    1 project | dev.to | 10 Feb 2022
  • Is it function programming Vs Object oriented?

    1 project | /r/learnjavascript | 7 Feb 2022
  • Pragmatic Functional Programming in JavaScript

    1 project | dev.to | 18 Jan 2022