Go Back  Xtreme Visual Basic Talk > General Discussion > Tech Discussions > ASML - Need some ideas


Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2003, 11:26 AM
MikeJ's Avatar
MikeJ MikeJ is offline
Retread

Retired Moderator
* Expert *
 
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
Default 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.
__________________
{ Lex Fori } { Locus Classicus } { Rutilus Scrinium }
Osculare pultem meam!
Reply With Quote
  #2  
Old 06-06-2003, 02:59 PM
excaliber's Avatar
excaliber excaliber is offline
Senior Contributor

* Expert *
 
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
Default

*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."
Reply With Quote
  #3  
Old 06-06-2003, 03:19 PM
Flyguy's Avatar
Flyguy Flyguy is offline
Lost Soul

Super Moderator
* Guru *
 
Join Date: May 2001
Location: Vorlon
Posts: 18,931
Default

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.
Reply With Quote
  #4  
Old 06-06-2003, 03:22 PM
excaliber's Avatar
excaliber excaliber is offline
Senior Contributor

* Expert *
 
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
Default

I believe this is poking fun at this thread:

http://www.xtremevbtalk.com/t82399.html

But i may be wrong...
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)

"Perl - The only language that looks the same before and after RSA encryption."
Reply With Quote
  #5  
Old 06-06-2003, 03:23 PM
OnErr0r's Avatar
OnErr0r OnErr0r is offline
Obsessive OPtimizer

Administrator
* Guru *
 
Join Date: Jun 2002
Location: Debug Window
Posts: 13,688
Default

Quote:
Originally Posted by excaliber
*chuckle*

Im guessing this is a joke



I surely hope so :P
Reply With Quote
  #6  
Old 06-06-2003, 06:11 PM
MikeJ's Avatar
MikeJ MikeJ is offline
Retread

Retired Moderator
* Expert *
 
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
Default

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
__________________
{ Lex Fori } { Locus Classicus } { Rutilus Scrinium }
Osculare pultem meam!
Reply With Quote
  #7  
Old 06-06-2003, 07:47 PM
excaliber's Avatar
excaliber excaliber is offline
Senior Contributor

* Expert *
 
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
Default

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."
Reply With Quote
  #8  
Old 06-06-2003, 08:03 PM
shofstetter's Avatar
shofstetter shofstetter is offline
Contributor
 
Join Date: Sep 2002
Location: North Carolina USA
Posts: 423
Default

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?
__________________
Godaddy $0.99 domain name and $1.99 hosting You can get about 80% off your whole setup like I did :)
Reply With Quote
  #9  
Old 06-06-2003, 08:04 PM
Optikal's Avatar
Optikal Optikal is offline
Codeaholic

Retired Leader
* Guru *
 
Join Date: Oct 2002
Location: Winnipeg, MB, Canada
Posts: 4,543
Default

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.
Reply With Quote
  #10  
Old 06-06-2003, 09:42 PM
MikeJ's Avatar
MikeJ MikeJ is offline
Retread

Retired Moderator
* Expert *
 
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
Default

Yessir. One question? Whats an XSD Schema?
__________________
{ Lex Fori } { Locus Classicus } { Rutilus Scrinium }
Osculare pultem meam!
Reply With Quote
  #11  
Old 06-07-2003, 07:54 PM
Optikal's Avatar
Optikal Optikal is offline
Codeaholic

Retired Leader
* Guru *
 
Join Date: Oct 2002
Location: Winnipeg, MB, Canada
Posts: 4,543
Default

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.
Reply With Quote
  #12  
Old 06-07-2003, 09:17 PM
MikeJ's Avatar
MikeJ MikeJ is offline
Retread

Retired Moderator
* Expert *
 
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
Default

Thanks! (To everyone else, that is the type of input I was hoping for)
~MikeJ
__________________
{ Lex Fori } { Locus Classicus } { Rutilus Scrinium }
Osculare pultem meam!
Reply With Quote
  #13  
Old 06-08-2003, 10:10 AM
excaliber's Avatar
excaliber excaliber is offline
Senior Contributor

* Expert *
 
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
Default

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."
Reply With Quote
  #14  
Old 06-08-2003, 10:30 AM
MikeJ's Avatar
MikeJ MikeJ is offline
Retread

Retired Moderator
* Expert *
 
Join Date: Sep 2002
Location: Austin, Texas
Posts: 6,742
Default

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
__________________
{ Lex Fori } { Locus Classicus } { Rutilus Scrinium }
Osculare pultem meam!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ideas to publicize your web site compugeek Tech Discussions 12 04-19-2003 09:00 AM
Anybody got ideas to do project a embedded programming on pocket PC? lktl82 Tech Discussions 0 03-25-2003 06:26 PM
out of ideas ericgamer47 Tech Discussions 10 12-20-2002 02:02 PM
Any Ideas? GPF or Illegal Operation with Grids IN2ITive General 3 06-25-2002 12:21 AM
Database Software Ideas... Visual Developer Tech Discussions 13 05-30-2002 02:49 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->