Click here to Skip to main content
15,892,005 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
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 
First languages I ever learned were the Motorola M6800 and DEC PDP-8 & 12 assembly languages in the late 1970's.

The first language I ever did anything actually useful to anyone else in was REXX in 1980. It's a duct-typed script language. I created a questionnaire application used in rating courses and instructors at the IBM Ed center.

I loved REXX. The datatype of a variable was context-of-use-dependent. If x contained "100" then x would (automagically) be a string in string situations, or an integer or float in those situations.

I still think it's a pity it never became mainstream.

If someone is learning programming... hmmmm

My bottom line criterion would be: least distraction from the learning experience

My REXX experience (and perhaps that of millions of MS-DOS BASIC users) indicates to me that the advantages of duct-typed script languages for neophytes are:
- all you need is a text editor (IDE's can be learned later!)
- the runtime environment can be simplified (the person isn't also, say, learning windowing concepts)
- produces feedback for their efforts quickly (the experience of delight is important I think)
- strong typing can be learned later
- they are imperative and that form of programming is (IMO) more intuitive and therefore easier to grasp.
Cheers,
Mike Fidler

"I intend to live forever - so far, so good." Steven Wright
"I almost had a psychic girlfriend but she left me before we met." Also Steven Wright
"I'm addicted to placebos. I could quit, but it wouldn't matter." Steven Wright yet again.

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 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Leng Vang21-Apr-16 10:00
Leng Vang21-Apr-16 10:00 
JokeRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Moykn22-Apr-16 2:06
Moykn22-Apr-16 2:06 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
mbb015-May-16 22:39
mbb015-May-16 22:39 
Generalanother ex-CEO who made too much money too young pontificates about the digital future Pin
BillWoodruff20-Apr-16 0:06
professionalBillWoodruff20-Apr-16 0:06 
GeneralRe: another ex-CEO who made too much money too young pontificates about the digital future Pin
Eddy Vluggen20-Apr-16 0:51
professionalEddy Vluggen20-Apr-16 0:51 
GeneralRe: another ex-CEO who made too much money too young pontificates about the digital future Pin
Duncan Edwards Jones20-Apr-16 0:52
professionalDuncan Edwards Jones20-Apr-16 0:52 
GeneralRe: another ex-CEO who made too much money too young pontificates about the digital future Pin
Eddy Vluggen20-Apr-16 1:31
professionalEddy Vluggen20-Apr-16 1:31 
GeneralRe: another ex-CEO who made too much money too young pontificates about the digital future Pin
W Balboos, GHB20-Apr-16 1:09
W Balboos, GHB20-Apr-16 1:09 
GeneralRe: another ex-CEO who made too much money too young pontificates about the digital future Pin
Dan Neely20-Apr-16 3:00
Dan Neely20-Apr-16 3:00 

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.