JavaScript calculang

Open-source JavaScript projects categorized as calculang

JavaScript calculang Projects

  • calculang

    calculang is a language for calculations 🧮💬👩‍💻

  • Project mention: Show HN: Open-source, browser-local data exploration using DuckDB-WASM and PRQL | news.ycombinator.com | 2024-03-15
  • calculang-miscellaneous-models

    miscellaneous models for calculang ✨🎁

  • Project mention: Dynamic programming in Haskell: automatic memoization | news.ycombinator.com | 2023-06-20

    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/

  • 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 open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Index

Project Stars
1 calculang 39
2 calculang-miscellaneous-models 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com