simpatico VS quickjspp

Compare simpatico vs quickjspp and see what are their differences.

simpatico

Simpatico is an umbrella term for several data-structures and algorithms written in JavaScript (by javajosh)
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
simpatico quickjspp
2 3
7 -
- -
9.6 -
23 days ago -
JavaScript
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.

simpatico

Posts with mentions or reviews of simpatico. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    >Does this mean that in theory i could skip the build/bundling step entirely?

    You can but you must write your app in something the browser understands (js not ts, css not sass etc) and use native modules. For example, here is the test harness for a custom module, written in pure html with no build step: https://github.com/javajosh/simpatico/blob/master/combine2.h.... Here is a more complex (and much older) example from Crockford: https://www.jslint.com/

    And yes, the experience developing this way is quite nice!

  • Deno Joins TC39
    20 projects | news.ycombinator.com | 13 Dec 2021
    *>...use types [at] runtime..."

    Two things. First, TS conceives of itself as having no runtime component. If it did, I think people (including the TS devs) would be more confused.

    Second, I'd say rather we need a runtime type system. In fact I've tried my hand at writing one in the most minimalist way possible, and have been working on it recently [1]. The type system is explicit in that a type is a JSON like object, similar to JSON schema, but 100x less code.

    [1] https://github.com/javajosh/simpatico/blob/master/friendly.h... This is effectively the test harness for the module.

quickjspp

Posts with mentions or reviews of quickjspp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-31.
  • LuaX: A Lua Dialect with JSX
    8 projects | news.ycombinator.com | 31 Dec 2023
    JSX is useful not just for advanced string interpolation but for representing/generation of tree alike structures / literals in PL. JSX is not only about HTML but XML too.

    I don't know how JSX is made in LuaX but in my QuickJS fork [1] JSX allows to generate as tree literals as procedure calls (JSX(tag,props,kids)) that can be used for various purposes - DOM population, VDOM generation, HTML/XML string composition, etc.

    And being embedded into a compiler JSX a) prevents common mistakes like non-closed tags and b) effective internalization ( translation happens at compile time once ).

    [1] JSX implementation for QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    In Sciter I did just that - JSX is an integral part of JS compiler - patched version of QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

    So in Sciter this works out of the box:

       
  • The miracle of Smalltalk’s become: (2009)
    2 projects | news.ycombinator.com | 23 Nov 2022
    Only when code tries to access props/methods of the loaded object it gets fetched from disk, its __proto__ is set to particular class, etc.

    More on this architecture: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/d...

    Patched QuickJS with storage support is here: https://gitlab.com/c-smile/quickjspp - it uses DyBase of Konstantin Knizhnik as a storage.

What are some alternatives?

When comparing simpatico and quickjspp you can also consider the following projects:

proposal-resizablearraybuffer - Proposal for resizable array buffers

sciter-js-sdk

zod - TypeScript-first schema validation with static type inference

webappsec-subresource-integrity - WebAppSec Subresource Integrity

proposal-do-expressions - Proposal for `do` expressions

compression-dictionary-transport

esbuild - An extremely fast bundler for the web

download-esm - Download ESM modules from npm and jsdelivr

JSLint - JSLint, The JavaScript Code Quality and Coverage Tool

proposal-source-phase-imports - Proposal to enable importing modules at the source phase