|
Programming C, bash, Python, Perl, PHP, Java, you name it. |
View Poll Results: favorite programming language? | |||
Asm | 19 | 10.73% | |
C | 67 | 37.85% | |
C++ | 36 | 20.34% | |
C# | 8 | 4.52% | |
Java | 15 | 8.47% | |
Javascript | 6 | 3.39% | |
Perl | 30 | 16.95% | |
PHP | 33 | 18.64% | |
Ruby | 13 | 7.34% | |
Python | 39 | 22.03% | |
Shell | 36 | 20.34% | |
Awk | 15 | 8.47% | |
Others: Tcl, Erlang, Haskell, Ocaml, D, Forth ... | 25 | 14.12% | |
Multiple Choice Poll. Voters: 177. You may not vote on this poll |
|
Thread Tools | Display Modes |
|
||||
Quote:
C-style languages are logical to me. Legacy languages (Cobol, Natural) -- same thing. As I mentioned earlier, I like python, and I'm sure if I took the time to learn php I'd find it straightforward and useful. Yet every time I've decided to learn/practice with perl, it has seemed arcane and kludgey to me. I know it rocks (I'm told so repeatedly), but apparently it doesn't jibe with the way my mind works.
__________________
Kill your t.v. |
|
||||
I use (pd)ksh, gawk, (gsed) and other legacy tr, cut, ....
To make my wrappers "Windows users friendly", I put them in zenity. Have some uneasy tasks, translate tables from html pages and send the data to postgresql database. Take those financial data and generate charts. I balance between using sql functions or keep ksh in control. When I looked at CPAN modules to handle some tasks, but for each module, you have to read the pod to finally only use one function ksh or the OS userland can do in a one-liner. There are modules for everything I need. But, gosh!, you first have the chose the right module, mean reading and comparing even more pods. Always the case with languages (and window managers) which pretend to do everything. I cmpare them to a Black&Decker: does everything you want ... unefficiently. Drill, but not as good as a driller, saws, but not as good as a circle-saw, ...
__________________
da more I know I know I know nuttin' |
|
||||
Quote:
actually, perl is a powerful tool for sys-administration. right now python looks interesting. |
|
||||
Quote:
HTML is not a programming language... Quote:
Your vote is now registered for Java ... And even worse, as far as I can see there is no way to change it ... |
|
||||
Quote:
Problem solved.
__________________
Kill your t.v. |
|
|||
Quote:
As my own proficiency in Perl has grown, the code I write has gotten denser, & the higher the probability that others will give up trying to understand all the nuances. As most of the Perl I write is only for my own benefit, this doesn't really matter, however, the point remains that Perl can help speed up a lot of work especially when it comes to parsing & translating text. |
|
||||
Perl has it's oddities but really it's not that bad, unless you pass out while reading the fine manual page anyway.
The only thing I hate about Perl is I'm used to writing hash['key'] not hash{'key'} and my $var sounds self centred >_> Quote:
You could say I'm someone who feels 'dirty' doing things in HTML, that really belong in a stylesheet whenever possible ^_^
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
right, just a joke.
The only programming (sorry scripting) I did in the last 2 Years was HTML, PHP and I messed around with style sheets and Perl (I love Perl). I really need to open my C book _and_ write some code. Reading C books during a night shift doesn't make you understand it if you have no chance to practice the learned stuff |
|
||||
Quote:
And thanks to Carpetsmoker for explaining what happened. It's interesting that there is so much conversation surrounding Perl. If you read some other forums for years people have been comparing it to Latin (aka, a dead language.) Perhaps as a "web programming language" it is... and yet, given its powers as described in previous posts ("parsing & translating text" and "a powerful tool for sys-administration") , it seems to take a licking and keep on ticking. And that makes me all warm and fuzzy inside.
__________________
Network Firefighter |
|
|||
Ruby vs Perl
I started learning Ruby about a month ago and I like it a lot more than Perl. The syntax is a lot cleaner and easier to work with. Take functions, for example. You can just say:
Code:
def fn(param1, param2, param3) ... end Code:
sub fn { my ($param1, $param2, $param3) = @_; ... } |
|
||||
The only bad thing about Ruby is when you go back to Semicolon land !!!
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
|||
Everything should be done in assembly language.
|
Tags |
programming, programming language |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Favorite Programming Tools | JMJ_coder | Programming | 20 | 19th January 2015 07:56 AM |
your 3 favorite games | welkin | FreeBSD Ports and Packages | 17 | 5th June 2010 08:26 PM |
Best Web Application Language | JMJ_coder | Programming | 24 | 25th November 2008 12:25 PM |
The language here | scottro | Feedback and Suggestions | 11 | 19th May 2008 11:54 PM |