Author Topic: Programming Languages  (Read 28698 times)

0 Members and 1 Guest are viewing this topic.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Programming Languages
« Reply #75 on: January 17, 2011, 04:40:35 pm »
I have seen some pretty advanced apps programmed in html before, but the source is pratically unreadable.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Programming Languages
« Reply #76 on: January 17, 2011, 05:10:43 pm »
I dont think you can program in html 0.0

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Programming Languages
« Reply #77 on: January 17, 2011, 05:16:19 pm »
You code HTML, you don't program HTML. Also I can make a HTML program, but even though, it's markup language.

HTML and CSS aren't programming languages, not something you can "count as/as not", it's fact, like '1+1=2', you can't discuss it.
HTML is a markup language, not a programming language.
You are actually quite mistaken, Scout:
Hypertext Markup Language (HTML) is the authoring software language used for building web pages. It is a subset of Standard Generalized Markup Language (SGML). In HTML, a block of text is often surrounded by tags that indicate how a browser should display it. There’s much more to HTML than that, of course...
For example, you can store and then later recall information using HTML. You can also use HTML to create a webpage calculator.

I could even make COD:Black Ops HTML+Images+CSS only, it would still be a markup language. It defines documents on a browser, so a browser is a pre-requisite. Eitherway, a markup language is not the same thing as a programming language.
« Last Edit: January 18, 2011, 05:49:40 pm by Scout »

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Programming Languages
« Reply #78 on: January 17, 2011, 05:26:00 pm »
I know html5 can do behaviors by itself but regular html requires some sort of scripting such as js or vb AFAIK.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Programming Languages
« Reply #79 on: January 17, 2011, 05:27:41 pm »
I know html5 can do behaviors by itself but regular html requires some sort of scripting such as js or vb AFAIK.

Once again, not what it can do, but what it is: that's what defines something.

HTML5+JavaScript is really powerful!

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Programming Languages
« Reply #80 on: January 17, 2011, 05:35:26 pm »
very powerful indeed

Offline holmes221b

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 282
  • Rating: +13/-1
  • RESISTANCE IS FUTILE.
    • View Profile
    • My Livejournal
Re: Programming Languages
« Reply #81 on: January 17, 2011, 05:38:43 pm »
Well, I was taught that HTML was a "programming" language when I learned HTML in elementary school, so I don't know.

Spoiler For "Projects":
Spoiler For "Because Everyone Else Is":
*Sigh*
can we keep this on topic? The topic is about what the big thing might be, NOT SEX

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Programming Languages
« Reply #82 on: January 18, 2011, 12:51:11 am »
I got taught it was more of a markup language, although it could do some minor programming-type stuff such as clicking button behavior and the like. No variable, however.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Programming Languages
« Reply #83 on: January 18, 2011, 08:13:58 am »
There are no variables, you can't write functions and classes. It is not a programing language
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline holmes221b

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 282
  • Rating: +13/-1
  • RESISTANCE IS FUTILE.
    • View Profile
    • My Livejournal
Re: Programming Languages
« Reply #84 on: January 18, 2011, 10:57:18 am »
No variable, however.
That's where CSS comes in--it has variables (well, technically, they're not actually called variables, but really, that's kinda what they are).

If you look at HTML and CSS like this, it does kinda look like a programming language (note, the CSS comes from my livejournal's custom CSS, which was originally coded by milou veronica):
Code: ("CSS") [Select]
...
.ljuser img {  width: 0; height: 0; background: transparent url(http://i39.tinypic.com/53vm3c.png) no-repeat 0 0;  padding: 10px 10px 0 2px !important;  vertical-align: baseline !important;}
...
which can be read as a statement stating that .ljuser img has the value specified (the stuff in the curly-q brackets).
To utilize the above CSS, one would write the following in HTML (I'm using my livejournal name for this example):
Code: ("HTML") [Select]
<lj user="holmes221b">The first part, 'lj user', identifies the CSS class that is required for this tag to work correctly. The second part, which is in quotation marks, indicates three things--the two links that will be outputted, as well as the text that will be used.
On my livejournal the HTML example would look something like holmes221b.

So, really, it's just a matter of perspective, isn't it?

Spoiler For "Projects":
Spoiler For "Because Everyone Else Is":
*Sigh*
can we keep this on topic? The topic is about what the big thing might be, NOT SEX

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Programming Languages
« Reply #85 on: January 18, 2011, 11:51:00 am »
Kinda. However the difference is this. HTML defines HOW to display things.
Programming languages however, allow the programmer to define a series of steps to take based on input. You cannot compile and run an HTML file. You also cannot provide input. The HTML isn't interpreted like TI-Basic. It is a markup language. Plain and simple.

(Sorry if this is a little rude, but I just got a bunch of shots, a filling for a cavity, and a bunch of new bands for my braces. I also can't feel my tongue or cheek)
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Programming Languages
« Reply #86 on: January 18, 2011, 03:16:20 pm »
There are no variables, you can't write functions and classes. It is not a programing language

Yet again, not what it has or can do, but what it is. Brainfuck variables? XD

Offline holmes221b

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 282
  • Rating: +13/-1
  • RESISTANCE IS FUTILE.
    • View Profile
    • My Livejournal
Re: Programming Languages
« Reply #87 on: January 18, 2011, 03:50:44 pm »
(Sorry if this is a little rude, but I just got a bunch of shots, a filling for a cavity, and a bunch of new bands for my braces. I also can't feel my tongue or cheek)
Ouch, I know exactly how that feels, so don't worry, no hard feelings. 'Sides, I was worried that I was starting to sound rude myself, actually.

Spoiler For "Projects":
Spoiler For "Because Everyone Else Is":
*Sigh*
can we keep this on topic? The topic is about what the big thing might be, NOT SEX

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Programming Languages
« Reply #88 on: January 18, 2011, 04:27:29 pm »
Ouch that sucks indeed. I think the posts are fine. Let's just remember that not everyone is as tech-savy as someone else, so we must not be mad at someone for saying HTML is a programming language by mistake. Everyone gotta start somewhere after all.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Programming Languages
« Reply #89 on: January 18, 2011, 04:53:36 pm »
...
Erm, I forgot to mention other programming languages I know?
-Z80 Hex/Assembly-  Intermediate
-TI-BASIC-              Intermediate/Advanced
-Axe-                     I'm nothing without the readme :D... Unless I use the Asm( command...
-I am adequate with Excel
-All other                 D: