A Survey of Programming Language Popularity: Is Java Dead?

Total Page:16

File Type:pdf, Size:1020Kb

A Survey of Programming Language Popularity: Is Java Dead? A Survey of Programming Language Popularity: Is Java Dead? Department of Computer Science Faculty of Mathematics University of Belgrade Introduction to Management Darko Živanović Aleksandar Stefanović A Survey of Programming Language Popularity: Is Java Dead? Abstract A number of criticisms have been leveled at Java programming language for various design choices in the language and platform. Such criticisms include the implementation of generics, the handling of unsigned numbers, the implementation of floating-point arithmetic, and security vulnerabilities. Additionally, Java, especially its early versions, has been criticized for its performance compared to other programming languages. Despite all that, Java has grown in popularity to become one of the most popular languages of the early 21st century. But, with Oracle buying Sun, maybe it's time to consider what this means for the Java Community. In this paper, we will present a study which should help us answering the question: "Is Java Dead?" 1. Introduction The first high-level programming languages were designed during the 1950s. Ever since then, programming languages have been a fascinating and productive area of study. Programmers endlessly debate the relative merits of their favorite programming languages, sometimes with almost religious zeal. On a more academic level, computer scientists search for ways to design programming languages that combine expressive power with simplicity and efficiency. The complexity of engineering software has increased dramatically in the past decade. In the early years most engineering applications were concerned solely with solving difficult numerical problems, and little attention was paid to man-machine interaction, data management, or integrated software systems. Now, computers are expected to solve a much wider variety of problems, particularly those in which numerical computations are less predominant. With the continuing increase in the variety, functionality, and complexity of engineering software, with its more widespread use, and with its increasing importance, more attention must be paid to programming language suitability so that rational decisions regarding language selection may be made. Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any 1 A Survey of Programming Language Popularity: Is Java Dead? Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is currently one of the most popular programming languages in use, and is widely used from application software to web applications. Java programming language was intended to serve as a novel way to manage software complexity. Many consider Java technology to deliver reasonably well on this promise. However, Java is not without flaws, and it does not universally accommodate all programming styles, environments, or requirements. On April 20, 2009, Oracle announced it has entered into an agreement to acquire Sun Microsystems. The acquisition combines best-in-class enterprise software and mission-critical computing systems. Oracle, currently tweaking its plans for the future of Java, has been making some noise that it wants to reinvigorate the once-hot Java language and keep it open. New features of the soon-to-be-released Java 7 will include increased developer productivity, modularization, and support for more than 200 languages, according to Oracle. The main question that arises is: Would the Java community thrive as well under Oracle’s control as it did under Sun Microsystems' control? 2. Problem Statement While many think of Oracle as a database company, the fact is that Oracle is deeply invested in Java and its Fusion Middleware stack is built on Java. Oracle CEO Larry Ellison in his post- acquisition call has stated that Java is the single most important software asset they have ever acquired. A new TIOBE Software study has found that one and the half year after Oracle buying Sun, Java is still the most popular programming language among developers. TIOBE Programming Community Index is an ordered list of programming languages, sorted by the frequency of web search using the name of the language as the keyword. The index is updated once a month using Google, YouTube, Yahoo!, MSN, Wikipedia and Blogger as search engines. TIOBE index focuses on Turing complete languages, so it does not provide information about the popularity of, for instance, SQL or HTML. The ratings are calculated by counting hits of the most popular search engines. The search query that is used is: + "<language> programming". According to the authors, TIOBE index is not about the best programming language or the language in which most lines of code have been written. The numbers of hits determine the ratings of a language. The counted hits are normalized for each search engine for the first 50 languages. In other words, the first 50 languages together have a score of 100%. Besides the rating of programming languages, there is also a status indicated in the TIOBE chart. Programming languages that have status "A" are considered to be mainstream languages. Status "A-" and "A--" indicate that a programming language is between status "A" and "B". If a programming language has a rating that is higher than 0.7% for at least 3 months, it is rewarded status "A". The first two months the programming language will receive status "A--" and "A-" respectively. 2 A Survey of Programming Language Popularity: Is Java Dead? Programming languages that are very similar are grouped together. Currently the maximum of the hits of the individual languages is taken into account when calculating the ratings of groupings. The following table contains the definition of groupings for some of the programming languages taught at the Faculty of Mathematics, University of Belgrade. Name Grouping ActionScript ActionScript, AS1, AS2, AS3 C# C#, C-Sharp, C Sharp, CSharp, CSharp.NET, C#.NET Objective Caml Objective Caml, OCaml T-SQL T-SQL, Transact-SQL, TSQL Table 1. Groupings for some programming languages. Explanation: The following table contains the definition of groupings for some of the programming languages taught at the Faculty of Mathematics, University of Belgrade. 3. Comparison of Programming Languages TIOBE Programming Community Index for December 2010 shows that Java is still the most popular programming language and that C# is definitely becoming the number one language of Microsoft's .NET platform, because last month it increased again to a new all-time high of 6.687%. Position Position Programming Ratings Delta Status Dec 2010 Dec 2009 Language Dec 2010 Dec 2009 1 1 Java 17.999% +0.94% A 2 2 C 16.076% -0.21% A 3 4 C++ 9.014% -0.16% A 4 3 PHP 7.511% -2.26% A 5 6 C# 6.687% +0.43% A 6 7 Python 6.482% +1.30% A 7 5 (Visual) Basic 5.118% -2.66% A 8 13 Objective-C 3.242% +2.08% A 9 9 Perl 2.331% -0.36% A 10 11 Delphi 2.171% -0.13% A Table 2. TIOBE Programming Community Index for December 2010. Explanation: TIOBE Programming Community Index for December 2010 shows that Java is still the most popular programming language. In the tables below some long term trends are listed about categories of languages. Object- oriented statically typed languages are most popular now for more than 4 years. Category Ratings Dec 2010 Delta Dec 2009 Object-Oriented Languages 57.9% +2.9% Procedural Languages 37.1% -2.6% Functional Languages 3.3% -0.1% Logical Languages 1.6% -0.2% Table 3. Popularity of various categories of programming languages. Explanation: Long term trends are listed about categories of languages. 3 A Survey of Programming Language Popularity: Is Java Dead? Category Ratings Dec 2010 Delta Dec 2009 Statically Typed Languages 62.8% +5.3% Dynamically Typed Languages 37.2% -5.3% Table 4. Popularity of various categories of programming languages. Explanation: Long term trends are listed about categories of languages. Indeed.Com is a metasearch engine for job listings, launched in November, 2004. The site aggregates job listings from thousands of websites including job boards, newspapers, associations, and company career pages. Job seekers do not apply for jobs through Indeed, just receive the listing as to where the job is posted. It is interesting that Job Trends show that Java jobs are still very high, which you can see in the figure below. Figure 1. Percentage of Java job postings in the last four years. Explanation: Job Trends show that Java jobs are still very high. 4. Trend and the Future of Java Programming Language Is Java finally dead? There has been much discussion about the end of Java. For a start we first need to explore what "dead" means for Java. What dead means to us as developers? Most people mean different things when they talk about Java. There are mainly three parts: Java, the language Java, the libraries (JDK) Java, the virtual machine So does "Java is dead" mean the language, the libraries or the virtual machine? There are considerable efforts to open source the virtual machine beside the language. Indeed with the beginning of the Java language summit it looks stronger than before. Should Sun as a company die, Oracle drop Java or stop development on the VM, most probably some other players with their VM implementations or the OpenJDK community would jump in. 4 A Survey of Programming Language Popularity: Is Java Dead? The VM as a platform has grown enormously in 2008 and 2009.
Recommended publications
  • Fortran Isolates the CSE Community
    Fortran Isolates the CSE Community Roscoe A. Bartlett, Oak Ridge National Laboratory 10/08/2013 Introduction testing and test-driven development (TDD) by Fortran-only developers. While the research and The continued usage of Fortran as a dominant data supporting the effectiveness of unit testing and programming language isolates the computational TDD has been around for many years [10, 3, 12, 7], science & engineering (CSE) community and hinders the usage of these very successful approaches is very the learning and adoption of modern software low in the Fortran CSE development community. engineering methods. The issue is not primarily that This claim is backed up by personal experience, web Fortran is not suitable for developing many different posts, web searches, and observations by other types of software. Indeed, the are many examples of authors. One interesting data point is that a Google quality CSE software written in Fortran that can search of \Fortran Unit Test" (on 10/4/2013) brings legitimately be considered to be \self-sustaining up a limited number of relevant search results but software" (i.e. clean design and code, well tested, the top result is for the FRUIT Fortran Unit Test minimal controlled dependencies, etc., see [1]). framework [5] (written in Ruby). Right on the main The problem is that there are many CSE page for FRUIT is a quote from FRUIT's author development groups and communities that only Andrew Hang Chen which states: know Fortran and are therefore isolated from the broader software development community where Most of the FORTRAN are important Fortran usage is extremely low (ranked 24th in the in nature, used in nuclear and aerospace TIOBE Index from Nov.
    [Show full text]
  • Python - the Most Attractive & Fastest-Growing Programming Language for Developers
    Vol-6 Issue-5 2020 IJARIIE-ISSN(O)-2395-4396 Python - The Most Attractive & Fastest-growing Programming Language for Developers Vishwa Prakash (SRKUMTSE1804) M-Tech, Department of Software Engineering, R.K.D.F. Institute of Science & Technology, Bhopal, M.P., India ABSTRACT Python is a very suitable and easy language for both learning and real-world programming. It is a powerful and high-level object-oriented programming language and created by Guido van Rossum. It is a very good choice for those who are learning programming for the first time because of its simple syntax. It has various standard libraries so it using by a developer in vast range and its capacity to integrate with other languages and use their features attract developers too. In this paper, we describe the main characteristics and features of Python programming. We also discuss the reasons behind python being credited as the most fastest-growing high-level object orient language. We collected the contents of the research done over the articles procured from various magazines and popular websites. This paper then discusses applications of Python programming. To end with we will see a few good examples where python programming is being used. Keyword : - Python, programming languages, object-oriented, open-source, interoperability, Real-world. etc… 1. INTRODUCTION In the late 1980s, Python was conceived, while its implementation began in late 1989 by Guido van Rossum in the Netherlands atCWI (Centrum Wiskunde & Informatica). It was implemented as a successor of ABC language and capable of interfacing and exception handling with the operating system Amoeba. Author Van Rossum is Python's principal and his continuing central role in deciding the road to the development of Python.
    [Show full text]
  • The First Programming Language and Freshman Year in Computer Science: Characterization and Tips for Better Decision Making
    The first programming language and freshman year in computer science: characterization and tips for better decision making Sónia Rolland Sobral [0000-0002-5041-3597] 1 REMIT, Universidade Portucalense, Porto, Portugal [email protected] Abstract. The ability to program is the “visible” competency to acquire in an introductory unit in com- puter science. However, before a student is able to write a program, he needs to understand the problem: before formalizing, the student must have to (be able) to think, (be able) to solve and (be able) to define. At an early stage of learning there are no significant differences between programming languages. The discussion of the early programming language continues: probably never will be a consensus among academics. The Association for Computing Machinery (ACM) and Institute of Electrical and Electronics Engineers (IEEE) computer science curriculum recommendations haven't clearly defined which programming language to adopt: it is the course directors and teachers who must make this choice, consciously and not only following the trends. This article presents a set of items that should be considered when you make a programming lan- guage choice for the first programming unit in higher education computer science courses. Keywords: Programming Languages, Undergraduate Studies; Introduction to Programming. 1 Introduction Programmability is the “visible” skill to be acquired in an introductory unit in computer science. Program- ming can be considered an art [1], a science [2], a discipline [3] or even the science of abstraction [4]. However, using a programming language is no more than a method for the programmer can communicate instructions to the computer.
    [Show full text]
  • The Power of Interoperability: Why Objects Are Inevitable
    The Power of Interoperability: Why Objects Are Inevitable Jonathan Aldrich Carnegie Mellon University Pittsburgh, PA, USA [email protected] Abstract 1. Introduction Three years ago in this venue, Cook argued that in Object-oriented programming has been highly suc- their essence, objects are what Reynolds called proce- cessful in practice, and has arguably become the dom- dural data structures. His observation raises a natural inant programming paradigm for writing applications question: if procedural data structures are the essence software in industry. This success can be documented of objects, has this contributed to the empirical success in many ways. For example, of the top ten program- of objects, and if so, how? ming languages at the LangPop.com index, six are pri- This essay attempts to answer that question. After marily object-oriented, and an additional two (PHP reviewing Cook’s definition, I propose the term ser- and Perl) have object-oriented features.1 The equiva- vice abstractions to capture the essential nature of ob- lent numbers for the top ten languages in the TIOBE in- jects. This terminology emphasizes, following Kay, that dex are six and three.2 SourceForge’s most popular lan- objects are not primarily about representing and ma- guages are Java and C++;3 GitHub’s are JavaScript and nipulating data, but are more about providing ser- Ruby.4 Furthermore, objects’ influence is not limited vices in support of higher-level goals. Using examples to object-oriented languages; Cook [8] argues that Mi- taken from object-oriented frameworks, I illustrate the crosoft’s Component Object Model (COM), which has unique design leverage that service abstractions pro- a C language interface, is “one of the most pure object- vide: the ability to define abstractions that can be ex- oriented programming models yet defined.” Academ- tended, and whose extensions are interoperable in a ically, object-oriented programming is a primary focus first-class way.
    [Show full text]
  • Comparing Languages for Engineering Server Software: Erlang, Go, and Scala with Akka
    Comparing Languages for Engineering Server Software: Erlang, Go, and Scala with Akka Ivan Valkov, Natalia Chechina, and Phil Trinder School of Computing Science, University of Glasgow G12 8RZ, United Kingdom [email protected], {Natalia.Chechina, Phil.Trinder}@glasgow.ac.uk Abstract functional or object-oriented, with high-level coordination models, Servers are a key element of current IT infrastructures, and must e.g. actors as in Erlang [2] or a process algebra as in Go [6]. Indeed, often deal with large numbers of concurrent requests. The program- the success of some server-based companies is even attributed to ming language used to construct the server has an important role their use of specific languages. As examples WhatsApp’s success in engineering efficient server software, and must support massive is attributed to their use of Erlang [27]; the video streaming leader concurrency on multicore machines with low communication and Twitch uses Go to serve millions of users a day [13]. Research synchronisation overheads. contributions of this paper include the following: This paper investigates 12 highly concurrent programming lan- • A survey of programming language characteristics relevant for guages suitable for engineering servers, and analyses three repre- servers (Section 2.1). sentative languages in detail: Erlang, Go, and Scala with Akka. • The design and implementation of three benchmarks to analyse We have designed three server benchmarks that analyse key per- the multicore server capabilities of Erlang, Go, and Scala with formance characteristics of the languages. The benchmark results Akka (Section 3). suggest that where minimising message latency is crucial, Go and Erlang are best; that Scala with Akka is capable of supporting the • An evaluation of Erlang, Go, and Scala with Akka for key largest number of dormant processes; that for servers that frequently server capabilities, i.e.
    [Show full text]
  • Programming Languages: a Survey
    International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 5 307 – 313 _______________________________________________________________________________________________ Programming Languages: A Survey Krishan Kumar1, Sonal Dahiya2 Assistant professor, ASET, Amity University Haryana, Gurgaon, Haryana, India1,2 [email protected], [email protected] Abstract— The world of Programming Languages is very dynamic. Every company is launching their own programming language which can cater their specific demand and requirement. In this paper, we discussed various popular rankings proposed by different organizations to decide most popular language on basis of various factors like number of Google Trends searches, number of job advertisements, and number of books sold for that language and many more factors. Keywords— Java Programming, Python, Ruby, C. __________________________________________________*****_________________________________________________ I. INTRODUCTION It is difficult to decide which programming languages are most widely used. One language may occupy the greater number of programmer hours, a different one have more lines of code, a third may utilize the most CPU time, and so on. Some languages are very popular for particular kind of applications. For example, COBOL is still strong in the corporate data center, often on large mainframes; FORTRAN in engineering applications; C in embedded applications and operating systems; and other languages are regularly used to write much different kind of applications. Various methods of measuring language popularity has been used, i.e; A. Counting the number of times the language name is mentioned in web searches, such as is done by Google Trends. B. counting the number of job advertisements that mention the language [1][2] C.
    [Show full text]
  • Programming Language Trends in Open Source Development: an Evaluation Using Data from All Production Phase Sourceforge Projects
    Programming Language Trends in Open Source Development: An Evaluation Using Data from All Production Phase SourceForge Projects Daniel P. Delorey Charles D. Knutson C. Giraud-Carrier Brigham Young University Brigham Young University Brigham Young University TMCB 2230 TMCB 2214 TMCB 3326 Provo, UT 84602 Provo, UT 84602 Provo, UT 84602 [email protected] [email protected] [email protected] ABSTRACT for natural language like those studied by Sapir, but for pro- In this work, we analyze data collected from the CVS repos- gramming languages as well. itories of 9,997 Open Source projects hosted on SourceForge in an effort to understand trends in programming language A tendency to hesitate in adopting new programming lan- usage in the Open Source community between 2000 and guages, however, may stifle creativity as the limited features 2005. The trends we consider include: 1) the relative popu- of an out-dated language prevent developers from conceiv- larity of the ten most popular programming languages over ing of novel solutions. To quote a well-worn cliche,“When all time, 2) the use of multiple programming languages by indi- you have is a hammer, everything looks like a nail.” Nielson vidual programmers and by individual projects, and 3) the [5] has demonstrated that developers hesitate to use multi- programming languages most often used in combination. paradigm features even after migrating to a new language opting instead to program as if they were using their old Categories and Subject Descriptors language. D.2.8 [Software Engineering]: Metrics—Performance Mea- sures, Process Metrics, Product Metrics In this paper, we use data gathered from the CVS reposito- ries of Open Source projects hosted on SourceForge to eval- Keywords uate trends in programming language usage among Open Source developers.
    [Show full text]
  • Interface-Driven Software Requirements Analysis
    European Scientific Journal October 2016 edition vol.12, No.30 ISSN: 1857 – 7881 (Print) e - ISSN 1857- 7431 Interface-Driven Software Requirements Analysis Rais Aziz Ahmad, Mgr. Department of Information Technologies University of Economics, Prague, Czech Republic doi: 10.19044/esj.2016.v12n30p40 URL:http://dx.doi.org/10.19044/esj.2016.v12n30p40 Abstract Software requirements are one of the root causes of failure for IT software development projects. Reasons for this may be that the requirements are high-level, many might simply be wishes, or frequently changed, or they might be unclear, missing, for example, goals, objectives, strategies, and so on. Another major reason for projects’ failure may also be the use of improper techniques for software requirements specification. Currently, most IT software development projects utilise textual techniques like use cases, user stories, scenarios, and features for software requirements elicitation, analysis and specification. While IT software development processes can construct software in different programming languages, the primary focus here will be those IT projects using object-oriented programming languages. Object-oriented programming itself has several characteristics worth noting, such as its popularity, reusability, modularity, concurrency, abstraction and encapsulation. Object-oriented analysis and design transforms software requirements gathered with textual techniques into object-oriented programming. This transformation can cause complexity in identifying objects, classes and interfaces, which, in turn, complicates the object-oriented analysis and design. Because requirements can change over the course of a project and, likewise, software design can evolve during software construction, the traceability of software requirements with objects and components can become difficult. Apart from leading to project complexity, such a process can impact software quality and, in the worst-case scenario, cause the project to fail entirely.
    [Show full text]
  • Nber Working Paper Series
    1%(5:25.,1*3$3(56(5,(6 $&203$5,6212)352*5$00,1*/$1*8$*(6,1(&2120,&6 6%RUD ğ an Aruoba -HV~V)HUQiQGH]9LOODYHUGH :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ 1$7,21$/%85($82)(&2120,&5(6($5&+ 0DVVDFKXVHWWV$YHQXH &DPEULGJH0$ -XQH :HWKDQN0DQXHO$PDGRUIRUKLVKHOSZLWKPDNLQJRXU3\WKRQDQG0DWKHPDWLFDFRGHVPRUHLGLRPDWLF 0DWWKHZ0DF.D\DQG-RKQ6WDFKXUVNLIRUWKHLULQFUHGLEOHKHOSZLWK1XPED)ORULDQ2VZDOGIRUSRLQWLQJ RXWWKHLPSRUWDQFHRIRSWLRQDOW\SLQJLQ-XOLD/XLJL%RFROD*XVWDYR&DPLORDQG3DEOR&XED%RUGD IRUUHVHDUFKDVVLVWDQFH3DX5DEDQDO7KLEDXW/DPDGRQDQGWKHPHPEHUVRIWKH-XOLDXVHUJURXSIRU FRPPHQWVDQGWKH16)IRUILQDQFLDOVXSSRUW7KHYLHZVH[SUHVVHGKHUHLQDUHWKRVHRIWKHDXWKRUV DQGGRQRWQHFHVVDULO\UHIOHFWWKHYLHZVRIWKH1DWLRQDO%XUHDXRI(FRQRPLF5HVHDUFK 1%(5ZRUNLQJSDSHUVDUHFLUFXODWHGIRUGLVFXVVLRQDQGFRPPHQWSXUSRVHV7KH\KDYHQRWEHHQSHHU UHYLHZHGRUEHHQVXEMHFWWRWKHUHYLHZE\WKH1%(5%RDUGRI'LUHFWRUVWKDWDFFRPSDQLHVRIILFLDO 1%(5SXEOLFDWLRQV © 2014 by S. Bora ğDQ$UXREDDQG-HV~V)HUQiQGH]9LOODYHUGH$OOULJKWVUHVHUYHG6KRUWVHFWLRQV RIWH[WQRWWRH[FHHGWZRSDUDJUDSKVPD\EHTXRWHGZLWKRXWH[SOLFLWSHUPLVVLRQSURYLGHGWKDWIXOO FUHGLWLQFOXGLQJQRWLFHLVJLYHQWRWKHVRXUFH $&RPSDULVRQRI3URJUDPPLQJ/DQJXDJHVLQ(FRQRPLFV S. Bora÷DQ$UXREDDQG-HV~V)HUQiQGH]9LOODYHUGH 1%(5:RUNLQJ3DSHU1R -XQH -(/1R&( ABSTRACT :HVROYHWKHVWRFKDVWLFQHRFODVVLFDOJURZWKPRGHOWKHZRUNKRUVHRIPRGHUQPDFURHFRQRPLFVXVLQJ &)RUWUDQ-DYD-XOLD3\WKRQ0DWODE0DWKHPDWLFDDQG5:HLPSOHPHQWWKHVDPHDOJRULWKP YDOXHIXQFWLRQLWHUDWLRQZLWKJULGVHDUFKLQHDFKRIWKHODQJXDJHV:HUHSRUWWKHH[HFXWLRQWLPHVRI WKHFRGHVLQD0DFDQGLQD:LQGRZVFRPSXWHUDQGFRPPHQWRQWKHVWUHQJWKDQGZHDNQHVVRIHDFK ODQJXDJH S. Bora÷DQ$UXRED 'HSDUWPHQWRI(FRQRPLFV
    [Show full text]
  • Googling for Software Development: What Developers Search for and What They Find
    Googling for Software Development: What Developers Search For and What They Find Andre Hora Department of Computer Science Universidade Federal de Minas Gerais (UFMG) Belo Horizonte, Brazil [email protected] Abstract—Developers often search for software resources on al. [18] performed a case study at Google to learn how the web. In practice, instead of going directly to websites (e.g., developers search for code and the properties of the queries. Stack Overflow), they rely on search engines (e.g., Google). Those research studies have a special focus on code search. Despite this being a common activity, we are not yet aware of what developers search from the perspective of popular software However, code search is not the sole goal of developers when development websites and what search results are returned. navigating on the web: they may also search for a variety With this knowledge, we can understand real-world queries, of other resources [5], such as novel technologies, debugging developers’ needs, and the query impact on the search results. logs, and installation guides, to name a few. In this context, In this paper, we provide an empirical study to understand what Rahman et al. [14] assessed the queries of 310 developers developers search on the web and what they find. We assess 1.3M queries to popular programming websites and we perform and built a model to detect code and non-code related queries. thousands of queries on Google to explore search results. We Xia et al. [5] analyzed the queries from 60 developers to find that (i) developers’ queries typically start with keywords better understand their search tasks.
    [Show full text]
  • Quantitative Model for Choosing Programming Language for Online Instruction
    Journal of Instructional Pedagogies Volume 19 Quantitative model for choosing programming language for online instruction Steven J. Sherman Troy University Ronald F. Shehane Troy University Dewey W. Todd Troy University ABSTRACT Colleges are increasingly offering online courses, including computer programming courses for business school students. Programming languages that are most useful to students are those that are widely used in the job market. However, the most popular computer languages change at least every three years. Therefore, the language used for instruction in a business programming course must be re-evaluated regularly. This paper establishes a quantitative model for choosing the best language for an online business programming course. Factors considered in the quantitative model include platform compatibility, marketability of the language, object- oriented programming support, availability of an interactive development environment, and the availability of interactive online teaching tools and videos. The paper next presented an example of the quantitative model used for selecting a language for a new online business programming course at a selected university. The final section of the paper presents the results and conclusions of the analysis. Keywords: Online Teaching, Programming Course, Programming Languages, Computer Language, Selecting Program Languages Copyright statement: Authors retain the copyright to the manuscripts published in AABRI journals. Please see the AABRI Copyright Policy at http://www.aabri.com/copyright.html Quantitative model for choosing, Page 1 Journal of Instructional Pedagogies Volume 19 INTRODUCTION The foundation of a programming course is the language chosen for the instruction (Wu & Chang, 2011). Chen, et al. (2005) analyzed the historical trends of high-level programming languages.
    [Show full text]
  • A Comparison of Programming Languages in Economics∗
    A Comparison of Programming Languages in Economics S. Boragan¼ Aruobay Jesús Fernández-Villaverdez University of Maryland University of Pennsylvania August 5, 2014 Abstract We solve the stochastic neoclassical growth model, the workhorse of mod- ern macroeconomics, using C++11, Fortran 2008, Java, Julia, Python, Matlab, Mathematica, and R. We implement the same algorithm, value function iteration with grid search, in each of the languages. We report the execution times of the codes in a Mac and in a Windows computer and briefly comment on the strengths and weaknesses of each language. Key words: Dynamic Equilibrium Economies, Computational Methods, Pro- gramming Languages. JEL classifications: C63, C68, E37. We thank Manuel Amador for his help with making our Python and Mathematica codes more idiomatic, Matthew MacKay and John Stachurski for their help with Numba, basthtage for moving our code to Cython, Matt Dziubinski and Santiago González for alternative implementations of our C++ code, Anastasios Stamulis for porting our code to C#, Luigi Bocola, Gustavo Camilo and Pablo Cuba-Borda for research assistance, Thomas Jones, Thibaut Lamadon, Florian Oswald, Pau Rabanal, Pablo Winant, and the members of the Julia user group for comments, and the NSF for financial support. yUniversity of Maryland, <[email protected]>. zUniversity of Pennsylvania, NBER and CEPR <[email protected]>. 1 1. Introduction Computation has become a central tool in economics. From the solution of dynamic equilib- rium models in macroeconomics or industrial organization, to the characterization of equilibria in game theory, or in estimation by simulation, economists spend a considerable amount of their time coding and running fairly sophisticated software.
    [Show full text]