answersLogoWhite

0


Best Answer

Almost any computer language can do GUI manipulations if provided by a GUI library. Some can be add-ons because the language itself does not have a direct method of doing GUI drawing, etc.

Languages such as C and C++ for example do not have a native GUI interface because they are not tied directly to a machine architecture or to an operating systems platform. However, that is not to say that they cannot do GUI manipulations; it just isn't built into the language, but there are 3rd party add-ons that do the manipulations for you.

Other languages, such as C# and Java, have built-in gUI libraries that work the same way regardless of the Operating System they are on. In that way they support GUI operators natively, without the use of an add-on GUI library.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

The GUI age has been going on for quite some while; Apple's Lisa, one of the first commercial (and failing) produces with a windows-style user interface, dates back to the early 80s.

Almost any programming language and all modern variations, enhancements and dialects of currently used programming languages have been developed or significantly enhanced during the past 30 years. Therefore, most of today's commonly used programming languages have been developed "during the GUI age."

A related question might be to wonder which of today's commonly used programming languages has its roots in the pre-GUI area, and is thus, in its original form, 30 years old or older. Depending on how one defines programming language evolution and family relationships, many, if not most, of today's programming languages date back to before the GUI era.

Conversely, which ones do not?

Modern scripting languages such as Python, Perl and Ruby, generic languages such as the XML family of languages, modern variations of older predecessors such as C# or Java, and a great number of specialized languages, are among those created within the last three decades.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

Illumination Software Creator allows anyone to create their own software applications… without writing a single line of "code".

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

visual programming language

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to have a completely graphical programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Is it possible to use arrays when using the java programming language?

It is possible to use arrays when employing java programming language. There are many different series of programming choice that can be employed with various end results.


How can you embed your GameMaker games into a website?

It is not possible to create a game in the Game Maker and then embed it in the browser unless you completely rewrite it using a different programming language.


Why c language cannot be developed in any other programming language?

Your question makes no sense. If you wanted to ask if it is possible to write a C-compiler in another programming language, the answer would be yes.


Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


What type of linear programming can be found by graphical methods?

A linear programming question with two variables. Problems with three can be solved if there is a constraint that reduces them to effectively two variables. Linear programming with 3 variables, using 3-d graphs is possible but not recommended.


Will you have a hard time with physics chemistry engineering if you are good at math and economics but not programming?

I suppose that is possible to have success with minimal efforts in programming (of course, don't be completely stranger).


How do you find keyword in aspnet using vbnet?

I believe that this is currently not possible. The reason why this is currently impossible is because ASP.NET is a different programming language then VB.NET. ASP.NET is a web programming language, and VB.NET is a windows form development language. I am sorry but I believe that it is almost impossible to do this.


Is there any relation between Microsoft Excel and C-programming language?

It's possible that Excel was written in C.


How do you draw Logic Gates in C language?

The C language is not a graphics language and you cannot draw logic gates using it. C is a programming language, and it is possible to use a graphics library to do so, but you did not specify which library you were using. Please restate the question.


What are the problems of low level language programming?

Low level programming language is a language that is not very abstracted from hardware layer. Programming in low level languages usually requires manual memory management, use of pointers, and in case of assembler - CPU instructions themselves. This makes the programming much more difficult than using a high level language where these issues are taken care of for you. However in general it is possible to write much 'tighter' code in low level languages. Where tighter means:- smaller number of instructions Better use of memory Faster in execution.


What computer programming language is used to program robots?

Robotics programming is usually done in C or a derivative of C, although it's entirely possible for other languages to be used. For example, "RobotC" is a common language used for various micro-controllers, however it's now possible to use Java as well with Sparkfun's "IOIO" microcontroller.


Why you need C programming language?

First of all one must learn the ABCD of English language then only it will be possible for him to write the language,understand the language.Similarly C is the ABCD of pragramming.So you must learn it first ,then only you can proceed for other high level language.