LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which alternative Programing Language do you suggest ?

Yes it is.. 🙂

What is wrong with the size? 

Oh... the microsuff syndrom... The bigger the better..  Well.. that's false!

Many of the programming languages were much smaller then 10 MB.  I remember SmallTalk, APL, Turbo-C, all smaller then 2 or 3 MB.  Even the early Java..   🙂

So, yes, it's free (read the license) and it's 10MB 😄

RayR

Message 21 of 27
(1,130 Views)
 
0 Kudos
Message 22 of 27
(1,127 Views)
Thanks
0 Kudos
Message 23 of 27
(1,121 Views)


Ben wrote:

I'll give you my wife's answer to this question.

"Open the want-ads and figure out which language is in the greatest demand."

Ben




Or the one thats paying the most Money! 🙂 - Depending on how you look at it

I came from an electronics background and most text languages I have come across are all hardware related...Verilog for example.

Texas instruments and Atmel (I think) done some quite cool USB stick dev kits, including their IDE for about £20.



Message Edited by craigc on 06-06-2008 09:37 AM
LabVIEW 2012
0 Kudos
Message 24 of 27
(1,095 Views)


@Pnt wrote:

Python is only 10 Mbytes and it is freeware ?!

Am i missing something ?



It is quite improper to say that a programming language IS n MBytes.... Maybe you're talking about the compiler/IDE/libraries....?

About C/C++, you have to consider that if you do some embedded hardware, if you'll deal with microcontrollers (both 8 bits and 32 bits), you'll have to learn C/C++.  Many tools are for these languages.  Of course, if you develop web applications, java, PHP will be a choice....

I like Atmel micros, and there you find a great IDE for C and AVR 8 bit micros (for AVR32 it's C/C++, but it's quite new....).

Another thing to consider, is what hardware/software do you use on your PC.  Some vendors provide C APIs for theyr products. Microsoft Windows SDK is for C, to say one...

graziano
Message 25 of 27
(1,083 Views)


Graziano wrote:
About C/C++, you have to consider that if you do some embedded hardware, if you'll deal with microcontrollers (both 8 bits and 32 bits), you'll have to learn C/C++. 
I like Atmel micros, and there you find a great IDE for C and AVR 8 bit micros (for AVR32 it's C/C++, but it's quite new....).

I know C for microcontrollers. AVR 8bit is what i use too ! Smiley Happy
So the best choice whould be Visual C++ , i think.
0 Kudos
Message 26 of 27
(1,078 Views)


@Pnt wrote:

Python is only 10 Mbytes and it is freeware ?!

Am i missing something ?




Well, I prefer to call it "open source" which is not the same thing as "freeware" 🙂
Message 27 of 27
(1,063 Views)