Click here to Skip to main content
15,915,513 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.

 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Duncan Edwards Jones20-Apr-16 3:44
professionalDuncan Edwards Jones20-Apr-16 3:44 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 5:24
mvaMarc Clifton20-Apr-16 5:24 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Duncan Edwards Jones21-Apr-16 2:40
professionalDuncan Edwards Jones21-Apr-16 2:40 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
den2k8820-Apr-16 3:47
professionalden2k8820-Apr-16 3:47 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
F-ES Sitecore20-Apr-16 3:51
professionalF-ES Sitecore20-Apr-16 3:51 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Mike Diack20-Apr-16 5:50
Mike Diack20-Apr-16 5:50 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
PIEBALDconsult20-Apr-16 4:05
mvePIEBALDconsult20-Apr-16 4:05 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Eytukan20-Apr-16 4:11
Eytukan20-Apr-16 4:11 
I would go with Compiled languages. Possibly with native ones like C/C++.
The process of Compile / Build to obj. Make to EXE everything goes with an edible flow. You don't need to learn a new framework to understand these.

And ultimately, to explain how these Exe's get executed on a CPU, you can explain it fairly straight, without the circus of JVMs/ Run times etc.

Having said all these, The ducktypes? There's nothing much to explain, you could just say that the last part of the pervious model is getting done line by line. Basically an Interpreted ones vs Compiled ones.

If you just want to learn Programming language, I would go with Scripts/Interpreters. The whole developement set up is not required. All you need is a browser and a notepad to start with.

But if you want to teach the whole of it, then we should not for the duck-type ones as you call it. Compiled ones do best there.

Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
OriginalGriff20-Apr-16 4:16
mveOriginalGriff20-Apr-16 4:16 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Chris Losinger20-Apr-16 4:20
professionalChris Losinger20-Apr-16 4:20 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
kdmote21-Apr-16 8:23
kdmote21-Apr-16 8:23 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Kevin McFarlane20-Apr-16 6:03
Kevin McFarlane20-Apr-16 6:03 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
RedDk20-Apr-16 7:02
RedDk20-Apr-16 7:02 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 8:14
mvaMarc Clifton20-Apr-16 8:14 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Mark_Wallace20-Apr-16 7:23
Mark_Wallace20-Apr-16 7:23 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Kirk 1038982121-Apr-16 2:55
Kirk 1038982121-Apr-16 2:55 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
MikeTheFid21-Apr-16 3:45
MikeTheFid21-Apr-16 3:45 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
James VT21-Apr-16 4:42
James VT21-Apr-16 4:42 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Kirk Wood21-Apr-16 4:26
Kirk Wood21-Apr-16 4:26 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
SirMungus21-Apr-16 5:01
SirMungus21-Apr-16 5:01 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton21-Apr-16 5:13
mvaMarc Clifton21-Apr-16 5:13 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
maze321-Apr-16 5:11
professionalmaze321-Apr-16 5:11 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Danger Bunny21-Apr-16 7:55
Danger Bunny21-Apr-16 7:55 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton21-Apr-16 13:08
mvaMarc Clifton21-Apr-16 13:08 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Plamen Dragiyski21-Apr-16 8:03
professionalPlamen Dragiyski21-Apr-16 8:03 

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.