Click here to Skip to main content
15,908,906 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
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 
GeneralRe: Time for a new programming language paradigm Pin
Eddy Vluggen21-May-14 5:50
professionalEddy Vluggen21-May-14 5:50 
rjmoses wrote:
trace their origins back to the days when terseness was a desirable quality.
It still is. A decent C# class uses less characters to convey the same info as written in Object Pascal. Less characters to convey the same info - do you really need a "begin" and an "end" block?

rjmoses wrote:
Be clear and obvious in describing the functionality of the module.
When is something obvious? If you've ever hunted a swallowed exception in VB6, you'll know that this is not possible. Code should be unambigious, simple and clean. It should not become an exercise to omit documentation.

rjmoses wrote:
2) The language should be portable.
It's not the language that decides on what platforms it will be implemented. VB6 will never appear on Linux without starting a major war.

rjmoses wrote:
3) The code should be almost self-documenting.
Only if you're not coding, but scripting. That means that we'd limit this "programmer" to an IDE like MS Access. You'd never get InterOp or call the WinAPI. You'd never get a pointer.

rjmoses wrote:
5) The language should incorporate most commonly-used functionality.
I've yet to meet the (broadly used) language that doesn't. Type-safety is something valuable - suggesting to remove it would be a step back.

rjmoses wrote:
6) And, finally, it should be easily extensible.
A language? Please not; how would your old code react to changes? Can you oversee whether or not your change "breaks" something?

Sorry, but only MS Access has these properties. I don't see it being used in the same way we use programming languages.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Time for a new programming language paradigm Pin
rjmoses21-May-14 6:27
professionalrjmoses21-May-14 6:27 
GeneralRe: Time for a new programming language paradigm Pin
Eddy Vluggen22-May-14 9:29
professionalEddy Vluggen22-May-14 9:29 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 9:32
mvePIEBALDconsult21-May-14 9:32 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 22:00
kalberts21-May-14 22:00 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 22:31
kalberts21-May-14 22:31 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 6:27
mvePIEBALDconsult21-May-14 6:27 
GeneralRe: Time for a new programming language paradigm Pin
kalberts21-May-14 21:59
kalberts21-May-14 21:59 
GeneralRe: Time for a new programming language paradigm Pin
snorkie21-May-14 7:50
professionalsnorkie21-May-14 7:50 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 8:31
mvePIEBALDconsult21-May-14 8:31 
GeneralRe: Time for a new programming language paradigm Pin
snorkie21-May-14 9:22
professionalsnorkie21-May-14 9:22 
GeneralRe: Time for a new programming language paradigm Pin
PIEBALDconsult21-May-14 9:43
mvePIEBALDconsult21-May-14 9:43 
GeneralRe: Time for a new programming language paradigm Pin
Stefan_Lang21-May-14 21:30
Stefan_Lang21-May-14 21:30 
GeneralRe: Time for a new programming language paradigm Pin
rjmoses22-May-14 6:54
professionalrjmoses22-May-14 6:54 
GeneralRe: Time for a new programming language paradigm Pin
snorkie22-May-14 7:04
professionalsnorkie22-May-14 7:04 
GeneralTime for Klingon developers to rule the world Pin
CPallini21-May-14 9:22
mveCPallini21-May-14 9:22 
GeneralRe: Time for Klingon developers to rule the world Pin
PIEBALDconsult21-May-14 9:44
mvePIEBALDconsult21-May-14 9:44 
GeneralRe: Time for Klingon developers to rule the world Pin
CPallini21-May-14 9:47
mveCPallini21-May-14 9:47 

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.