Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6537343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:36:19+00:00 2026-05-25T10:36:19+00:00

Many people say developing in Python, Ruby, PHP …etc is much faster than Java.

  • 0

Many people say developing in Python, Ruby, PHP …etc is much faster than Java.

Question is, why? In terms of coding, IDEs, available libraries… etc. Or is the speed in making the first prototype only?

I’m interested in answers from people who worked long time on Java and long time on other languages.

Note: I have developed for .Net before Java and yes it was faster to make some apps, but on the long run (large web projects) it will become like Java.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:36:20+00:00Added an answer on May 25, 2026 at 10:36 am

    I think the main advantage of the rapid development languages is dynamic typing, where you do not have to put in any effort for static types, as e.g. in Java’s

    public List<Tree<N extends Iterator, E super Interface1 & Interface2>> 
      = new ArrayList<Tree<N extends Iterator, E super Interface1 & Interface2>>();
    

    … and later on think about type erasure.

    With dynamically typed languages, you do not have that concern, but can quickly duck-type away. That’s faster and often results in more readable code (less type information/noise, see example above). You do need thorough tests, though, but with TDD & documentations via tests, they are nowadays usually written anyways.


    And now to some historical examples about statically vs. dynamically typed languages 😉

    When the discontent with C++ grew, the dynamically typed language Smalltalk was getting more popular. But then Java came along. Although Smalltalk had good testing techniques already (xUnit was born in the Smalltalk field), thorough testing got popular only later. I think that is the reason for the rise of dynamic languages now. You do need very thorough tests there because e.g. a simple typo in a message call is only detected at runtime.

    But maybe now that type inference gets better, we’ll have a similar situation again and Scala will thwart the second rise of dynamic languages 😉


    Update: I found this thorough programmers.stackexchange post about static vs. dynamic typing. It lists a lot of papers to read, and also considers productivity.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've heard many people say that if the number of expected elements in the
So like many people, I'm excited about Ruby on Rails. Being a Windows user,
Let's say I have a system that must store how many people voted on
Many people say that I should create a friendships table( userid , friendid ).
Many people say that you should avoid new Object, new Array()and instead use {}.
I know that many people use Sinatra when programming webapps in Ruby because they
Many people say to me that set VARCHAR(100) doesnt make sense. It the same
I asked this question about multithreading in servlet, and many people suggest using a
Many people say during a view controller's viewDidUnload method you must remove subviews by
Many people use Mock Objects when they are writing unit tests. What is a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.