pgress VS calculang

Compare pgress vs calculang and see what are their differences.

pgress

Native PostgreSQL JavaScript client library for web browsers (by alexanderguy)
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
pgress calculang
3 5
2 39
- -
0.0 4.6
about 1 year ago 5 months ago
TypeScript JavaScript
MIT License GNU Affero General Public License v3.0
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.

pgress

Posts with mentions or reviews of pgress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

calculang

Posts with mentions or reviews of calculang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Show HN: Open-source, browser-local data exploration using DuckDB-WASM and PRQL
    11 projects | news.ycombinator.com | 15 Mar 2024
  • Dynamic programming in Haskell: automatic memoization
    2 projects | news.ycombinator.com | 20 Jun 2023
    I develop calculang, a language for calculations. It converts concise formulae into Javascript.

    Since calculation formulae are usually inherently pure, a `--memo` flag to the compiler memoizes the lot.

    Many of my models are written in this recursive style and only work because of memoization. Sometimes other tricks are needed e.g. careful ordering of the calls, so that the memo is available before the stack breaks.

    My first calculang example is a bouncing ball: the position at t depends speed and the position at t-1. With loops we'll usually discover the same thing, but it's so much harder to follow.

    First-class memoization to proliferate this style is a really neat thing.

    [0] https://github.com/calculang/calculang

    [1] bouncing ball code: https://github.com/declann/calculang-miscellaneous-models/bl...

    [2] bouncing ball initial post: https://observablehq.com/@declann/calculang-bouncing-ball?co...

    [3] if you can tolerate my slow-load WIP devtools and are on a Desktop, this is better, with buttons to navigate through the model development (only some of which are working now!): https://models-on-a-plane.pages.dev/stories/bounce/

  • AI intensifies fight against ‘paper mills’ that churn out fake research
    1 project | news.ycombinator.com | 31 May 2023
    My instinct about numbers (i.e. incl. statistics) is that they should be reproducible: on-demand, with results and workings easily subjected to interrogation.

    In reality in many fields - my experience is in finance, but also in science - calculations are scattered across different languages and systems. This adds friction to any process about reproducing, understanding, analysing numbers.

    This is some motivation for calculang, a language for calculations I develop. https://github.com/calculang/calculang

    For the HN crew it's an under-development(!) functional language with properties to permit flexible designs that can scale. It's for numbers and if you share the model alongside your numbers people can check them according to the model and see the workings.

    It goes well with visual number [dev/person]tools that I will release one of soon, and in the future watch for a browser extension for the workings behind numbers you are reading.

    Important, it won't address the raw data part of the problem, but where numbers following from that are concerned, it might get closer to that instinct.

  • Ask HN: Those making $0/month or less on side projects – Show and tell
    95 projects | news.ycombinator.com | 27 Jan 2023
    I'm developing calculang, a language for calculations: https://github.com/calculang/calculang

    I've made some examples here: https://observablehq.com/collection/@declann/calculang

    Some tooling work for visualizations and for showing the workings will be released in the next weeks.

    There are no positive money flows; I've spent many years experimenting, developing, and now 1 year after a public release the twitter page where I make announcements has 24 followers: https://twitter.com/calculang

    I'm a modelling consultant - I work with numbers, I think they should be simple, but they are disjointed across systems and entities and programming languages and spreadsheets. The friction accumulates everywhere: to get a simple result, to follow the workings, to do any analysis, to share one or the other.

  • How to store your app's entire state in the url
    17 projects | news.ycombinator.com | 9 Jan 2023
    I'm developing more tools to these ends, via my overarching project calculang, a language for calculations [1].

    I also have a loan/repayment validator [2] but haven't added this QR code feature yet.

    Bank letters e.g. "Interest rates are rising and now we want 100e more per month, every month" could use a QR code to an independent validator or to see the workings behind the 100 calculation.

    Not using this in the real world now and there are security considerations to keep in mind, but reading state from a URL facilitates the usecase, QR codes that link physical numbers to their calculation and model.

    Implementation of payroll calculator is an Observable notebook and thankfully it neatly supports all my strict requirements as a QR code demo.

    [0] https://observablehq.com/@declann/payroll-playground-ireland...

    +Feature tweet: https://twitter.com/calculang/status/1608183731533107206

    [1] https://github.com/calculang/calculang

    [2] https://observablehq.com/@declann/loan-validator-dev

What are some alternatives?

When comparing pgress and calculang you can also consider the following projects:

storage-foundation-api-explainer - Explainer showcasing a new web storage API, NativeIO

summonscript - Manifest manifold models with magical machinations.

mingo - MongoDB query language for in-memory objects

CozeJS - Coze Javascript - cryptographic JSON messaging specification

mongo-parse - A parser for mongo db queries and projections.

graphic-walker - An open source alternative to Tableau. Embeddable visual analytic

HashQL-todos-sample

URLFormJS - URLFormJS - Create sticky forms, stateful applications, and shareable links.

supavisor - A cloud-native, multi-tenant Postgres connection pooler.

sveltekit-search-params - The easiest way to read and WRITE from query parameters in sveltekit.

postgraphile-plugin-conn

u - μ is a JavaScript library for encoding/decoding state (JavaScript object) in URL