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.
|
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. |
|||
|
|
|
|
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. |
|||
|
|
IronRuby |
|||
|
|
|
|
C++ :) |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
I said languages that you hoped would catch on. @Dan I don't think C++ counts. |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
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. |
|||
|
|
Smalltalk |
|||
|
|
|
|
Python |
|||
|
|
|
|
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. |
|||
|
|
|
|
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 |
|||
|
|
|
|
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. |
|||
|
|
|
|
Inform or TADS, if only because interactive fiction (a.k.a. "text adventures") are an interesting yet under-appreciated game form. |
|||
|
|
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. |
|||
|
|
|
|
|
|||
|
|
|
|
Personally I would love to see Boo or some of the more custom domain languages catch on. |
|||
|
|
|
|
@ 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. |
|||
|
|
|
|
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. |
|||
|
|
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. |
|||
|
|
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 The "Pascal-like" infix Dylan is an abomination. |
|||
|
|
+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. |
|||
|
|
|
|
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? |
|||
|
|
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. |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
As soon as i have the time, i like to improve my C# or C++ skills. Preferably C#. |
|||
|
|
|
|
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! |
|||
|
|