![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Expert Programmer
|
Yeah there isn't much on google. You could take a look at the Python source code.
Jumping into creating a programming language is like learning to swim in the deep end. Pal has good advice.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#12 |
|
Newbie
Join Date: Oct 2005
Posts: 14
Rep Power: 0
![]() |
BTW, I am actually not planning to make any really powerful language, just a simple one designed to make small apps. For me, this is both a learning experience, and also (hopefully, if I can get this to work) part of my Personal Project (for school, you don't need to know about that). So would this mean a compiler would be more suitable?
|
|
|
|
|
|
#13 |
|
Newbie
Join Date: Oct 2005
Posts: 14
Rep Power: 0
![]() |
I am not exactly new to computer programming. i have worked with java, but mostly on PHP, javascript, etc. I tried python, but it seems to be very weird. I can't seem to get it working...
|
|
|
|
|
|
#14 | |
|
Expert Programmer
|
Quote:
Compiled languages can compiel to an .exe but they takes years with a big team to create and design. I you ahve some sort of project to do, can i suggest creating a program rather than a programming language?
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
|
#15 |
|
Newbie
Join Date: Oct 2005
Posts: 14
Rep Power: 0
![]() |
Well, i don't think a program would be good. You see, the point of this project is the process, not the product. Therefore, I can shoot as high as I want as long as I try. THIS is why I am doing this.
Anyway, back to the compiler. Was I right in saying that you run the compiler and make a .asm file from the code and then assemble it for the .exe? Could I do that? |
|
|
|
|
|
#16 |
|
Expert Programmer
|
Technically i suppose you could. But thats not how it is done,
I suppose you could, as you say, make a asm program that converts a file programmed in your language into a .asm file then it could assemble it. There is a lot of process involved in making a program.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#17 | |
|
Programmer
Join Date: Mar 2005
Location: Washington
Posts: 87
Rep Power: 4
![]() |
Quote:
Maybe later you can move on to c/c++. Or if you prefer python, that's another choice as well. |
|
|
|
|
|
|
#18 |
|
Expert Programmer
|
What OS are you on?
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#19 |
|
Newbie
Join Date: Oct 2005
Posts: 14
Rep Power: 0
![]() |
Win XP
|
|
|
|
|
|
#20 | |
|
Newbie
Join Date: Oct 2005
Posts: 14
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|