Do they use scripting languages in combination with GUI development? Is building software different from building a GUI app in say.... wxPython or others?
How is Software Made?
Collapse
X
-
How is Software Made?
Do they use scripting languages in combination with GUI development?
Is building software different from building a GUI app in say.... wxPython or others?Comment
-
Originally posted by oler1sThat’s an incredibly broad question to ask. Software can refer to anything that is programmed, and there is no set method of making software.
It could be possible, depending on what is being built. A GUI for a firefox extension, for example, uses the framework that Mozilla provides, which includes XUL and Javascript. Or you could have a Java GUI. Or one in C++. Or maybe it’s in Python, but C++ is used as a host language along with Python for a program. Maybe it’s using Adobe AIR, with HTML and Javascript. There’s no set mechanism.
Building a GUI app is building software.Comment
Comment