0
What language to start with?
Iāve already made it to the functions category in Swift but Iām starting to realize that there are some things I kind of understand but wouldnāt know how to apply (say in a code challenge) or could translate to plain English if I hadnāt already had a small background in MATLAB. Iām wondering if this is because itās not a good language to start with? Does it even matter what language you start with since theyāre used for different applications? Should I just keep going and soon it will all come together?
2 Answers
+ 8
Hello there :D
I suggest you reading this thread because it contains many useful information:
https://www.sololearn.com/Discuss/284542/?ref=app
In general, try to create small codes, from the basics. For example, after the functions lesson write some code in the playground by yourself and you can see how much you know. Just experiment and learn from the errors.
In general, the syntaxes and logic of the programming languages are always the same (with some exceptions). So if you know in general a programming language, it should be easy to learn the other's syntaxes. :D
+ 1
C++