 |
 |

06-06-2003, 11:26 AM
|
 |
Retread
Retired Moderator * Expert *
|
|
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
|
|
ASML - Need some ideas
|
Hey all! I am making a new programming markup language, along with some others... (names will be withheld). This seems to be the current trend, however, I have been in the planning stages for months. And now I am out of ideas.
Here is a sample syntax for a page:
Code:
\\Description {{Page Description}}
#title(Test Page);
#backcolor(Blue);
//
\\Page {{Actual code for the page}}
[text !font(Arial), !size(2), !color(blue),]
This makes blue text.
[/text]
//
Any ideas, comments, or suggestions on the syntax or anything else?
~MikeJ
P.S.
Does anyone know what language the interpreter for HTML was originally written in?
P.P.S.
In case you were wondering, ASML stands for Alternate Scripting Markup Language.
|
|

06-06-2003, 02:59 PM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
|
*chuckle*
Im guessing this is a joke
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-06-2003, 03:19 PM
|
 |
Lost Soul
Super Moderator * Guru *
|
|
Join Date: May 2001
Location: Vorlon
Posts: 18,931
|
|
Quote:
|
Does anyone know what language the interpreter for HTML was originally written in?
|
Uh... it's a markup language, which has to be interpreted by a browser.
|
|

06-06-2003, 03:22 PM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-06-2003, 03:23 PM
|
 |
Obsessive OPtimizer
Administrator * Guru *
|
|
Join Date: Jun 2002
Location: Debug Window
Posts: 13,688
|
|
Quote: Originally Posted by excaliber *chuckle*
Im guessing this is a joke
I surely hope so :P
|
|

06-06-2003, 06:11 PM
|
 |
Retread
Retired Moderator * Expert *
|
|
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
|
|
|
Actually its not. I've been developing it for months... And I've got it to work. I just need some final input to see if everyone likes the design. It converts to HTML, and I'm trying to see if I can do it. Y'all can laugh if you want, but when its popular...
~MikeJ
|
|

06-06-2003, 07:47 PM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
Oops, sorry. It jsut had amazing timing with the other one, and the names were very similar.  Good luck to ya!
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-06-2003, 08:03 PM
|
 |
Contributor
|
|
Join Date: Sep 2002
Location: North Carolina USA
Posts: 423
|
|
|
Go for it maybe you could get the sourge for the lynx of onother open source browser to see hoe stuff is done. All though if you are serious Please create a good code tag so that it will be easier to display code.
useg <html> to display html code sucks. Will yours be server side or client side?
|
|

06-06-2003, 08:04 PM
|
 |
Codeaholic
Retired Leader * Guru *
|
|
Join Date: Oct 2002
Location: Winnipeg, MB, Canada
Posts: 4,543
|
|
|
If your making a markup language you should make it XML compliant. And develop a XSD Schema to ensure your syntax is well-defined and verifiable.
|
__________________
There are 10 types of people in this world, those that understand binary, and those that don't.
|

06-06-2003, 09:42 PM
|
 |
Retread
Retired Moderator * Expert *
|
|
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
|
|
|
Yessir. One question? Whats an XSD Schema?
|
|

06-07-2003, 07:54 PM
|
 |
Codeaholic
Retired Leader * Guru *
|
|
Join Date: Oct 2002
Location: Winnipeg, MB, Canada
Posts: 4,543
|
|
Its an open standard ( www.w3c.org) that is a way to define the structure of an XML document. If you have an XSD schema there are automated tools/API's you can use to quickly and easily verify if an XML document conforms to that schema.
If you are developing your own markup language you should develop a schema that defines the structure and data in your markup language.
|
__________________
There are 10 types of people in this world, those that understand binary, and those that don't.
|

06-07-2003, 09:17 PM
|
 |
Retread
Retired Moderator * Expert *
|
|
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
|
|
|
Thanks! (To everyone else, that is the type of input I was hoping for)
~MikeJ
|
|

06-08-2003, 10:10 AM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
|
Out of curiosity (i like new kinda things, if everyone has noticed already), hows the language run? Is it run through an apache-type interpreter that you have made?
Sounds cool. Good luck!
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-08-2003, 10:30 AM
|
 |
Retread
Retired Moderator * Expert *
|
|
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
|
|
|
Well, this sounds kinda dumb, but I am converting it to HTML as of the present time. I'm trying to find a way to make my own web browser control, so I can add the syntax, etc. But until that time, well, it's just gonna be converted.
~MikeJ
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
|
|
 |
|