Software Alternatives, Accelerators & Startups

C++ VS Transcrypt

Compare C++ VS Transcrypt and see what are their differences

C++ logo C++

Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation

Transcrypt logo Transcrypt

Transcrypt is a Python to JavaScript transpiler.
  • C++ Landing page
    Landing page //
    2023-08-01

We recommend LibHunt C++ for discovery and comparisons of trending C++ projects.

  • Transcrypt Landing page
    Landing page //
    2022-07-12

C++ videos

C++ Programming | In One Video

More videos:

  • Review - C++ Programming
  • Tutorial - C++ Tutorial for Beginners - Full Course

Transcrypt videos

TransCrypt Review

More videos:

  • Review - TBG - TRANSCRYPT ICO Review
  • Review - PyCon.DE 2018: Python & Javascript = Transcrypt - Andreas Bunkahle

Category Popularity

0-100% (relative to C++ and Transcrypt)
Programming Language
83 83%
17% 17
OOP
81 81%
19% 19
Generic Programming Language
Development
100 100%
0% 0

User comments

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

Social recommendations and mentions

Based on our record, C++ seems to be a lot more popular than Transcrypt. While we know about 56 links to C++, we've tracked only 5 mentions of Transcrypt. 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.

C++ mentions (56)

  • Distributed Systems: Challenges, Experiences and Tips
    About 4 months ago (approximately the last time I wrote something here), I opted to embark on a graduate school journey at Stony Brook University, Computer Science (if you have a remote position — Technical Writer and/or Software Engineer position — at a non-USA company, don't hesitate to reach out). Was it the best decision to make considering less pay (if any), more theoretical undertakings and assumptions, and... - Source: dev.to / 5 months ago
  • Any opinion about tutorialspoint? Getting apparently wrong results
    Full of wrong and/or incomplete information. I prefer cplusplus.com when I need to look up some library details. Source: 11 months ago
  • Learning DSA from scratch : The Ultimate Guide
    For C++ I would suggest using cplusplus.com. Fantastic resource to use. Source: 12 months ago
  • Things that i should know before gettting into Data Structures and Algorithms??
    C++ was far from my first language. I took Modula-2 and FORTRAN in school. I knew about pointers, linked lists, etc before writing my first line of C++. I think the best way to learn is just to work on projects that interest you. Get familiar with online resources. I like cplusplus.com and cppreference.com (can get a little verbose). I'm also a big fan of w3schools.com. They have a good C++ tutorial for beginners. Source: almost 1 year ago
  • Help
    I second this. cplusplus.com will pop up on your searches, I just blocked it. Loaded with ads and slow, and almost always less thorough than cppreference. I found geeksforgeeks OK when learning algorithms - not so much the language itself though. Source: about 1 year ago
View more

Transcrypt mentions (5)

  • PyScript
    This is a laudable effort, but I'm not a fan of shipping the entire interpreter. I looked around a few weeks ago and found https://transcrypt.org, which compiles your Python script to JS, so size is minimal. It's great for shipping small, internal tools/apps, I love how maintainable they are by all the Python devs, plus they're very fast to load and execute. - Source: Hacker News / almost 2 years ago
  • PySketch: Python Playground for HTML5
    How is the Python being run by the browser? Several impressive projects bring Python to the browser, such as Brython, Transcrypt, Skulpt, Pyodide. PySketch uses Brython that compiles Python to JavaScript in the browser. You can take a look at this article about technologies and comparisons if you want to learn more. - Source: dev.to / over 2 years ago
  • How to actually use python code in browser or application?
    I have a Python program that takes user input from the console and shows some results on the console, and I want the user to be able to type stuff into it instead of pre-recorded runs. How do I do that? I'm not really sure. You could have a copy of Python running on the server and have the front-end communicating with it, but you'd have to be sure it's secured -- there are a lot of dangerous Python commands... Source: over 2 years ago
  • Use of python for software development
    For web apps: in my experience, there are tools that convert Python into JavaScript or try to make Python run inside a web browser like Brython and Transcrypt. These have been VERY awkward or painfully slow, so I would strongly discourage their use in practical web development. Source: about 3 years ago
  • Python and the Browser - Revisited
    A while back, I posted about my initial foray into using Python to develop front-end web applications with React by using the Transcrypt transpiler. Python in the Browser Part of the initial learning process I went through was doing the official React tutorial, but using Python for the code instead of JavaScript. When I did that, I adhered to the structure of the application that was used in the tutorial... - Source: dev.to / over 3 years ago

What are some alternatives?

When comparing C++ and Transcrypt, you can also consider the following products

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

Brython - Brython's goal is to replace Javascript with Python, as the scripting language for web browsers.

Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...

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

D (Programming Language) - D is a language with C-like syntax and static typing.

Pyjs - pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop.