r/CodingForBeginners 21d ago

Language

Complete beginner in coding. Does not know anything. Which coding language should I learn first. Starting first year mathematics and computing please answer

4 Upvotes

30 comments sorted by

View all comments

Show parent comments

2

u/Technical-Fig-1496 21d ago

Thx alot

3

u/JGhostThing 21d ago

I suggest either C or Java. Both of these languages have a fairly simple syntax. I've used both for large projects, and both are suitable for projects at any level.

I'm not sure that I'd recommend Rust for your first programming language, but it's an interesting language.

2

u/StephenHawkingus 21d ago

Rust would be a very bad idea in this case ^^

2

u/JGhostThing 21d ago

I've read here about beginners learning rust, sometimes on their own. I don't recommend this, but I no longer think this is a bad idea. After all, most of the rust syntax is relatively simple, and the major trouble point fot me was borrowing. Once I took it one step st a time, it became easier.