should I use replit to learn programming?

  • Thread starter Thread starter Xdqwerty
  • Start date Start date
  • Views Views 4,803
  • Replies Replies 17
Generally people start with something like Java or C++
I would not start with C++ and I would avoid Java as much as possible.
IMO, Java has no place in the modern world. There are far better languages these days.
C/C++ is just too low level/too complex, not beginner friendly.
 
  • Like
Reactions: BigOnYa
IMO, Java has no place in the modern world. There are far better languages these days.

You can read claims like these quite often "on the internet"... However I disagree if you give that as a general statement.

The statement is probably true for "casual" software development and anything targetting a single user (with a UI), but Java's share on enterprise (backend) software is quite high. This article might give you an idea (even if you discount that it is probably a bit biased): https://broscorp.net/java-for-enterprise-development/
 
  • Like
Reactions: felix.200
You can read claims like these quite often "on the internet"... However I disagree if you give that as a general statement.

The statement is probably true for "casual" software development and anything targetting a single user (with a UI), but Java's share on enterprise (backend) software is quite high. This article might give you an idea (even if you discount that it is probably a bit biased): https://broscorp.net/java-for-enterprise-development/
So I have heard, although that isn't particularly relevant to me personally and probably not to most people here, as I don't work with enterprise backend software.
Still feel like all the pros listed there also apply to other, more modern languages, which makes them just as good of a fit if not better, and people should be moving away from Java onto more modern languages rather than just continuing to use it because "there's a lot of existing stuff that's already made in it/supports it" (which is a rather poor excuse for avoiding progress, especially when there are alternatives that are similarly very well supported)

Enterprise will always be stuck using decades old solutions because they built their stuff on top of something existing that worked for them and they just never bother to update their stuff for the modern age because it would involve more work, but that doesn't mean the rest of us shouldn't be allowed to move on.
 
Last edited by The Real Jdbye,
What do you want to do? Become a professional programmer, make ROM hacks, make homebrew software, program for fun or something I haven't thought of?

If you're just in it for fun go with Python. For ROM hacks and homebrew it depends on the system but you're probably looking at either assembly or C. If you want to become a programmer as your career then you'll want to know the basics of all the more popular languages.

If you're choosing Python like your previous post implies then I would personally recommend Udemy. If you check their website every day you'll find a 90% off sale in a few weeks.
 
  • Like
Reactions: BigOnYa
Simply use whatever works for you. Not everyone learns the same way.

I use Godot with GDScript.
 
  • Like
Reactions: BigOnYa
And i wanna be a romhacker
https://www.romhacking.net/start/

Python will be useful to know because you'll be able to create tools to edit ROM files more easily but for advanced romhacking you'll have to learn assembly for some obsolete hardware which is not worth the effort unless you're so rich you'll never have to work in your life.
 
I remember having to go to a work focused group to retain whatever government benefits I was claiming. To my surprise one of the employees there had a history in games programming and programming in general but mainly using Pascal. I explained to her that I learnt various forms of basic on both home computers and PC's during the mid 80's to early 90's and wanted to learn c++ when I left school at the time but couldn't, so she recommended Pascal to me to as something to conisder learning as a stepping stone to c++. Maybe it is a good choice for beginners, idk.
 
Last edited by ILuvGames,
Replit is an amazing platform for mastering programming skills. It offers the convenience of creating, executing, and distributing code in multiple languages without the need for any installations on your computer. Additionally, you can engage in collaborative coding sessions with fellow programmers, become part of vibrant online communities, and take part in exciting challenges. While Replit provides free access to its fundamental features, you also have the option to upgrade to a premium plan for enhanced storage, privacy, and customization options. Whether you're a novice or an expert coder, I highly recommend Replit for its user-friendly interface, versatility, and enjoyable experience.
This answer feels Ai generated
 
I really don’t think there’s a bad way to start. Keeping interested and just continuing to learn are the bigger things.

I didn’t start programming until university, and there we started with four weeks of AppInventor (block coding and the like) to learn some basic logic, and then just jumped straight into C++ and C#. Like others I can’t speak for Replit, but if it’s free there’s no harm in trying and seeing if it does work for you.
 
  • Like
Reactions: Xdqwerty

Site & Scene News

Popular threads in this forum