Transcrypt VS deno

Compare Transcrypt vs deno and see what are their differences.

Transcrypt

Python 3.9 to JavaScript compiler - Lean, fast, open! - (by TranscryptOrg)

deno

A modern runtime for JavaScript and TypeScript. (by denoland)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Transcrypt deno
16 448
2,808 92,907
0.4% 0.5%
3.2 9.9
9 months ago 2 days ago
Python Rust
Apache License 2.0 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.

Transcrypt

Posts with mentions or reviews of Transcrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-10.
  • Ask HN: Why don't browsers just build a non-JS interpreter?
    4 projects | news.ycombinator.com | 10 Jan 2024
  • How does PyScript actually work?
    2 projects | /r/PyScript | 11 Jul 2023
    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), but most things do just work.
  • alternatives to the javascript ecosystem
    2 projects | /r/webdev | 9 Jul 2023
    In the past, I've personally used GWT to transpile Java to JavaScript in order to share some complex code modules that we needed to use on both the server and client for an enterprise application. In more recent years, I've been using Transcrypt to develop React/MUI applications that are coded in Python. So I'm able to use JS libraries that are proven to work great in a web browser, but use my preferred language to code to the API of those libraries. This approach is certainly not for everyone, but it can be a viable option in some cases.
  • What's your Python story?
    2 projects | /r/Python | 21 May 2023
    I now use Python everywhere. Desktop (PySide), embedded (MicroPython), web dev (React via Transcrypt), mobile (Kivy), and just general scripting. I love the versatility of Python, the ease of reading it without the visual cruft of other languages, and the availability of existing libraries that do just about everything you can think of. I also agree with the OP on the welcoming attitude of the Python community. The fact that Python is used in so many different areas leads to many new learning experiences when talking to other Python developers.
  • After tearing my hair out writing JavaScript the last few days how close are we to Python in the browser?
    16 projects | /r/Python | 8 May 2023
    Transcrypt is pretty usable for this.
  • What do you guys use python for?
    4 projects | /r/Python | 24 Apr 2023
    Transcrypt transpiles Python into JavaScript in the same way that TypeScript gets transpiled into JavaScript. It lets Python code word with JavaScript libraries that can then be run in a web browser.
  • Graphs in Python web app
    5 projects | /r/Python | 28 Mar 2023
    There are options for writing Python and transpiling it into JavaScript but, frankly, they suck (https://www.transcrypt.org/).
  • React JSX vs react with HMTL
    2 projects | /r/reactjs | 25 Jan 2023
    Lol, I'll tell you but you're not gonna like it - I write React applications in Python using a Python-to-JS transpiler called Transcrypt, and the source needs to be valid lintable Python code, so no JSX.
  • What is the best way to parse python code?
    1 project | /r/learnpython | 1 Dec 2021
    The Python AST module exists for this purpose and works by tokenizing individual pieces of the source code. It's also how transpilers such as Transcrypt work their magic to convert Python code to other languages.
  • We've been lied to: JavaScript is fast
    3 projects | news.ycombinator.com | 10 Oct 2021
    https://github.com/qquick/Transcrypt

deno

Posts with mentions or reviews of deno. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.
  • Bun - The One Tool for All Your JavaScript/Typescript Project's Needs?
    4 projects | dev.to | 2 Apr 2024
    NodeJS is the dominant Javascript server runtime environment for Javascript and Typescript (sort of) projects. But over the years, we have seen several attempts to build alternative runtime environments such as Deno and Bun, today’s subject, among others.
  • Bun 1.1
    17 projects | news.ycombinator.com | 1 Apr 2024
    https://github.com/denoland/deno/issues is the ideal place -- we try to triage all incoming issues, the more specific the repro the easier it is to address but we will take a look at everything that comes in.
  • I have created a small anti-depression script
    4 projects | dev.to | 5 Mar 2024
    Install Node.js (or Bun, or Deno, or whatever JS runtime you prefer) if it's not there
  • How QUIC is displacing TCP for speed
    1 project | news.ycombinator.com | 9 Feb 2024
    QUIC is very exciting, after seeing what it can do for performance in Cloudflare network and Cloudflare workers, I can't wait to finally see it in Deno[0] 1.41.

    [0] https://github.com/denoland/deno/pull/21942#issuecomment-192...

  • Unison Cloud
    7 projects | news.ycombinator.com | 7 Feb 2024
    So as an end user it's kind of like https://deno.com/ where you buy into a runtime + comes prepacked with DBs (k/v stores), scheduling, and deploy stuff?

    > by storing Unison code in a database, keyed by the hash of that code, we gain a perfect incremental compilation cache which is shared among all developers of a project. This is an absolutely WILD feature, but it's fantastic and hard to go back once you've experienced it. I am basically never waiting around for my code to compile - once code has been parsed and typechecked once, by anyone, it's not touched again until it's changed.

    Interesting. Whats it like upgrading and managing dependencies in that code? I'd assume it gets more complex when it's not just the Union system but 3rd party plugins (stuff interacting with the OS or other libs).

  • Deno in 2023
    8 projects | news.ycombinator.com | 5 Feb 2024
    ~90MB+ at this stage and do now allow compression without erroring out. Deploying ala Golang is not feasible at that level but could well be down the line if this dev branch is picked up again!

    The exe output grew from from ~50MB to plus ~90MB from 2021 to 2024: https://github.com/denoland/deno/discussions/9811 which mean Deno is worse than Node.js's pkg solution by a decent margin.

  • Mini site for recommending songs using Svelte & Deno
    2 projects | dev.to | 3 Feb 2024
    Behind the scenes is a simple Sveltekit-powered server function to fetch a Spotify client token then find a user's recommendation playlist and its track information. A Deno edge function to performs this data fetch and renders server-side Svelte.
  • Supercharge your app with user extensions using Deno JavaScript runtime
    4 projects | dev.to | 24 Jan 2024
    If your application is written in JavaScript, integrating it with JavaScript extensions is a no-brainer. However, Secutils.dev is entirely written in Rust. How would I even begin? Fortunately, I recently came across an excellent blog post series explaining how to implement your JavaScript runtime in a Rust application with Deno:
  • Deno, the next-generation JavaScript runtime
    1 project | news.ycombinator.com | 11 Jan 2024
  • Oxlint – written in Rust – 50-100 Times Faster than ESLint
    13 projects | news.ycombinator.com | 15 Dec 2023

What are some alternatives?

When comparing Transcrypt and deno you can also consider the following projects:

brython - Brython (Browser Python) is an implementation of Python 3 running in the browser

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly

typescript-language-server - TypeScript & JavaScript Language Server

sqlglot - Python SQL Parser and Transpiler

pnpm - Fast, disk space efficient package manager

python-functions

esbuild - An extremely fast bundler for the web

krustlet - Kubernetes Rust Kubelet

bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

jupyterlite - Wasm powered Jupyter running in the browser 💡

Koa - Expressive middleware for node.js using ES2017 async functions