Click here to Skip to main content
15,909,199 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: Time for a new programming language paradigm Pin
Freak3023-May-14 2:26
Freak3023-May-14 2:26 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses21-May-14 5:19
professionalrjmoses21-May-14 5:19 
GeneralRe: Time for a new programming language paradigm Pin
Colborne_Greg21-May-14 13:51
Colborne_Greg21-May-14 13:51 
GeneralRe: Time for a new programming language paradigm Pin
Member 1047517022-May-14 14:10
Member 1047517022-May-14 14:10 
GeneralRe: Time for a new programming language paradigm Pin
Colborne_Greg22-May-14 16:50
Colborne_Greg22-May-14 16:50 
GeneralRe: Time for a new programming language paradigm Pin
Member 1047517022-May-14 14:14
Member 1047517022-May-14 14:14 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses21-May-14 5:30
professionalrjmoses21-May-14 5:30 
GeneralRe: Time for a new programming language paradigm Pin
BobJanova21-May-14 5:42
BobJanova21-May-14 5:42 
What you tell a computer to do must be precise. Computers are machines, they have no intelligence or subjectivity, and in the end everything we tell them to do comes down to bit twiddling in particular memory or disk locations. There are whole levels of existing code (OSs and byte code executors, then compilers) between you and that, but in the end that's what it comes down to, and in order to translate your code into those low level instructions for the computer, your code must be entirely unambiguous.

Natural language is ambiguous, subjective and often imprecise and confusing. That's why mathematicians use a formal way of writing (equations and carefully phrased theorems/axioms/etc), rather than a normal talking language.

And do you really want to be working in a code base where one person has typed

if(a == 5) { DoSomeStuff(); }

... and someone else
if a is 5 then dosomestuff end

?
GeneralRe: Time for a new programming language paradigm Pin
rjmoses21-May-14 6:03
professionalrjmoses21-May-14 6:03 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 7:22
mvePIEBALDconsult21-May-14 7:22 
GeneralRe: Time for a new programming language paradigm Pin
cosmogon22-May-14 2:34
cosmogon22-May-14 2:34 
GeneralRe: Time for a new programming language paradigm Pin
Klaus-Werner Konrad22-May-14 2:48
Klaus-Werner Konrad22-May-14 2:48 
GeneralRe: Time for a new programming language paradigm Pin
Klaus-Werner Konrad22-May-14 2:43
Klaus-Werner Konrad22-May-14 2:43 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses22-May-14 6:46
professionalrjmoses22-May-14 6:46 
GeneralRe: Time for a new programming language paradigm Pin
Luca Zenari22-May-14 4:13
Luca Zenari22-May-14 4:13 
GeneralRe: Time for a new programming language paradigm Pin
Member 1083471422-May-14 5:49
Member 1083471422-May-14 5:49 
GeneralRe: Time for a new programming language paradigm Pin
Freak3023-May-14 2:40
Freak3023-May-14 2:40 
GeneralRe: Time for a new programming language paradigm Pin
Steven121822-May-14 7:03
professionalSteven121822-May-14 7:03 
GeneralRe: Time for a new programming language paradigm Pin
Steven121822-May-14 7:05
professionalSteven121822-May-14 7:05 
GeneralRe: Time for a new programming language paradigm Pin
Fred McGalliard22-May-14 12:07
Fred McGalliard22-May-14 12:07 
GeneralI was a TA in college PinPopular
Ennis Ray Lynch, Jr.21-May-14 5:46
Ennis Ray Lynch, Jr.21-May-14 5:46 
GeneralRe: I was a TA in college Pin
rjmoses21-May-14 6:20
professionalrjmoses21-May-14 6:20 
GeneralRe: I was a TA in college Pin
BobJanova21-May-14 6:52
BobJanova21-May-14 6:52 
GeneralRe: I was a TA in college Pin
snorkie21-May-14 9:25
professionalsnorkie21-May-14 9:25 
GeneralRe: I was a TA in college Pin
Stefan_Lang21-May-14 21:48
Stefan_Lang21-May-14 21:48 

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.