koka VS pymen

Compare koka vs pymen and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
koka pymen
31 4
3,040 12
1.6% -
9.8 0.0
12 days ago 11 months ago
Haskell JavaScript
GNU General Public License v3.0 or later BSD 2-clause "Simplified" 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.

koka

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

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 ()

What are some alternatives?

When comparing koka and pymen you can also consider the following projects:

effekt - A research language with effect handlers and lightweight effect polymorphism

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

rust - Empowering everyone to build reliable and efficient software.

wasm-effect-handlers - WebAssembly specification, reference interpreter, and test suite with effect handlers extension.

python - An interface to Python for Gambit Scheme

FStar - A Proof-oriented Programming Language

lumen - A Lisp for Lua and JavaScript

dafny - Dafny is a verification-aware programming language

libpython-clj-examples - Examples using libpython-clj

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.