Is there a procedural language available? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a procedural language available?

my work will be using VBA soon, but this app doesn't have a course for it. VBA is a procedural language not an object oriented one so are there any available that could give me a leg up?

18th Jul 2017, 10:58 PM
Geno Shock
Geno Shock - avatar
3 Answers
0
not yet and why not object oriented?
18th Jul 2017, 11:37 PM
Nushan Kodikara
Nushan Kodikara - avatar
0
I have used VBA for years, you will only benefit from learning OOP, and most of the concepts you will still use. Now as far as syntax you're not going to gain a lot here. You will find that VB.Net is pretty close to VBA, so you may want to look into courses that focus on that if you can't find helpful VBA sites.
18th Jul 2017, 11:51 PM
Jim Tully
Jim Tully - avatar
0
C++. It's **multiparadigm** so you can use it procedural like. Python. Also multiparadigm. You can use it without OO as well. ...But VBA is terrible, outdated, useless, etc. If you must learn it for work, well, I understand, but learn C++ first chance you get, you'll fall in love with C++. PS: Beyond this app is PureBasic. Google it.
19th Jul 2017, 12:36 AM
Jamie
Jamie - avatar