Results 1 to 17 of 17

Thread: New Language

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    New Language

    Hello al VBForumers!

    I have been planning on making a language for a while now and I have finally got up the guts enough to try it. Now, I am requesting a development team for this project considering my skill level in Assembly is not that great. If anyone would be willing to help that would be great. Currently, here are the positions that are needed on this team:

    --Management Positions--

    Head Project Coordinator: Seraphino
    Co-Project Coordinator: -Position Open-
    Documentation and Help File Records: -Position Open-

    --Programming Positions--

    IDE Programming and Interface Design: Seraphino & -Position Open-
    Compiler Programming: -Position Open-
    Co-Compiler Programming: -Position Open-
    Syntax and Library Programming: -Position Open-
    Syntax and Library Programming: -Position Open-
    Parser Programming: -Position Open-
    Parser Programming: -Position Open-
    WinSock Programming for a MSDN-like assist: Seraphino & -Position Open-
    24/7 Winsock Server Hoster: -Position Open-
    Backup Server Hoster: -Position Open-
    Linker: -Position Open-
    Linker: -Position Open-

    ---Website Design--- (No Payed Hosting Needed)

    24/7 Support: -Position Open-
    Website Layout and Design: -Position Open-
    Website Layout and Design: -Position Open-
    Website Extras Programming: -Position Open-
    Website Extras Programming: -Position Open-

    ---Other Needed---

    Community Relations Manager for Reporting on these forums: -Position Open-


    ~~If anyone is interested PM me or just post here. I will be happy to get any questions on what positions offer and/or need!

    **Please Note that the IDE will be programmed in Visual Basic 6.0

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: New Language

    We need people! Please join the dev team, there is a little something for everyone! For More info, just PM me!



  3. #3
    Hyperactive Member Mosabama's Avatar
    Join Date
    Aug 2004
    Location
    Mars
    Posts
    306

    Re: New Language

    Man ,,, I want to be one of the team ... but I am not that experienced in Compilers ... but I was planning to learn about it ...
    My software never has bugs. It just develops random features.
    I RATE, YOU RATE!!!

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: New Language

    Please note that there are MANY other feilds that you can be involved in. You do not have to be a assmebly programmer. Also, I have a tutorial in my sig if you are interested.

    PS: I know very little about Compiler Programming. I will mainly be the IDE and design team part. (And Project Leader )



  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: New Language

    Can we at least get a brief decription of the language and the advanced features it will take? Maybe some syntax examples? has the language even been put into draft form? Will you try standardization? Platform-independance? high, low, or mid level language?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: New Language

    This project has been cancelled at this time.



  7. #7
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271

    Re: New Language

    Wow,
    You lasted about a day?

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: New Language

    Quote Originally Posted by Seraphino
    This project has been cancelled at this time.
    Heh. Don't give up on your dream, especially if I was the cause.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  9. #9
    Fanatic Member damasterjo's Avatar
    Join Date
    Nov 2005
    Location
    In front of my Comp DirectX7 EXpert
    Posts
    827

    Re: New Language

    yeah man you can do it. we are patient, we understand that it will take a while for this to get rolling. just provide the info, find some people here, other sites, freinds whatever. This is big, cant put it together in a week. So stick with it man. You wont regret it. So tell us about the language and members will read it.
    Then when your ready and more serious about starting, say go and we will be on stand by.

    PS not me though. just trying to help!
    Software languages known:
    Qbasic - TI-Basic - Liberty Basic - Visual Basic 6
    Software API's known:
    Directx 7 and 8
    Internet languages, in the process of learning:
    HTML - JAVASCRIPT - PHP - CSS - MYSQL - AJAX

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: New Language

    No, I have realized that I am just not qualified for this. I mean, I know absolutly NO assembly or any other language except for VB 6.0. But if you guys want to keep applying for this that is OK. I really do want to continue doing this but I feel that I do not have the qualifications to do so.

    But if you think I can, I will continue I guess



  11. #11
    Fanatic Member damasterjo's Avatar
    Join Date
    Nov 2005
    Location
    In front of my Comp DirectX7 EXpert
    Posts
    827

    Re: New Language

    well you could learn along the way. and people have already showed interest, just keep at it. It might be real slow, but youll learn alot
    Software languages known:
    Qbasic - TI-Basic - Liberty Basic - Visual Basic 6
    Software API's known:
    Directx 7 and 8
    Internet languages, in the process of learning:
    HTML - JAVASCRIPT - PHP - CSS - MYSQL - AJAX

  12. #12
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: New Language

    It's said by many that the future of programming lies in Managed code, and even though saying that is liable to get you the forum version of a boot to the head.. it's got it's valid points.

    Why not, rather than assembler, Dig into how MSIL (Intermediate Language) works with .NET, and have your compiler output IL (and link it to EXE's using ILASM). You then get to take advantage of the .NET framework, and though it does involve things like using the stack, and whatnot.. the experience might be easier on you since if you get stuck, you can always write something in VB.NET, then use ILDASM to see how it's done..

    Bill

    Edit - This explains the basics:
    http://www.codeguru.com/csharp/.net/...cle.php/c4635/
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

  13. #13
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: New Language

    Developing a new language has absolutely nothing to do with Assembly. Just implementing it

    However, you should also consider looking at this thread, it's the project communication of LightFusion, the last attempt at a new language that I'm aware of. Many of the pitfalls of creating a language come up in the discussion.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  14. #14
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: New Language

    Yes, it serves as an excellent guide on how not to design a product, complete from concept to confusion.

  15. #15
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: New Language

    You could always convert syntax to C++ and use an existing C++ compiler to compile it.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  16. #16
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: New Language

    what ever happend to lightfusion?

    if it's still going, this project is useless, tag onto that one
    if it has stopped, this project will probably also stop (if u even decide to go for it in the first place).

    sorry to be negative, but it's true, there are perfectly good languages out there already, don't waste your time trying to make another one

  17. #17
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: New Language

    We all threw in our proverbial towels, except for I think Jacob. But then he seems more interested in his girlfriends these days, and who can blame him

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width