Click here to Skip to main content
15,886,551 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: RIP - Ian McDonald Pin
Rick York11-Feb-22 14:50
mveRick York11-Feb-22 14:50 
GeneralRe: RIP - Ian McDonald Pin
den2k8813-Feb-22 21:28
professionalden2k8813-Feb-22 21:28 
GeneralFavorite way to categorize programming languages? Pin
Memtha11-Feb-22 9:11
Memtha11-Feb-22 9:11 
GeneralRe: Favorite way to categorize programming languages? Pin
PIEBALDconsult11-Feb-22 9:33
mvePIEBALDconsult11-Feb-22 9:33 
JokeRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 10:32
trønderen11-Feb-22 10:32 
GeneralRe: Favorite way to categorize programming languages? Pin
OriginalGriff11-Feb-22 9:50
mveOriginalGriff11-Feb-22 9:50 
GeneralRe: Favorite way to categorize programming languages? Pin
Jon McKee11-Feb-22 10:35
professionalJon McKee11-Feb-22 10:35 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 10:59
trønderen11-Feb-22 10:59 
In my opinion: No.

Typing should be explicitly visible in the program text, and clearly identified as a type.

Polymorphism, through subclasses, is OK. You can force run time type errors through casting, but casting is explicit.

As pointed out: No language is absolutely bound to being interpreted or compiled, but strict typing leans quite strongly towards a complete parsing of the source code before execution starts. When you do that, why not go all the way and generate the code? So strong typing leans towards compilation rather than interpretation, although not by definition.
GeneralRe: Favorite way to categorize programming languages? Pin
Jon McKee11-Feb-22 12:37
professionalJon McKee11-Feb-22 12:37 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 15:26
trønderen11-Feb-22 15:26 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha12-Feb-22 9:14
Memtha12-Feb-22 9:14 
GeneralRe: Favorite way to categorize programming languages? Pin
englebart12-Feb-22 17:09
professionalenglebart12-Feb-22 17:09 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha11-Feb-22 17:23
Memtha11-Feb-22 17:23 
GeneralRe: Favorite way to categorize programming languages? Pin
Chris Schaller14-Feb-22 11:06
professionalChris Schaller14-Feb-22 11:06 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen14-Feb-22 12:27
trønderen14-Feb-22 12:27 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha14-Feb-22 12:51
Memtha14-Feb-22 12:51 
GeneralRe: Favorite way to categorize programming languages? Pin
James Lonero17-Feb-22 7:46
James Lonero17-Feb-22 7:46 
GeneralRe: Favorite way to categorize programming languages? Pin
atali14-Feb-22 16:24
atali14-Feb-22 16:24 
RantRe: Favorite way to categorize programming languages? Pin
Memtha14-Feb-22 16:58
Memtha14-Feb-22 16:58 
GeneralRe: Favorite way to categorize programming languages? Pin
obermd14-Feb-22 6:20
obermd14-Feb-22 6:20 
GeneralRe: Favorite way to categorize programming languages? Pin
Mike Hankey11-Feb-22 10:37
mveMike Hankey11-Feb-22 10:37 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen11-Feb-22 15:08
trønderen11-Feb-22 15:08 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha11-Feb-22 17:35
Memtha11-Feb-22 17:35 
GeneralRe: Favorite way to categorize programming languages? Pin
trønderen12-Feb-22 4:09
trønderen12-Feb-22 4:09 
GeneralRe: Favorite way to categorize programming languages? Pin
Memtha12-Feb-22 9:07
Memtha12-Feb-22 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.