Click here to Skip to main content
15,893,594 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: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
GuyThiebaut31-Oct-19 7:35
professionalGuyThiebaut31-Oct-19 7:35 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
DerekT-P31-Oct-19 8:11
professionalDerekT-P31-Oct-19 8:11 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
GuyThiebaut31-Oct-19 8:29
professionalGuyThiebaut31-Oct-19 8:29 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Nathan Minier29-Oct-19 1:36
professionalNathan Minier29-Oct-19 1:36 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
  Forogar  29-Oct-19 7:54
professional  Forogar  29-Oct-19 7:54 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
H.Brydon29-Oct-19 12:06
professionalH.Brydon29-Oct-19 12:06 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
DerekT-P31-Oct-19 2:27
professionalDerekT-P31-Oct-19 2:27 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Richard Brett29-Oct-19 18:54
Richard Brett29-Oct-19 18:54 
I tend to think the opposite, natural language will become the way computers are programmed - we aren't there yet but it will come.

I agree that most natural language can be imprecise, but you can work around this by echoing back in plain english what we think you said in precise terms "Next friday" becomes "Friday the 9th of November". We replaced a very complex data entry screen with 50+ input fields and checkboxes and turned it to english input. End user mistakes have dropped, help desk calls have dropped. To be fair the english parser is super dumb, and we are only using it for very specific domains, not complete programs, but the power is evident. Small first steps, but I can see we could probably build a simple PWA based purely on english if that was our aim.

Heck, we even now have an experimental API that takes classic query parameters OR english /people?q=get 5 most recent seen with blue as favourite color. Vs /people?limit=5&order=recentseen&select=favouritecolor(blue)

I hate to say it, but it is putting power into end users who aren't programmers. Most end users can look intuitively at previous sentences and understand how to change it. Sure, it cannot handle all the nuances yet, and users learn to phrase in a certain way.

When you step right back, isn't a programming language simply another language like english/french/german? Programmers take natural language requirements and translate to C/Java/etc which compilers then translate again to machine code. Of course programmers [should] also have more logical thought patterns than J.Bloggs which is currently still required.
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Daniel Pfeffer28-Oct-19 21:29
professionalDaniel Pfeffer28-Oct-19 21:29 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Nelek28-Oct-19 21:40
protectorNelek28-Oct-19 21:40 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Jörgen Andersson29-Oct-19 22:28
professionalJörgen Andersson29-Oct-19 22:28 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Nelek29-Oct-19 23:09
protectorNelek29-Oct-19 23:09 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Amarnath S28-Oct-19 22:55
professionalAmarnath S28-Oct-19 22:55 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Marc Clifton29-Oct-19 2:47
mvaMarc Clifton29-Oct-19 2:47 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Dan Neely29-Oct-19 2:58
Dan Neely29-Oct-19 2:58 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Rage30-Oct-19 1:08
professionalRage30-Oct-19 1:08 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
PIEBALDconsult29-Oct-19 4:44
mvePIEBALDconsult29-Oct-19 4:44 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Quantum Robin29-Oct-19 8:12
Quantum Robin29-Oct-19 8:12 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
PIEBALDconsult29-Oct-19 9:37
mvePIEBALDconsult29-Oct-19 9:37 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Hooga Booga30-Oct-19 3:12
Hooga Booga30-Oct-19 3:12 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
stheller230-Oct-19 4:27
stheller230-Oct-19 4:27 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
StatementTerminator30-Oct-19 5:15
StatementTerminator30-Oct-19 5:15 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
sasadler30-Oct-19 7:33
sasadler30-Oct-19 7:33 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Patrick Fox30-Oct-19 7:54
Patrick Fox30-Oct-19 7:54 
GeneralRe: Will future programmers probably warn people not to use anything other than natural language just as most programmers today warn people not to use assembler? Pin
Shawn_Eary30-Oct-19 8:12
Shawn_Eary30-Oct-19 8:12 

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.