Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Not sure if joke or not 🤔
I actually think SQL is quite easy to read and understand.. After getting the terminology. It's basically just describing what should be done in normal, readable text.
That being said, I haven't done super advanced SQL and are still looking for a week where I can study Assembly further. -
@Cyanide umm .. ok...
Haha, that aside, why do you think assembly is most intuitive? (Let's not even begin with SQL). I'm curious to know. Is it because of limited commands set or no frills attached or something that I've not thought of? -
@yendenikhil It is, for me atleast. If you can describe all the steps of your program in English, then it's just converting those steps in Mnemonics. Simple as that.
-
@Cyanide umm divide 32 bit integer by 16 bit one.. 😁. Gave me challenge in school.
-
@yendenikhil
Only if you can describe each and every step necessary to reach the solution, and by steps I mean basic atomic steps, not just paraphrasing the question.
Also, "I feel it intuitive" != "I am an expert in it and can write any program on the go".
Related Rants
SQL & Assembly: The most intuitive languages I have used
random
sql
intuitive
assembly