|
|
|
![]() |
|
|||||||
|
||||||||
| View Poll Results: What are you programming in? | |||
| Java |
|
65 | 37.79% |
| C++ |
|
48 | 27.91% |
| LabView |
|
56 | 32.56% |
| Other (IDK what you could possibly be doing...) |
|
3 | 1.74% |
| Voters: 172. You may not vote on this poll | |||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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..
|
|
#2
|
|||
|
|||
|
Re: What are you programming in?
Java.
|
|
#3
|
||||
|
||||
|
Re: What are you programming in?
C++
|
|
#4
|
|||
|
|||
|
Re: What are you programming in?
C++
|
|
#5
|
|||
|
|||
|
Re: What are you programming in?
For "Other", there is Python, and LUA. Not sure if they are still being updated.
|
|
#6
|
|||||
|
|||||
|
Re: What are you programming in?
LabVIEW all the way.....
|
|
#7
|
|||
|
|||
|
Re: What are you programming in?
Why does everyone like LabView??
We use C++ and it works great, what's the difference??? |
|
#8
|
|||
|
|||
|
Re: What are you programming in?
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.
|
|
#9
|
|||
|
|||
|
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.
|
|
#10
|
|||||
|
|||||
|
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. |
|
#11
|
||||
|
||||
|
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. |
|
#12
|
||||
|
||||
|
Re: What are you programming in?
Java
|
|
#13
|
|||
|
|||
|
LabVIEW
|
|
#14
|
||||
|
||||
|
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. |
|
#15
|
||||
|
||||
|
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.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|