pymen VS wasm-effect-handlers

Compare pymen vs wasm-effect-handlers and see what are their differences.

wasm-effect-handlers

WebAssembly specification, reference interpreter, and test suite with effect handlers extension. (by effect-handlers)
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
pymen wasm-effect-handlers
4 1
12 30
- -
0.0 2.0
12 months ago almost 2 years ago
JavaScript WebAssembly
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
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.

pymen

Posts with mentions or reviews of pymen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-14.
  • Pyffi – Use Python from Racket
    5 projects | news.ycombinator.com | 14 Oct 2022
    Neat! Nicely done.

    fwiw, I wrote a Lisp in Python whose sexprs ended up looking similar: https://github.com/shawwn/pymen

    That’s the runtime for it, which is self hosted, so it supports that dot syntax but doesn’t actually use it in its own code. (If you add a new feature like dot syntax to a self hosted lisp, then you start using the feature, and later decide it was a bad idea, it becomes incredibly difficult to revert — So the compiler sticks to a minimal subset.

    But it can run code almost exactly as you’ve written, minus the backslashes. It also has:

      (for x in (list 1 2 3 4)
  • The most misunderstood aspect of Python
    6 projects | news.ycombinator.com | 24 Jul 2021
  • Can continuation passing style code perform well?
    3 projects | news.ycombinator.com | 14 Apr 2021
    Glad you asked. Like this: https://github.com/shawwn/pymen/blob/68b66dccc96910869ab370d...

      (=defun choose-bind-test ()

wasm-effect-handlers

Posts with mentions or reviews of wasm-effect-handlers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-14.
  • Can continuation passing style code perform well?
    3 projects | news.ycombinator.com | 14 Apr 2021
    This won't be a very deep answer, but to connect with the original post, programming in CPS is more closely related to delimited continuations than call/cc is because the continuations are just ordinary functions in the host language, unlike call/cc continuations which are a bit more complex.

    As for why delimited continuations are not more popular, many people find shift/reset a bit difficult to program with. In particular the type systems for them are a bit odd and some variants like prompt/control don't have nice type systems for them. Currently, the closely related notion of (algebraic) effect handlers is quite popular in the functional language design community as something quite similar in expressive power but more intuitive for programming and with very natural typing. The Koka language has a lot of nice introductory resources if you are interested in learning more: https://github.com/koka-lang/koka . There's even a serious proposal for adding something based on these to webassembly: https://github.com/effect-handlers/wasm-effect-handlers .

What are some alternatives?

When comparing pymen and wasm-effect-handlers you can also consider the following projects:

stack-overflow-import - Import arbitrary code from Stack Overflow as Python modules.

koka - Koka language compiler and interpreter

interface-types

python - An interface to Python for Gambit Scheme

threads - Threads and Atomics in WebAssembly

lumen - A Lisp for Lua and JavaScript

gc - Branch of the spec repo scoped to discussion of GC integration in WebAssembly

libpython-clj-examples - Examples using libpython-clj

simd - Branch of the spec repo scoped to discussion of SIMD in WebAssembly

reference-types - Proposal for adding basic reference types (anyref)