It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: rounda
a reply to: tanstaafl
The easiest way to learn to code is with Python.
Once you figure out Python, learning new languages will be simple.
originally posted by: Tucket
What do you want to accomplish by coding? Are you interested in server side or browser applications? Python is the go to for backend and JavaScript for the front end. Nothin wrong with Rust though. I think it’s gaining popularity in blockchain. Speaking of blockchain you may wanna check solidity language as it’s in high demand these days.
most loved programming language
originally posted by: acackohfcc
assembler - makes you appreciate all high level languages
originally posted by: DaRAGE
Look man heres the deal.
Rust can run on anything, it has access to Web Assembly. So you can run Rust code using web assembly in your browser.
Look don’t take my word for it.
Go to the discord chat and ask them. They’re very very helpful.
One just said: i love rust because it means i don' have to use C++ 🤓
Another: very true. I hate object-oriented mess and C is ancient
discord rust beginners
zero to mastery
most loved programming language
rust
rust language
Rust Learn
In the above rust learn link there are three things listed. Read the rust book, rustlings course which we will avoid as its for more advanced stuff, and learn rust by example. Rust by example is pretty good tbh.
Also you will want to use most likely VS Code aka visual studio code with the rust analyzer plugin. VS Code is like a text editor that can use tons of extensions and plugins. Do a google search for the best plugins to use for it. Most people use VS Code. Its light weight and quick to use but you will need plugins and extensions. I personally use CLion with the intelliJ Rust plugin, but you have to pay $10 a month for it. VS Code is free, plus the rust analyzer is more in your face about errors whilst writing. A good place to start. But after a month i switched to CLion. Though lots of people use IntelliJ which is a free version from the same makers of CLion. CLion is a bit more heavy on your computer. CLion is more project orientated, so it's like "create new project". VS Code allows you to just start writing really and running fast with the play button.
Though someone said that if you're learning how to code, try not to use an IDE like the above. Use a text editor like notepad and it will help you in learning. Sometimes these IDE's help you too much, therefore preventing you from learning properly.
originally posted by: JourneyAbout
Is this for fun and personal projects or a career move?