top of page
Search

How did people create software before software like Java, Microsoft, Visual Studio, were created?

  • Writer: davidcarew19
    davidcarew19
  • Feb 14, 2020
  • 1 min read

Updated: Sep 12, 2021

They did so more slowly and painstakingly, using more fundamental and primitive tools and technologies, such as command-line C compilers, and BASIC interpreters, and so forth.


I would definitely not recommend “the good old days” over the technologies that you mention, except that (by my lights) Java is also a primitive technology— a portable version of C, with a huge amount of overhead and baggage (i.e. the JVM itself) to support portability that is now somewhat spurious. Back in the day there were many, many minicomputer and micro OS's and we badly needed something like JVM, which we did not nave. Now there are only a very few environments where software is being created, and these all have “modern” interfaces and productivity aids—Windows and Linux cover 80%-90% of all new software demand, I would guess—there are myriad new chips and environments, but the first thing created for these environments (often before the environment itself is fully operational) are cross-assemblers and cross-compilers, enabling the use of great tools from other systems (like Windows and Linux) to create new software for these new environments.


But anyway, with our current “convergence-of-technology” environment, there is no reason not use Visual Studio, or any other software productivity tool which works with both Linux and Windows— they practically all do nowadays.


I would substitute Python for Java, and call the stack in your question, good.

 
 
 

Recent Posts

See All
Hemi-Wing PAV Invention Idea

19-Mar-2009 Heretofore, all of these xxxx-PrjNotes.txt files were to save context for small software projects. This one is for development of an invention, which is (unfortunately) an "invention-in-t

 
 
 
Whiskey Tango Foxtrot...

Here is a quote from google's news summaries today: Rep. Veronica Escobar (D-Texas) pushed back late Wednesday on the Trump administration’s assertions that a cartel drone incursion caused the

 
 
 
A Narrow Fellow in the Grass

A narrow Fellow in the Grass Occasionally rides - You may have met him? Did you not His notice instant is - The Grass divides as with a Comb, A spotted Shaft is seen, And then it closes at your

 
 
 

Comments


  • Facebook
  • Twitter
  • LinkedIn

©2019 by DavidCarew. Proudly created with Wix.com

bottom of page