Infiniteloop said:Oh, I see what you mean now. No. That is highly unlikely, mainly as a typical program in my language will be very high-level and inextricably linked to the extensible environment it is part of. Translating code into C would result in an enormous C program as that C program would need to run the environment as well. Also you would lose the ability to customize the software whilst you were using it (in the manner of the Smalltalk system), so this would be rather undesirable.Uncompetative said:Well, I meant if your language was going to have a translation to say C or something or if it was going to be independent. Great post though.Infiniteloop said:-snip-
In my experience, only physicists program in FORTRAN.RAKtheUndead said:Real programmers program in FORTRAN.
(I'm not a Real Programmer, although to be honest, if I ever actually did any real work on computers, it would probably be the most appropriate language for me to learn. Seriously.)
Usually an intermediary means that it goes from the native language to some other language before it is executed. C was given as an example but C is not the only option. Mind you none of the things you mention actually exclude C but it seems like you are hinting that your language is interpreted.Uncompetative said:Oh, I see what you mean now. No. That is highly unlikely, mainly as a typical program in my language will be very high-level and inextricably linked to the extensible environment it is part of.
Google is your friend [http://en.wikipedia.org/wiki/C%2B%2B].notoriouslynx said:I have no idea wat C++ or whatever you guys are talking out (except java) is.
Tenmar said:Since this is a computer programming/computer science topic I have to ask this question. How hard was it to get into computer programming? Would you have any recommendations in learning a computer language? Are any of you certified or know what one would need to do to become certified?
Ah, sorry the question wasn't directly aimed at you, it was more aimed at someone like RAK who'd actually know if there was any other sort of programming qualification.Tenmar said:First thank you very much for the links Lukeje, I look forward to checking them out when I get home. Second I already graduated college with a history major and apparently a B.A. in the United States does not mean anything anymore for employers are looking for either Master degree students, hard skilled employees or certified employees. I've been looking for work both inside and outside my major related to all my passions for over a year and all I've gotten from the 300+ jobs I've applied has been a resounding NO! The only job I have been able to get since graduating was another retail job.Lukeje said:Tenmar said:Since this is a computer programming/computer science topic I have to ask this question. How hard was it to get into computer programming? Would you have any recommendations in learning a computer language? Are any of you certified or know what one would need to do to become certified?If you wanted to become 'certified' wouldn't the bet way be to do a Computer Science degree?
- Step 1: Download Python [http://www.python.org/download/].
Step 2: Work through some tutorials [http://wiki.python.org/moin/BeginnersGuide/NonProgrammers].
Step 3: Try some problems, such as these [http://projecteuler.net/].
I really do not get the country I live in. I volunteered, I did both internships and part-time employment for 3+ years, I received my A.A. and B.A.. I've become a very well rounded person who can tackle most problems and understand the context and content of any given situation, but employers are looking for more so I'm trying to give them that more so they no longer have a reason to say NO! What the heck does a guy got to do to get a career?
Oh I forgot to answer your question. I'm currently paying back my student loans and my parents cannot afford to send me back to college to get another degree.