Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   What are you programming in? (http://www.chiefdelphi.com/forums/showthread.php?t=99560)

cjlane1138 08-01-2012 22:25

What are you programming in?
 
I just wanted to know what everyone is actually programming in so we can get a good idea on which language is more used..

davidthefat 08-01-2012 22:26

Re: What are you programming in?
 
Java.

WizenedEE 08-01-2012 22:27

Re: What are you programming in?
 
C++

cjlane1138 08-01-2012 22:28

Re: What are you programming in?
 
C++

davidthefat 08-01-2012 22:29

Re: What are you programming in?
 
For "Other", there is Python, and LUA. Not sure if they are still being updated.

apalrd 08-01-2012 22:37

Re: What are you programming in?
 
LabVIEW all the way.....

cjlane1138 08-01-2012 22:39

Re: What are you programming in?
 
Quote:

Originally Posted by apalrd (Post 1100157)
LabVIEW all the way.....

Why does everyone like LabView??
We use C++ and it works great, what's the difference???

davidthefat 08-01-2012 22:41

Re: What are you programming in?
 
Quote:

Originally Posted by cjlane1138 (Post 1100163)
Why does everyone like LabView??
We use C++ and it works great, what's the difference???

Labview is graphical and C++ is text based. Java is also popular because most of the kids learn Java in school because the AP test is in Java.

linuxboy 08-01-2012 22:42

Re: What are you programming in?
 
LabView is a graphical programming language, C++ is text based. LabView tends to be easier for people with less experience to pick up. That said I'm using Java. Java and C++ are quite similar, however C++ is lower level, and a bit more difficult for new programmers.

apalrd 08-01-2012 22:47

Re: What are you programming in?
 
Having programmed in a multitude of languages (including LabVIEW, C, Matlab, Simulink, and Perl) I could use either C++ or LabVIEW to accomplish the task with about the same amount of effort on my end. I've always thought that C++ and Java are the same for what we are doing (all of the higher-level features of Java don't help us), so it's personal preference between the two.

That said, LabVIEW provides a much nicer debugging interface, and the real-time front panel is just awesome. It's super easy to change stuff and look at graphs and data without doing anything in code.

C++ and Java are both textual, C++ is procedural or object oriented, Java is object oriented. LabVIEW is a data-flow language, so it represents code as the flow of data and operations happening to the data, which is quite easy to understand.

DjMaddius 09-01-2012 09:26

Re: What are you programming in?
 
We are doing a build in 2 languages.

Python and LabVIEW. I have much experience with Python over the years and it looks like it could be interesting. Having a different point of view on programming issues will help get past them quicker. Doing two languages will help us code quicker and better.

cgmv123 09-01-2012 09:57

Re: What are you programming in?
 
Java

3p1c w1n 09-01-2012 10:28

LabVIEW

RyanN 09-01-2012 10:29

Re: What are you programming in?
 
We simply use LabVIEW due to the ease of use, abundance of debugging tools, and the quick speed of development.

Being able to probe and trace values while the code is running really gives the students the ability to understand what their code is doing.

gixxy 09-01-2012 12:56

Re: What are you programming in?
 
Java. Simple and Object Oriented. Plus since most of our programmers have never programmed Java is a great starting point.


All times are GMT -5. The time now is 23:41.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi