Click here to Skip to main content
15,881,248 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Client sided login Pin
dan!sh 2-Jun-20 21:37
professional dan!sh 2-Jun-20 21:37 
GeneralRe: Client sided login Pin
kmoorevs29-May-20 11:27
kmoorevs29-May-20 11:27 
JokeRe: Client sided login Pin
User 1106097915-Jun-20 3:56
User 1106097915-Jun-20 3:56 
GeneralRe: Client sided login Pin
Eddy Vluggen24-Jul-20 12:15
professionalEddy Vluggen24-Jul-20 12:15 
QuestionWhat's the Most Concise, Human-Understandable Practical Language? Pin
johnywhy13-May-20 21:39
johnywhy13-May-20 21:39 
AnswerRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Member 1330167917-May-20 20:47
Member 1330167917-May-20 20:47 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Rob Grainger21-May-20 23:11
Rob Grainger21-May-20 23:11 
RantRe: What's the Most Concise, Human-Understandable Practical Language? PinPopular
Member 1456470917-May-20 20:49
Member 1456470917-May-20 20:49 
BASIC.
The only problem with any of the modern BASIC variants is the the name.
It should have been changed years ago to something that sounds better.

BASIC is the direction that programming languages should have been taking for decades.
A programming language is a tool. A tool is something that makes work easier.
C, Java and the like make simple jobs complicated, and complicated jobs - well, we won't go there.

Unfortunately BASIC has been all but killed off because it scared the crap out of the C guys.
VB was arguably one of Microsoft's biggest successes - suddenly anyone smarter than a manager or an accountant could write useful programs. They weren't always fast, or efficient, but they solved real world problems, then and there.
And here lies one of the less understood issues with software - many, many programs are written as quick one offs to answer a question, or extract some data. They do not need the .NET framework or the latest C++ or Java support libs, or some horrendously expensive and complicated Studio Suite to create them
BASIC was able to do this AND produce high quality complicated full fledged applications.
And it still can.
My favourite is PowerBasic -
PowerBASIC[^]

There are a few others.

It seems to me that all the 'new' languages we see are based on C syntax.
A whole bunch of cryptic punctuation marks interspersed with some unreadable, unintuitive bits of code.
It's time to move on. C was never meant to last this long.
It was an interim replacement to FORTRAN, until the 'new' languages came along. Sadly they never did.
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Leo5617-May-20 21:36
Leo5617-May-20 21:36 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Steve Naidamast18-May-20 2:50
professionalSteve Naidamast18-May-20 2:50 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Jalapeno Bob22-May-20 9:22
professionalJalapeno Bob22-May-20 9:22 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
johnywhy23-Oct-21 3:57
johnywhy23-Oct-21 3:57 
AnswerRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Fred283417-May-20 20:51
Fred283417-May-20 20:51 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
johnywhy8-Dec-22 20:29
johnywhy8-Dec-22 20:29 
AnswerRe: What's the Most Concise, Human-Understandable Practical Language? Pin
lopatir17-May-20 20:52
lopatir17-May-20 20:52 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
johnywhy22-Oct-21 7:57
johnywhy22-Oct-21 7:57 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Lorenzo Bertolino17-May-20 20:59
professionalLorenzo Bertolino17-May-20 20:59 
AnswerRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Richard Deeming18-May-20 1:28
mveRichard Deeming18-May-20 1:28 
AnswerRe: What's the Most Concise, Human-Understandable Practical Language? Pin
KateAshman17-May-20 21:57
KateAshman17-May-20 21:57 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
kalberts17-May-20 22:48
kalberts17-May-20 22:48 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Richard Deeming18-May-20 1:33
mveRichard Deeming18-May-20 1:33 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
kalberts18-May-20 4:30
kalberts18-May-20 4:30 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Richard Deeming18-May-20 4:39
mveRichard Deeming18-May-20 4:39 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
kalberts18-May-20 20:59
kalberts18-May-20 20:59 
GeneralRe: What's the Most Concise, Human-Understandable Practical Language? Pin
Richard Deeming18-May-20 23:40
mveRichard Deeming18-May-20 23:40 

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.