Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Hauke Ingmar Schmidt wrote:How do you want to measure productivity?
John Todd wrote:Clojure has a lot of potential, Tim Bray called it the best Lisp ever created and Mr. Bruce Tate called it Lisp++.
Clojure is extremely productive and absolutely a promising language but given its Lisp legacy, it may not become Java.next
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Mohamed Sanaulla wrote:
Hauke Ingmar Schmidt wrote:How do you want to measure productivity?
How easily the language can be adopted by the developers, learning curve
How productive the developer themselves become(might be because it teaches different paradigms which change the approach to tackle the problems),
Application development time using the language, verbosity of the code, different features of the code
That's what comes to my mind right away regarding productivity (though I had mentioned these points in my first post).
Actually productive and promising both go hand in hand.
Mohamed Sanaulla wrote:
John Todd wrote:Clojure has a lot of potential, Tim Bray called it the best Lisp ever created and Mr. Bruce Tate called it Lisp++.
Clojure is extremely productive and absolutely a promising language but given its Lisp legacy, it may not become Java.next
Lisp legacy? And any example where Clojure is being adopted? Does one need Lisp background for Clojure?
Hauke Ingmar Schmidt wrote:
Thats WHAT you want to measure, but not HOW.
Still an interesting list, it shows your goal.
There are different approaches on how to measure programmer's productivity, but I didn't find a convincing one. The simplest one is LOC, which sometimes can be found when someone compares different programming languages ("Look, you can do this in language X in just three lines! Isn't this pure productivity!") but has a lot of serious flaws making it useless.
John Todd wrote:
Mohamed Sanaulla wrote:
John Todd wrote:Clojure has a lot of potential, Tim Bray called it the best Lisp ever created and Mr. Bruce Tate called it Lisp++.
Clojure is extremely productive and absolutely a promising language but given its Lisp legacy, it may not become Java.next
Lisp legacy? And any example where Clojure is being adopted? Does one need Lisp background for Clojure?
AFAIK, Alex Pane is using Clojure for BankSimple project.
John Todd wrote:
You don't have to have Lisp background, you can start learning Clojure from the scratch but I think (according my personal experiment) having Lisp background will massively boost your Clojure curve.
Clojure is my new hot girlfriend (Do you see that shining icon under my name?)
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Mohamed Sanaulla wrote:We have seen scattered discussions about different languages. So which languages can we brand as productive- both in terms of developer productivity as well as the ease of use in application development and as promising language. By promising we can think of extent to which the language would be adopted by the developer community as well as by the enterprises for application development. We saw Java as the revolution language some 15 years back, so which is that language in the current set of languages.
We could consider the Seven languages chosen by Bruce or if anyone has another language to add- it would be most welcome.
First rule of Kayak: When in doubt, paddle like Hell
Bruce Tate wrote:
Other languages to consider are JavaScript for stuff beyond the browser, Go (the Google language),
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Mohamed Sanaulla wrote:
Bruce Tate wrote:
Other languages to consider are JavaScript for stuff beyond the browser, Go (the Google language),
JavaScript- I have never thought using them beyond browser? (this is may be my negligence towards JavaScript)
First rule of Kayak: When in doubt, paddle like Hell
Mohamed Sanaulla wrote:
Bruce Tate wrote:
Other languages to consider are JavaScript for stuff beyond the browser, Go (the Google language),
JavaScript- I have never thought using them beyond browser? (this is may be my negligence towards JavaScript)
Go- I did try when it was announced- with commands like- 9z, 7z (or something similar?) I found it a bit totally different from the usual approach. But never really looked at it again. With Google's backing would surely progress a lot.
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Mohamed Sanaulla wrote:I could go to an extent to specify WHAT but I really don't know HOW to measure :)
LOC- Lines of Code? But yeah Lines of code/verbosity can often help the developer :wink: For example- if we compare Java and Scala in terms of the verbosity of code- Scala is more concise.
Hauke Ingmar Schmidt wrote:
Mohamed Sanaulla wrote:I could go to an extent to specify WHAT but I really don't know HOW to measure :)
If you find a good answer on that you have an eternal place in literature for sure. ;-)
LOC- Lines of Code? But yeah Lines of code/verbosity can often help the developer :wink: For example- if we compare Java and Scala in terms of the verbosity of code- Scala is more concise.
As I wrote before, I don't think that shorter is better automatically, I don't think that typing speed is a limiting factor. Reading the more, but shorter code is not better suited for reading automatically. Otherwise one would only need the same functionality implemented in different languages to see which is more "productive". Obviously this does not work, there are many more factors. E.g. how should a "steep learning curve" be valued?
I brought this back from the farm where they grow the tiny ads:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|