Language click.EXE / instant.EXE
Date: | 03/28/06 |
Author: | delirium |
URL: | n/a |
Comments: | 5 |
Info: | http://www.clickexe.de / http://www.instantexe.com |
Score: | ![]() |
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments
I suggest the pair of you learn what the term "Graphical User Interface" really means. This code is clearly written in plain text form (presumably in a different encoding to the web server, hence the ^M artefacts). What's more, you cannot program -in- a GUI, you program -a- GUI -for- a program.
What you are probably thinking of is the term "Graphical Programming Language", of which this may well be; but it is written in the textual form of the language. The textual form of the language is probably what the OP was referring to; but since it is a Graphical Programming Language, the text part of it is obviously less important than a text-only language.
You say it parses into VBasic, yet this code doesn't appear to be VB; so what is this, some kind of intermediary (and therefore also disallowed, I believe) language?
Note to language author: the name of the compiler/parser implementation, by convention, is not often used as the name of the language. If this truly is the name for your language, I apologise, but if it is not might I enquire what the actual name is?