vote up 13 vote down star
10

What programming language do you wish would catch on? For me it is these domain driven languages that are useful for creating micro languages in an environment, such as Boo.

Please state the reason why do you think so in your replies.

flag
show 1 more comment

49 Answers

1 2 next
vote up 30 vote down check

D Programming Language

It's (C#)++ with extras features minus the massive runtime hassle and designed to be efficient to compile and optimize. Plus, it can link with and call C code objects directly without the need for an additional interface layer or binding.

link|flag
show 2 more comments
vote up 3 vote down

IronRuby

link|flag
vote up 3 vote down

C++ :)

link|flag
show 1 more comment
vote up 6 vote down

Since I got some background in languages for "Big" tasks - Basic, Pascal/Delphi, C# - and for some specialized languages - SQL, Regex - I would next look at scripting languages that I could use within other languages - Boo, Lua, Python.

Of course you can (and people actually do) build "big" applications with Python, I am more interested in the aspect of adding a script interpreter to my C# app that allows to enable scripting/usermacros.

Other than that, F# looks interesting, because the whole concept of Functional Programming is kinda new to me and I have not yet decided if it's useful or not to me.

link|flag
vote up 8 vote down

For a question like this to be useful, the people responding should give some reasons why they'd like that language to gain in popularity.

For instance, I'd like LISP to catch on so that we can stop hearing all the whining from LISP programmers about how it supported your favorite language feature thirty years ago.

link|flag
show 1 more comment
vote up 0 vote down

I said languages that you hoped would catch on. @Dan I don't think C++ counts.

link|flag
show 1 more comment
vote up 2 vote down

A few months ago I was looking for a library for a specific task in Perl and couldn't find anything sized correctly. I happened across a library written in Lua and it was so perfect that I spent some time learning the language. There is something very pleasing about Lua. It's very simple but all the power is there. I admit I've not used it since but I wouldn't be upset if it and I crossed paths in the future.

link|flag
vote up 3 vote down

Our company builds in PHP, but we seem to have a heck of a time finding developers who have any sort of experience in PHP. We end up hiring people with experience in other languages and forcing them to play catch-up when they start. It definitely makes the learning curve longer and can get very frustrating.

As an extension to this, the basic principles of web development are missing from many of the applicants that we see as well.

link|flag
show 5 more comments
vote up 0 vote down

ASP.NET PHP

I made it up but wouldn't it be nice to have the best of both worlds. There are a range of features available from both which I would love to have in one framework.

link|flag
show 1 more comment
vote up 4 vote down

Smalltalk

link|flag
vote up 1 vote down

Python

link|flag
vote up 0 vote down

Because I know how highly it is thought of by Jeff and Joel, PHP :P

In reality I would love the chance to write some Objective C for what I do but I have not had the chance. Python however is a close second.

link|flag
vote up 0 vote down

ASP.NET

I'm a java desktop developer and i have never programed a real web application, except tiny aplications at home to test new technologies like Google Web Toolkit

link|flag
vote up 2 vote down

PIR

Well, not so much PIR itself, as the Parrot Virtual Machine for which PIR is the pseudo-assembly language. As a stack-based virtual machine designed from the ground up to handle a diversity of languages -- especially dynamically typed languages -- Parrot has great potential. Whether it will ever reach that potential depends greatly on whether the core developers can make Parrot feature complete and robust enough to handle real-world programming needs.

But I'd really like to see it succeed.

link|flag
vote up 4 vote down

Inform or TADS, if only because interactive fiction (a.k.a. "text adventures") are an interesting yet under-appreciated game form.

link|flag
show 3 more comments
vote up 3 vote down

It's not a language as such but Object Oriented databasesalways sounded like a good idea that never took off.

That said I have never used one myself.

link|flag
vote up -1 vote down

Processing

link|flag
vote up 4 vote down

Personally I would love to see Boo or some of the more custom domain languages catch on.

link|flag
vote up 0 vote down

@ Power coder where do you work I'm looking for a new job, and I'm a long time PHP dev.

Joking.. Joking.. (I'm not realy looking for a new Job, I love being a freelancer.)

I wish people would stop giving PHP a hard time, but thats not the question.

PAL Script would be nice to catch on, then maybe there would be some documentation for it.

link|flag
vote up 0 vote down

IronRuby

Seconded. I'm lurking on their mailing list waiting for them to be able to implement .NET interfaces. It'll truly kick some ass when they get that going.

link|flag
show 2 more comments
vote up -1 vote down

Intercal.

Maybe that's a bit sadistic but it would be glorious to watch people try to develop enterprise applications...

In all seriousness, I'd like to see D catch on.

link|flag
show 1 more comment
vote up 20 vote down

Haskell because functional programming matters.

link|flag
show 3 more comments
vote up 0 vote down

Prefix Dylan, the version of Dylan that was effectively Scheme plus the Common Lisp Object System.

Dylan is basically Common Lisp done right and without the self-consistency issues, because Dylan's entire language is built in terms of the object system. (Common Lisp isn't built entirely atop CLOS, so you have subsets of the language like the LOOP macro and sequences that are distinct from the object system.)

The "Pascal-like" infix Dylan is an abomination.

link|flag
show 1 more comment
vote up 2 vote down

+1 Iron Ruby.

I used to wish that Pascal and/or Ada would catch on more in the non-military and non-educational sector. I think I've overwritten all that old knowledge by now though.

In about five more years when Adabas and Natural get big again, and all the old guys have retired, then I'll make some serious coin.

link|flag
vote up 2 vote down

I would like to see a merger of static and dynamic type features in some language. Let's say it would be Lua with optional typing. The biggest problem I've faced with Lua for any medium/large application is there is no compile time guarantees. In C/C++ they often take the obvious bugs out, and you get some level of confidence about a code base once it compiles. Dynamic languages leave this to runtime.

Current world is either/or, or you do a merger with two languages, one with static checking and one without.

How do Python and Ruby support this; if you give types to variable names, are misuse detected already at compile time or only at runtime?

link|flag
show 1 more comment
vote up 30 vote down

I wish that Python would catch on in educational environments instead of Java. When many of my classmates took their first programming classes in Java, certain syntactical constructs got in the way of learning about programming rather than how to fight with Java syntax. Also, they all formatted their code terribly. Python gets out of the way when you don't want it, and can work the way a new programmer expects - code starts executing at the top of the file and goes down.

I also wish that Lisp would catch on because I think it's fun to code in Lisp, but I wouldn't want to force it onto anyone else.

link|flag
show 9 more comments
vote up 1 vote down

I work in a Unix (Solaris) environment, so any improvement on my shell-fu will be welcome.

I would also like to work on Python or Ruby.

link|flag
vote up 0 vote down

Without any Doubt " IronRuby ". Its the best thing ever happened to me on the .Net Platform.

My request of Dynamic Language on .Net is finally heard.

link|flag
vote up 1 vote down

As soon as i have the time, i like to improve my C# or C++ skills. Preferably C#.

link|flag
vote up 0 vote down

I would like to see Software AG's language, Natural, REALLY take off. You do not have to use ADABAS as a data base engine to reap the rewards of Natural, but they make a great pair!

link|flag
1 2 next

Your Answer

Get an OpenID
or

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