Click here to Skip to main content
15,913,722 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: C# doubt Pin
Leng Vang21-Apr-16 13:23
Leng Vang21-Apr-16 13:23 
QuestionDuck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 3:36
mvaMarc Clifton20-Apr-16 3:36 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot20-Apr-16 3:42
harold aptroot20-Apr-16 3:42 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 5:20
mvaMarc Clifton20-Apr-16 5:20 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Foothill20-Apr-16 5:50
professionalFoothill20-Apr-16 5:50 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Gary Wheeler20-Apr-16 7:52
Gary Wheeler20-Apr-16 7:52 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
kdmote21-Apr-16 8:21
kdmote21-Apr-16 8:21 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot21-Apr-16 8:46
harold aptroot21-Apr-16 8:46 
I actually am serious. I don't disagree about the low relative usefulness. Of course assembly is not a convenient or easy-to-use language.

But none of that matters. At its core, assembly is simple. Literally a list of instructions, that is something everyone immediately understands. The syntax is trivial too. What people have trouble with is decomposing problems into the right parts, which is a bit harder in assembly. But you can jump right in. Other languages suffer the problem that in order to do anything (or even read anything), a lot of pointless syntax and other magic incantations have to be learned.
kdmote wrote:
Seriously. Yikes. Please never teach an intro course.
Too late. I'm a teaching assistant for a computer architecture course. First year course, straight to assembly (architecture too, of course). They also learn Java in parallel, where they get confused about declarations and types, many stay confused until they take a course in compiler construction. Almost no one is fundamentally confused about assembly, they just find it hard to use.
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
svella21-Apr-16 13:19
svella21-Apr-16 13:19 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
R. Erasmus21-Apr-16 22:12
R. Erasmus21-Apr-16 22:12 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot21-Apr-16 22:19
harold aptroot21-Apr-16 22:19 
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 
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 

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.