Software Alternatives, Accelerators & Startups

SqueakJS VS Brython

Compare SqueakJS VS Brython and see what are their differences

SqueakJS logo SqueakJS

Squeak VM in JavaScript for running Squeak images in your browser.

Brython logo Brython

Brython's goal is to replace Javascript with Python, as the scripting language for web browsers.
  • SqueakJS Landing page
    Landing page //
    2021-09-22
  • Brython Landing page
    Landing page //
    2023-04-19

SqueakJS videos

No SqueakJS videos yet. You could help us improve this page by suggesting one.

+ Add video

Brython videos

كورس python تطوير الويب - باستخدام brython بديل JavaScript

More videos:

  • Review - Mensahe Ni Elloraine sa Asawang Si Brython Lamb, Ano ang Kahulugan Nito?

Category Popularity

0-100% (relative to SqueakJS and Brython)
OOP
22 22%
78% 78
Programming Language
16 16%
84% 84
IDE
100 100%
0% 0
Generic Programming Language

User comments

Share your experience with using SqueakJS and Brython. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Brython seems to be a lot more popular than SqueakJS. While we know about 43 links to Brython, we've tracked only 4 mentions of SqueakJS. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

SqueakJS mentions (4)

  • Smalltalk simplicity and consistency vs. other languages (2022) [video]
    > And I'd like to be able to create applications that run without shipping the entire Smalltalk VM. There's always a javascript vm... https://squeak.js.org/. - Source: Hacker News / 4 months ago
  • Squeak 6.0 has been released!
    It actually gets more complicated because there are ports of Squeak descendants than run in-browser. https://squeak.js.org is a Smalltalk virtual machine written in Javascript and that has allowed some crazy browser based stuff. https://pharojs.org PharoJS is a slightly different approach. It provides tools to deploy your Pharo developed code into the browser. Source: almost 2 years ago
  • Ask HN: Share Your Personal Site
    Oh sorry, HN usability played with our hearts :D The message was meant to this other dev, quite cool mind map: https://wiki.nikitavoloboev.xyz And I'm impressed by what you have done there. I even played a bit of DOOM heh. Your project reminded me a little bit of https://squeak.js.org in the sense of having a full OS like thing in the browser. Congrats for the achievement! - Source: Hacker News / about 2 years ago
  • Fabrik a Visual Programming Environment
    So there is [1] https://squeak.js.org/ and [2] https://github.com/codefrau/SqueakJS which seems to be able to not only run Squeak, but also [3] https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/wiki/Run-Cuis-in-the-Web-Browser.-(SqueakJS) and [4] https://github.com/carolahp/pharo on common JS-runtimes in acceptable speeds. There is also [5] https://caffeine.js.org/ and [6]... - Source: Hacker News / over 2 years ago

Brython mentions (43)

  • Show HN: Dillo 3.1.0 released after 9 years
    You can run Python in every web browser using PyScript (https://pyscript.net) or Brython (https://brython.info). - Source: Hacker News / 17 days ago
  • Reviving PyMiniRacer: A Python <> JavaScript Bridge
    On a related note, Brython lets you run Python in the browser through JavaScript. You can even see Python in the HTML with “text/python” SCRIPT tags. https://brython.info/. - Source: Hacker News / 2 months ago
  • Is Python a better alternative for JavaScript??
    For frontend there is Brython. It is a Python interpreter written in JavaScript that allows embedding Python scripts in to HTML much like you would with JavaScript. Source: 6 months ago
  • WASM: Big Deal or Little Deal?
    I'm rooting for WASM to win. One of the things that discouraged me from Front-end Web Development is JavaScript weirdness. It just has too many pitfalls and it's very hard to debug for a newcomer unless you study a proper JS course that tells you precisely all of these traps before you get burned. I've never found a programming language that didn't behave like I expected it on first touch, except for JS. I am... - Source: Hacker News / 9 months ago
  • How does PyScript actually work?
    This is the primary difference between Pyodide and projects like Transcrypt or Brython: rather than transpiling to JavaScript, you get the real-deal CPython interpreter running client-side in the user's browser. There are a few things that don't work out of the box, since CPython usually runs on a computer and the Browser environment has some unique restrictions (lack of low-level access to networking, for one),... Source: 11 months ago
View more

What are some alternatives?

When comparing SqueakJS and Brython, you can also consider the following products

Smalltalk - Smalltalk is an object-oriented programming (OOP) language. It is objects all the way down.

Skulpt - Skulpt is an entirely in-browser implementation of Python.

Pharo - Pharo is a pure object-oriented programming language and a powerful environment, focused on...

Transcrypt - Transcrypt is a Python to JavaScript transpiler.

React Studio - Create app flows and components. Express their properties and data linkage visually.

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions