Petalisp VS JWM

Compare Petalisp vs JWM and see what are their differences.

Petalisp

Elegant High Performance Computing (by marcoheisig)

JWM

Cross-platform window management and OS integration library for Java (by HumbleUI)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Petalisp JWM
17 4
424 536
- 2.2%
8.5 6.3
about 2 months ago 2 months ago
Common Lisp C++
GNU Affero General Public License v3.0 Apache License 2.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.

Petalisp

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

JWM

Posts with mentions or reviews of JWM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-08.
  • Running IntelliJ IDEA with JDK 17 for Better Render Performance with Metal
    2 projects | /r/java | 8 Dec 2021
  • Fast and Elegant Clojure: Idiomatic Clojure without sacrificing performance
    14 projects | news.ycombinator.com | 23 Oct 2021
    sigh

    Yeah. I am very bullish on Kotlin. Think it's probably the most exciting language evolving right now.

    I went on a few-tweet minirant here about why:

    https://twitter.com/GavinRayDev/status/1443279425311805440

    But the tl;dr is that:

    - There is Jetpack Compose currently, for Desktop, Web, and Android

    - And Kotlin Native putting a large portion of resources into Skia bindings (JetBrains calls the lib "Skiko" for Kotlin Native https://github.com/JetBrains/skiko and "Skija")

    It's very clear (and there are some employees which have confirmed this IIRC) that they are working on "Jetpack Compose Everywhere" that runs on iOS as well, from a single codebase.

    There's the big Kotlin event going on right now, where they just announced the new WASM backend and changes in their compiler + IR commonizing/restructuring ("K2").

    - https://blog.jetbrains.com/kotlin/2021/10/the-road-to-the-k2...

    - https://www.youtube.com/watch?v=-pqz9sKXatw

    The net result is that you wind up with a single language that you can use to write your backend API, your UI code (Jetpack Compose app deployed across Web/Android/iOS/Mac/Win/Linux, or transpile to JS/TS if you just want a web app, etc) and with Kotlin Native even your native, low-level code to integrate with existing C/C++ etc ecosystem.

    KN already does automatic bindgen for C and Swift headers, they have direct C++ interop (like Swift does) on their future roadmap as a potential "todo".

    All of this is mostly possible already -- I can do the same thing using IE Java, GraalVM, and a transpiler like Google's j2cl or bck2brwser (which is what Gluon uses for JavaFX on the web). Including the "native" part.

    IE, here's a contribution I made to get GraalVM producing native binaries using Skia from the JVM + JNI Jetbrains Skia library:

    https://github.com/HumbleUI/JWM/issues/158

    But Kotlin is pushing the hardest to make this whole platform/stack from native <-> desktop <-> mobile <-> browser a seamless, unified experience. And you can feel it, when you try to do the "whole stack, every platform, one language" thing.

    Sorry for the rant and wall of text!

  • Thoughts on Clojure UI framework
    4 projects | news.ycombinator.com | 9 Sep 2021
  • The web is swallowing the desktop whole and nobody noticed (2017)
    3 projects | news.ycombinator.com | 9 Sep 2021

What are some alternatives?

When comparing Petalisp and JWM you can also consider the following projects:

awesome-cl - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

tiled - Flexible level editor

cl-cuda - Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.

datascript - Immutable database and Datalog query engine for Clojure, ClojureScript and JS

magicl - Matrix Algebra proGrams In Common Lisp.

skiko - Kotlin MPP bindings to Skia

lish - Lisp Shell

criterium - Benchmarking library for clojure

StatsBase.jl - Basic statistics for Julia

skija - Java bindings for Skia

Optimization.jl - Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.

gio - Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)