What language???
-
1. BASIC: on ZX spectrum 64K 2. Java (Swing): I was at one time a big Java fan. So I incorrectly assumed I could write a high performance network application with a fast responsive GUI in it. About two-thirds of the way through I realized that this really isnt the right tool for the job, but I wanted to squeeze the maximum out of it before we abandoned the entire code base written over a year.So I tried all the tricks JNI, object/thread pooling, complex UI clipping, a different storage engine. The most unproductive work is when you are optimizing the hell of something that isnt even the right tool for the job. 3. Ruby / Fox-Ruby: Cant live without this! Given any task, my first reaction is "Can Ruby do this ?" before turning to C++/MFC.
1. The language used with dBase II (forgot the name) 2. C# (compact framework) Because of the lousy performance. Into the same category goes eVB. Man was this thing crap. Performance and memory consumption was crazy on this small Jornada 680/720 devices. I always had memory problems. 3. C++ I am just facing the same problem like you had with Swing. The program is working but way too slow. The memory performance is even worse. The GC is just not doing it's job properly. And I guess I must rewrite the whole thing in eVC I only have 32 Megabyte of Memory and I have about 20 Megabyte of Data as well. The Machine has no harddisk. GC is not working correctly so I am always short of memory. :(( :(
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. A-Basic (IBM Basic) 2. never had such an experience 3. Depends on the things I want to do. For a fast/save algorithm I prefer C++, for easy building a nice desktop application C#, for a fast web application PHP. For nice programming Turbo Pascal.
code-frog wrote:
SAP R/3 & Abap 4. Had to work in it and C++/ATL.
Abap 4? That is no programming language that is just %$#i!&. Well but a so many talk about Brainfuck I will build my next Windows application with it - touring machines are super! :-D ------------------------------ PROST Roleplaying Game
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
- BASIC on an APPLE II at Yamboo's Junior High (1982 ...sigh sigh ... I'm old ...) 2) C++/VB/Delphi/Assembler .... what a mess ..... 3) It was Delphi 'till 2 years ago, now I have to say C# Ciao ;)
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
- BASIC on the Commodore 64, Apple IIe, and Apple IIgs. 2) Assembly (MASM 80x86). This is when I learned to comment as I code, because most of the lines looked the same to me. 3) Either C++ or VB.NET depending on the situation.
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. Turbo Pascal 2. Prolog. Maximum stress, minimum output. 3. C# regards, Paul Watson Ireland Feed Henry! K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
adapted from toxcct:
while (!enough)
sprintf 0 || 1
do -
- TI-BASIC, on the TI-99/4A
- Probably x86 assembler, possibly C
- If i knew ahead of time that no system programming would be required, probably JavaScript (since i enjoy it). Otherwise, C++ (since i'm most familiar with the runtime).
----
Bots don't know when people die. --Paul Watson, RIP
Shog9 wrote:
probably JavaScript (since i enjoy it)
Got a decent editor for it? regards, Paul Watson Ireland Feed Henry! K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
adapted from toxcct:
while (!enough)
sprintf 0 || 1
do -
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. Assembler 2. Assembler 3. C++ The tigress is here :-D
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. 6800 assembler. 2. 6800 assembler. 3. C++ Steve
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. Apple /// BASIC :doh: 2. 8080 assembler, closely followed by extending a public domain C-compiler :-> 3. C++ :cool: Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. C. 2. C++. Enjoyed it. 3. C#. Hmmm... do you see a pattern here? :suss: Cheers, Vikram, Voice of Reason.
"Don't judge me You could be me in another life In another set of circumstances" - "Tomorrow we'll see", Sting.
-
fat_boy wrote:
C C C
Hmm... I detect a pattern there. :suss: Cheers, Vikram, Voice of Reason.
"Don't judge me You could be me in another life In another set of circumstances" - "Tomorrow we'll see", Sting.
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. FORTRAN IV - I studied FORTRAN II, but had no computer to try it on. 2. ASM (8080-style) - I built the company a computer, but there was no OS for it. 3. Pascal "...a photo album is like Life, but flat and stuck to pages." - Shog9
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. Fortran X| 2. 8080 assembler 3. C++ Regards, Phil
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
- FORTRAN (with cards) 2) COBOL (that would be 68 and 74). And I've yet to have a problem that I couldn't use COBOL to solve. :) 3) C++ The language is a lot of fun to use. The single biggest thing I like about C++ is code-reuse. Chris Meech I am Canadian. [heard in a local bar] When I want privacy, I'll close the bathroom door. [Stan Shannon] BAD DAY FOR: Friendly competition, as Ford Motor Co. declared the employee parking lot at its truck plant in Dearborn, Mich., off limits to vehicles built by rival companies. Workers have to drive a Ford to work, or park across the street. [CNNMoney.com] Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
-
Shog9 wrote:
probably JavaScript (since i enjoy it)
Got a decent editor for it? regards, Paul Watson Ireland Feed Henry! K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
adapted from toxcct:
while (!enough)
sprintf 0 || 1
do -
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. FORTRAN IV. Wright State University, fall quarter 1979. TI-59 programmable calculator, and Tiny BASIC come a close second. 2. PL/I. I took two computer graphics courses, and did an independent study project in graphics. The graphics lab at WSU at the time used PL/I on a group of CP/M machines. I extended the independent study project over two quarters. In the middle of the second one, I was really struggling. My advisor told me, finished or not, he wouldn't extend the project another quarter. I spent more than one 40 hour day in the lab finishing up. 3. Hands down, C++. Straight C is too confining these days.
Software Zen:
delete this;
-
So here's one I was just reflecting on.
- Which language did you first learn programming in?
- Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
- If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
For me:
- The answer is C. My college even used K & R.
- SAP R/3 & Abap 4. Had to work in it and C++/ATL.
- C. I just like C. It's fun and simple. Frameworks take a long time to learn.
I only read CP for the articles. Code-frog System Architects, Inc.
1. Atari BASIC 2. ADA '83 - required 3 courses of it in college: Beginning, Intermediate and Advanced programming in ADA. It was stressful mainly b/c the prof. gave 1-A, 2-B, 3-C everyone else failed. 3. That's difficult to say; currently I'd answer C++, but I'm leaning more-and-more towards C# these days, as my base frameworks improve and become more advanced. I love C++ and WTL for quick and dirty apps.
:..::. Douglas H. Troy ::..
Bad Astronomy |Development Blogging|Viksoe.dk's Site -
Here is mine and why.
code-frog wrote:
# Which language did you first learn programming in?
Commodore 64 Basic Was a nice little machine to get my feet wet with in the early 1980's.
code-frog wrote:
Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
Meridian's Ada 83 A rather rigid and pain of a language that the Computer Science department force fed students at the junior college where I started college work. The exception handling was tough to work with and stressed me out then (this was back in 1992 :) )
code-frog wrote:
1. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.
C# I know C/C++ well, had to use Java a bit during my undergraduate and graduate courses. C# in my thought is an easy language to work with :) Paul
computerguru92382 wrote:
Meridian's Ada 83
Ohmigod. I actually used that miserable excuse for a compiler at work. It was a piece of junk. Half the features in the language specification weren't implemented properly, or caused the compiler to go belly up. The only Ada compiler worse than that was the one developed by the Irvine Compiler Corporation for the DEC VAX. It actually caused our VAX to crash on a regular basis.
Software Zen:
delete this;