Alan Perlis and the Evolution of Programming Languages

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
  • immutable-js

    Immutable persistent data collections for Javascript which increase efficiency and simplicity.

  • JavaScript is most programers' first introduction to map, filter, and reduce. Easy lambdas made those higher-order functions a staple of a lot of JS code.

    Meanwhile, immutable.js[0] is at 10 million downloads per week and rising.

    I would add that it's not just the ease of use of lambdas, but the fact that in JavaScript functions really are first class citizens. Most of the other widely used languages that people start on have lambda functions added in as a bit of a hack and only treat some functions as real values.

    [0] https://www.npmjs.com/package/immutable

  • 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

  • Comparing React state tools: Mutative vs. Immer vs. reducers

    1 project | dev.to | 1 May 2024
  • Immer VS mutative - a user suggested alternative

    2 projects | 25 Jan 2024
  • Grid v0.12.0

    1 project | /r/rust | 24 Nov 2023
  • Show HN: Cami.js – A No Build, Web Component Based Reactive Framework

    6 projects | news.ycombinator.com | 4 Nov 2023
  • Show HN: Generate JSON mock data for testing/initial app development

    5 projects | news.ycombinator.com | 3 Oct 2023