vote up 4 vote down star
3

Hello Everyone.

Been learning Erlang, which brought the following question to mind:

What do SO users consider an under-appreciated language/platform ... and what are their reasons?

Semantics, Syntax, Usability, Deployability, Scalability ... whatever. Which language/platform do you think should be more widely deployed, developed, or more popular than it is?

(subjective yes, but I hope interesting for people looking to dive into new things)

flag
The community-wiki tag only applies to meta-discussion about the community wiki feature. – Zifre May 22 at 22:08
Apologies. First community wiki item :) – Aiden Bell May 22 at 22:09
The topic was actually very helpful.. Can it be open again? – anon May 23 at 8:17
Not sure about argumentative. – Aiden Bell May 23 at 8:18
@Aiden: just wait... – Shog9 May 24 at 19:22

28 Answers

vote up 12 vote down

Delphi.

You can make a powerful windows app in few clicks without even writing anything. Was my first real language but I had to abandon it just because nobody needs it...

link|flag
Now we are getting down to it ;) – Aiden Bell May 22 at 22:19
Then you know how most former Perl devs feel these days... – jess May 22 at 22:23
1  
Why would you want to write a program without programming it? – Zifre May 22 at 22:36
Zifre: why write scaffolding code? Click for scaffolding and then spend your time writing app logic. – dwc May 22 at 23:16
Maybe 1 of the reasons why nobody needs it is because it is a very verborragic language. – eKek0 May 22 at 23:28
show 3 more comments
vote up 10 vote down

Probably VisualBasic. Generally disliked by everyone and considered "childish", although I regularly hear it is not that bad.

link|flag
2  
Im not a VB user but VB.NET is every bit as capable as any other .NET Language. – Robert Kozak May 22 at 21:58
After turbo-pascal, VB was one of the first languages I played with. I think for many people, it might have been too. Maybe this is where the association comes from (im 22)? – Aiden Bell May 22 at 22:07
2  
I used to stick up for GWBasic, but I've never been able to use it since it became "visual" basic. Honestly, the functionality in VB.net is almost identical to C# (there's even utilities to translate between the two) so it's all a matter of syntax and sugar, and VB is ugly compared to C# imnsho. :) – jess May 22 at 22:12
1  
imnsho? I've heard of imho but not that. And yeah, VB is generally underrated. Not by people who have a reason not to like it (it doesn't work well for them), but by people who seem to look down on it simply because of the name and/or various misconceptions about what it can or can't do. – Sukasa May 22 at 22:21
3  
I was forced to use VB for .NET 1.1 for 3 years and it's pretty brutal. Yes, it has most of the features of C#, but the verbosity obscures everything. – cdmckay May 28 at 4:03
show 5 more comments
vote up 9 vote down

Lua. Despite its incredible power-to-weight ratio and good string library, it still seems to be viewed as a niche language, useful perhaps for gaming or embedded software, but not mainstream. Yet it's a wonderfully powerful, general-purpose language good for scripting, string processing, and (some kinds of) functional programming. It beats heck out of Perl or Python and can give Ruby a run for its money!

link|flag
+1 on the Lua :) – Aiden Bell May 23 at 8:19
Thank you! it's like there's only 20 people around here that like lua, and i'm one of them :) – RCIX Jul 3 at 1:40
vote up 8 vote down

For platforms, at the risk of sounding trendy - OSX/Cocoa is terribly underused/underrated. As a long time linux user/developer I can say that "once you've had Mac, you'll never go back." It's really just slick and does what you'd want and expect and does it well and intuitively.

Add in things like Core and Quartz graphics (and composer) and it's just a field day for any geek looking to create good looking, good functioning software. I believe this plays a big part in why Mac apps, though fewer, are often higher quality than on other platforms. They're a joy to write, and the development environment almost demands quality by association. The learning curve, which you'd expect to be pretty big, is actually not bad at all.

PS: I am not an Apple fanboy(girl), I've used Macs since OS/9 (in anticipation of OS/X) and before that I owned a real live NeXT Cube (which is probably in my garage somewhere now). So nyah.

link|flag
i found the opposite, and I am a UI-design-fan. Just never took to it, nothing logical, just not my cup-of-tea. – Aiden Bell May 22 at 22:25
I disagree. I think there are many good technical reasons why nobody uses Obj-C. Cocoa is obviously limited to just Mac OSX. Personally, I have used Macs, Linux, and Windows, and I find GNOME to be the most intuitive environment out there. For programming, I like KDE/Qt/C++ and Mono/Gtk#. – Zifre May 22 at 22:38
I realize that it's not suited for cross platform development, but that doesn't take away from it's underratedness, I think. It's good for what it is. I tried to use Gtk+ back in the day and it made my head hurt - even trying with the Perl language bindings. Looking at it again recently it seems to have improved a lot, but I still find Gnome based development in general to be more of a learning curve than others. Qt in C++ or python is looking nice these days though, I admit. I really need to try Gtk#... – jess May 22 at 22:44
I love Cocoa - I !!HATE!! Objective-C. I do agree with the quality part, the quantity of Windows apps that are horrible is much more than the truly great ones. UNIX apps, though good quality, do not usually have very polished interfaces. – Isaac Waller May 22 at 23:24
@Zifre, Im with you on Gnome/GTK ... In Python or C (when speed is needed). Libglade's XUL-like XML loading is also awesome! – Aiden Bell May 23 at 0:41
show 2 more comments
vote up 8 vote down

There's no platform that's more under-appreciated than the Ecere SDK.

It was created by a guy in ##programming on freenode, its official channel is #ecere on the same network.

He's been working on it for years, it just never got noticed.

Don't be be deceived by it's website's old look; it's really amazing, you can find examples of it along with a sample code here.

I hope you guys like it. GB

link|flag
Looks interesting. Maybe it just needs a sleek Mozilla-esque marketing push. – Aiden Bell May 22 at 22:28
1  
I snagged a copy. Other than the latest build for OS/X being 1.5yrs out of date, it looks really nice. – jess May 22 at 22:35
Wow! That looks really cool... – Zifre May 22 at 22:39
It's working already! ;P – Aiden Bell May 22 at 22:47
According to activity on the forums it looks like Ecere is still active... – Peter Lillevold May 27 at 8:52
show 4 more comments
vote up 8 vote down

PHP

PHP seems to get slated at every opportunity.

It definitely has its issues, but on the plus side, it is quick, easy to get started with and has a fantastic community.

I realise that although under-appreciated by Programming guru's, it is definitely over-appreciated by newbies.

link|flag
I disagree for various reasons, but I'll vote this one up because I can see the argument. – Jason Baker May 22 at 23:07
2  
I just got fed up of PHP. The more I learned about syntax/semantic analysis, the more second-rate I saw it. Moved to Python. – Aiden Bell May 22 at 23:25
I'm with Aiden here. I tried to learn PHP just because it's an "in demand" skill, but I just can't get excited about it. Although it works, there's nothing special about it, and other languages have so much more to offer. – jess May 22 at 23:57
1  
@jess - :) When I started learning about compilers and looked under-the-hood at the Zend engine. It all fell apart. Yes, it's quick to get going, but at the cost of a poor syntax and not-well-thought-out semantics. Not a price I want to pay. – Aiden Bell May 23 at 0:43
I agree that it is not a perfect language. But everyday people get a lot of stuff done in it. The huge number of PHP frameworks helps out a lot. – Jon Winstanley May 23 at 7:37
show 4 more comments
vote up 7 vote down

Tcl

http://antirez.com/articoli/tclmisunderstood.html

And along with Tcl is its widget toolkit Tk which is also equally misunderstood.

link|flag
I'm not sure the linked article explains it very well but I definitely agree Tcl and it's widget toolkit Tk is highly misunderstood. – Bryan Oakley May 23 at 13:35
This takes me back to my Uni days, mind you it was only last year ;) – TWith2Sugars May 27 at 9:16
vote up 7 vote down

Javascript for sure - considering how much it's capable of, possession of some language feature implementations (thinking of prototyping and closures specifically) to make others jealous, and considering it's competitors it gets far too little respect.

I firmly blame IE for this.

link|flag
@annakata, Javascript is in my list. I never really took it seriously until studying compilers. What an amazing language. I want server-side JS ... NOW! :P – Aiden Bell May 27 at 9:46
vote up 6 vote down

Modula-2. Its grammar fit on a single page.

link|flag
Simple and elegant, yet has some powerful features still not found in any of the popular languages. – dwc May 22 at 23:14
Smalltalk's original implementation fit on a single page. :-) – Ken May 23 at 1:45
All original implementations do. Just go back in time enough. – Marco van de Voort May 23 at 8:32
I loved Modula-2. – Nosredna Jun 15 at 0:46
vote up 6 vote down

ZSH

it contains everything that Bash has, but better, and 4-5 years earlier, and also even more things, that Bash doesn't have.

link|flag
+1000 - I love ZSH. – Jason Baker May 22 at 23:05
More ain't necessarily better. – Norman Ramsey May 23 at 1:40
@Norman: such argument is a fallacy. More is better, and ZSH provides things to do more right: it has modular architecture. Zsh binary is smaller than Bash, even though it contains more. Bash with perl regexes is huge and slow. – anon May 23 at 6:41
bash still can't do */.java or */.[ch], unless there's an option, but zsh just does it right out of the box. – Jared Oberhaus Jun 15 at 0:57
vote up 5 vote down

I was always enamored with Cocoa's FoundationKit. I really enjoy programming in Objective-C, and I often wish I could do so on other platforms. I know it's too much to ask that ApplicationKit, the GUI component of Cocoa, be usable on other platforms, but it'd be cool if I could at least write command-line apps in Cocoa on other systems. GCC can compile Objective-C sources, of course, so we just need a decent cross-platform Objective-C framework to make this wish a reality.

I know there's GNUstep, but it's not quite up to par with FoundationKit (and there are quite a few differences between each, too).

link|flag
vote up 5 vote down

Perl.

1) People who never seriously used it complain it's unmaintainable. (I've seen good Perl & bad Perl. I've also seen good C++ & bad C++. Yes, you can write maintainable Perl.)

2) People who never created scalable applications complain it can't scale. (It scaled pretty well for My Yahoo, Ticketmaster, Overture, etc.)

3) People think it's dead. Perl 6 continues to enforce that notion & is a major disaster, but Perl 5 has plenty of innovation.

link|flag
vote up 5 vote down

Ada - "Ada is strongly typed and compilers are validated for reliability in mission-critical applications, such as avionics software."

link|flag
2  
Best langugage for multithreading applications (imho) – Scoregraphic May 27 at 8:51
vote up 4 vote down

Assembly language on the Amiga. Combine a great little multitasking kernel and elegant OS with the wonderfully orthogonal 68000 instruction set. Truly fun and powerful.

link|flag
vote up 3 vote down

I'll put in ColdFusion. I'm not a big ColdFusion developer or fan but during the time I used it, it seemed like a very easy to use technology.

link|flag
1  
+1 for a well kept and powerful secret. – Jas Panesar May 22 at 23:46
So much more enjoyable than PHP development, imho. – Hooray Im Helping May 22 at 23:48
vote up 3 vote down

I was recently working through the SIPC book/course and discovered that scheme is actually really nifty. After a lot of reading and futzing, I came to the conclusion that functional languages in general seem to be very underrated. I'm still on the fence about Prolog. :)

I was actually thinking along this exact topic, myself, but didn't think of how to phrase it well.

Also ObjC, plain old fashioned C, and Perl (everybody used to love Perl, but it's just so unfashionable these days... it's still good for what it always was good for, notably unix administration scripting, among others).

link|flag
With you on C. My fav. As for Perl, I just find it ugly and clunky. I only used it for regexp, but then alot of languages caught up ... now I find Python's re (esp re.compile()) useful. And I hate the 'default variable' thing. I see the logic, but, ewww. – Aiden Bell May 23 at 0:45
vote up 3 vote down

Maybe a mention of

  1. Self
  2. Haskell - Type classes.
  3. Erlang - although popularity is increasing, the more I learn, the more I like.
  4. JavaScript - I would like to see more work on server-side JavaScript for Apache. Esp with E4X.

My 2p. Maybe not all logical choices, but some things just catch my eye.

link|flag
I'll agree on JavaScript. Although in fairness, I think it would be kinda hard due to a lack of server-side libraries. – Jason Baker May 22 at 23:11
Couple of bindings, MySQL, Memcache, --- bish bash bosh. – Aiden Bell May 22 at 23:24
JavaScript is a nifty little language. The more I program with it, the more I enjoy it's flexibility. I think the main reason why I stayed away from it was how much of a nightmare the cross-browser inconsistencies were. Fortunately, jQuery and similar libraries have mostly fixed that. – cdmckay May 28 at 4:12
vote up 2 vote down

Also Adobe Flex, as great as it is, it's still underused.

link|flag
Silverlight, too. Both are better than most of the flash that was around a few years ago). – jess May 22 at 22:29
vote up 2 vote down

Although it's rapidly gaining more mainstream acceptance, I feel that Python is still a bit of an underused platform. "Enterprise-y" companies shy away from it because of a combination of "there's no one to sue" and "nobody ever got fired for choosing .Net/Java."

Among smaller startups, it just doesn't seem to be as "sexy" as Rails or sometimes even .Net.

link|flag
I would like to see the Gnome Desktop Environment commit a bit more to Python. Didn't like Vala much. – Aiden Bell May 22 at 23:28
vote up 2 vote down

OCaml, which has features like object-oriented layer, type inference, functional and so on, and it's effcient as well. But it's just not so popular as it shoule be.

link|flag
vote up 1 vote down

Linux. Too many big companies don't use it purely because they are used to Windows, and "open source is a bad thing".

link|flag
This is sad, especially because a certain code-quality comes from vocational programming and 'labour of love' input. And peer-criticism :) – Aiden Bell May 22 at 22:14
Oh sure, go for the obvious one! – jess May 22 at 22:21
vote up 1 vote down

There is an awesome functional programming language called Clojure which is really easy to setup, learn and get writing great applications with it. I've only been playing about with it after watching a PeepCode screencast about it, but it seems like a really powerful tool and I'm really enjoying learning it. It runs on the JVM, so it's easy to run and deploy.

Functional Programming is a completely different style from the procedural lanuages we are all used to - and it's great to open new doors and learn new skills!

link|flag
vote up 1 vote down

The Glasgow Haskell Compiler.

  • Haskell is a great, extremely powerful lanaugage.
  • The compiler produces excellent native code.
  • An interpreter is also available, and you can mix compiled and interpreted code.
  • The runtime has excellent multi-threading support, including parallel garbage collection, and the language makes parallelism easy to use.
  • It has the same "user interface" as gcc, so it's little work to start using for those with that style of development environment.
  • There's a reasonably large and very high quality set of libraries available, and a good packaging system to make installing them easy.
  • It's multi-platform, working well under both Unix and Windows.
  • The FFI (Foreign Function Interface) is better than anything else I've ever seen; even writing things like Windows programs that use non-standard calling conventions and callbacks to Haskell from Windows C libraries is trivial—easier than doing it in C.
link|flag
vote up 1 vote down

I think the comments under Wayne's discussion prove the bias against .NET and make no real argument about why the .NET Framework is underrated. Sure, .NET seems to be a clone of Java on the surface, but when you take into account the many language improvements and rapid updates of the framework, it's far better to develop for the Java. More importantly, the .NET Framework is still in the process of maturing. We are just now starting to see quality open source frameworks being developed for the platform (keep in mind that Java has been around twice as long, and has had much more traction because it was so universally used).

And about Mono. I'm sorry, I love the .NET Framework, and I love Linux. But I can't imagine ever using Mono as the platform for my applications on Linux. If you are going to develop for Linux, there are just too many compelling platforms to use that integrate so much better (Python for one). Mono is always going to be the sidekick, always behind in development, and never quite as rich as the .NET Framework.

And for Jess, what's wrong with Visual Studio? I would say it's arguably one of the best IDE's out there, and I use Eclipse, among others.

link|flag
vote up 1 vote down

Forth, especially for Mobile apps.

link|flag
Forth is about the coolest programming language I ever used. But I could only make small things with it. The bigger the program got, the more I realized I had to go back and redo my lowest level words, which meant horrible rearchitecting. Despite my failure, I loved it! – Nosredna Jun 15 at 1:32
vote up 0 vote down

The .NET Framework. If it had an Apple or Penguin stamped on it, I think people would trash it a lot less. I wish I heard more compelling arguments more often for not using it other than "It's Microsoft, that's why."

It's not perfect, but any stretch of the imagination, but it's a pretty compelling platform for software development.

link|flag
3  
I have seen just the opposite. If it isn't from a big vendor and doesn't have Microsoft stamped on it, they won't touch it. Django? Who'd touch that? If it doesn't have the big name, it's hard. – johnny May 22 at 21:57
As a Linux user, through and through, I can agree here. I think too, the re-branding of simple concepts into buzzwords can be off-putting. But with the Mono-project, more languages compiling to the .NET runtime. It is currently widely used, if misunderstood. – Aiden Bell May 22 at 21:58
1  
I like .Net as a framework, and even Silverlight and such. What I don't like is developing on windows as a whole, or using visual studio. I also think C# is a really nice language and linq is just cool. That said - get mono. All the perks without the suck. – jess May 22 at 22:14
.NET is MS-Java. Sure, MS has made little mistakes in copying it, but that is not per se greatness. – Marco van de Voort May 22 at 22:14
1  
Seriously? You're arguing that .NET is underrated on a site continually accused of being heavily skewed in favor of .NET programmers? That's either blatant pandering, or a persecution complex... ;-) – Shog9 May 24 at 19:20
show 5 more comments
vote up 0 vote down

Unlambda, OISC and Piet.

link|flag
vote up 0 vote down

IBM iSeries (previously AS/400 and currently System i). It's not a platform that I love, but it's a platform that I've worked with my entire professional life, and I've come to appreciate its reliability, security, and performance. I believe a lot of conservative companies that are willing to shell out the dough for Oracle-based solutions would do just as well or better (and for less money and less headache) with an iSeries.

It's also not (quite) as stodgy and backward as most people (who have heard of it but not used it) think. While it is best-suited for DB2 applications written in RPG, I find time to make use of the iSeries port of Python, for example.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.