:) :) :) :)
Printable View
:) :) :) :)
I chose other and BASIC, because I wrote a program long ago that acted as a typewriter, printing line by line as you pressed enter, using "liberty" basic, from some tutorial book. Then I got bored.
For other, one of three things-- 1. various programs for my calculator... helpful for classes, 2. PHP executables (compiled), including a basic FTP client, image generators/modifiers, etc., 3. Several web apps, including user/content systems, and, incomplete, an image modification/generation 'app'.
And you can't create a program in HTML-- 1. it isn't programming; it's markup, 2. you don't compile, and can't compile it.
Hmm...I guess I can only use half of your opinions, because the other half didn't check "Please check this box."
Regarding the 'HTML' issue:
.CHM files are written in HTML, and are compiled.
"CHM files aren't programs."
The Anonymous Press' e-AA is written as a CHM file.
.HTA files are written in HTML.
"HTA files aren't programs"
The Anonymous Press' SobrietyCheck is written as a HTA file.
That doesn't mean much... they're documents with possible embedded scripting, not necessarily programs per se.
Those files aren't standard html. You could write a compiler for html if you wanted, but it wouldn't function properly, or with any value, based on the standards of what is displayed on the web. That's why we use PHP, JS, and other languages to make them work.
HTML 4.0 Strict would not compile to anything useful. Those files use other code, whether or not it is similar to/a version of HTML.
It's HTML insofar as IE supports it.
Heh. Standard, of course.
only scripting, not actual programming...
Python, JS and BASH for me...
And java is only compiled to a bytecode, it's code is extractable from the .jar file.
.jar files are actually archives, with the bytecodes and junk(pics, music) as separate files inside it.
It's status as a programming language is debatable.
I wrote trainers (cheat engines) in c++ but in c the only thing i did was a crumby 256-bit partition encrypter