New programming language project
-
Hi, I am new here. I am attempting to develop a programming language. I don't know if this is the proper place to discuss this, so I have included my blog address where anyone can post regarding this. Of course, if it was ok to post this here, then we can discuss it here in this thread. I am looking for opinions and suggestions. In a nutshell, I am not looking for answers on how to build the translator or compiler(no compiler will be made at the present time, my language source will be translated into C++ source), I feel capable of doing that part myself. What I am looking for are suggestions from: *Experienced programmers. about: *Features they like in programming languages. *Features they don't like in programming languages. *Standard library suggestions. *Any other functionality that would be nice to include. *Anything they can think of to comment on. The blog (aweful place to put my project, but oh well) is located at: http://cppfront.blogspot.com/ Thanks! :-D Learn as much as you can in the time that you are provided. Some day, you just might find it useful. -- modified at 23:12 Sunday 19th February, 2006
-
Hi, I am new here. I am attempting to develop a programming language. I don't know if this is the proper place to discuss this, so I have included my blog address where anyone can post regarding this. Of course, if it was ok to post this here, then we can discuss it here in this thread. I am looking for opinions and suggestions. In a nutshell, I am not looking for answers on how to build the translator or compiler(no compiler will be made at the present time, my language source will be translated into C++ source), I feel capable of doing that part myself. What I am looking for are suggestions from: *Experienced programmers. about: *Features they like in programming languages. *Features they don't like in programming languages. *Standard library suggestions. *Any other functionality that would be nice to include. *Anything they can think of to comment on. The blog (aweful place to put my project, but oh well) is located at: http://cppfront.blogspot.com/ Thanks! :-D Learn as much as you can in the time that you are provided. Some day, you just might find it useful. -- modified at 23:12 Sunday 19th February, 2006
Are you thinking of making an actual new programming language? or a scripting language which converts to C# and then gets passed to a command line compiler?