Click here to Skip to main content
15,886,919 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: Do you have a language you're kind of ashamed that you like(d)? Pin
Eddy Vluggen4-Nov-23 4:46
professionalEddy Vluggen4-Nov-23 4:46 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
jschell3-Nov-23 4:47
jschell3-Nov-23 4:47 
GeneralRe: Do you have a language you're kind of ashamed that you like(d)? Pin
honey the codewitch3-Nov-23 5:35
mvahoney the codewitch3-Nov-23 5:35 
GeneralRe: Do you have a language you're kind of ashamed that you like(d)? Pin
StarNamer@work3-Nov-23 14:09
professionalStarNamer@work3-Nov-23 14:09 
GeneralRe: Do you have a language you're kind of ashamed that you like(d)? Pin
jschell6-Nov-23 10:33
jschell6-Nov-23 10:33 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Amarnath S3-Nov-23 5:48
professionalAmarnath S3-Nov-23 5:48 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Gerry Schmitz3-Nov-23 6:15
mveGerry Schmitz3-Nov-23 6:15 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Roger Wright3-Nov-23 6:31
professionalRoger Wright3-Nov-23 6:31 
It's ancient and dated, but I still have a fondness for hpl, Hewlett Packard's custom language for their early desktop computers. There was a lot that it couldn't do, but there were a couple of things it could do that made it perfect for its intended application. Back in the day, when we had RAM measured in kbits, programs had to be very short. In hpl we had the command chain that would save the program state and start a new program where the first left off. This essentially allowed programs to be written that were far larger than the machine could accommodate, up to the limit of the disk space available.

A second feature made my in-house reputation as an engineer soar; the keyboard key, store was storable, and could be executed at runtime. Since I was developing automated missile test software and hardware meant to be used in a noisy factory environment, ambient electrical noise was a constant problem. I wrote a code block that I used in almost all applications that would measure the local noise, run an FFT on the samples, create a custom filter subroutine to remove that noise, then add the resulting filter program to the actual test program as a pre-processor on the measured data. The accuracy of testing was vastly improved.

Sadly, hpl met with an untimely death, like all good things, it seems. Unlike every other popular language at the time, its instruction set was entirely lower case, which mainline programmers couldn't accept. If it wasn't written in capital letters, it couldn't possibly be any good. By the time HP introduced the HP9845 desktop computer, hpl became optional, and HPBasic replaced it as standard. Things kinda went downhill after that...
Will Rogers never met me.

AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Choroid3-Nov-23 7:28
Choroid3-Nov-23 7:28 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
S Houghtelin3-Nov-23 7:32
professionalS Houghtelin3-Nov-23 7:32 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
PIEBALDconsult3-Nov-23 9:11
mvePIEBALDconsult3-Nov-23 9:11 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Richard Andrew x643-Nov-23 10:19
professionalRichard Andrew x643-Nov-23 10:19 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
kmoorevs4-Nov-23 8:06
kmoorevs4-Nov-23 8:06 
GeneralRe: Do you have a language you're kind of ashamed that you like(d)? Pin
honey the codewitch4-Nov-23 8:09
mvahoney the codewitch4-Nov-23 8:09 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Chris Maunder4-Nov-23 15:37
cofounderChris Maunder4-Nov-23 15:37 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
LiamOHagan5-Nov-23 21:11
LiamOHagan5-Nov-23 21:11 
GeneralRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Peter Adam6-Nov-23 0:25
professionalPeter Adam6-Nov-23 0:25 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
MGutmann5-Nov-23 23:43
MGutmann5-Nov-23 23:43 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Peter Gorod5-Nov-23 22:22
Peter Gorod5-Nov-23 22:22 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
seismofish5-Nov-23 22:31
seismofish5-Nov-23 22:31 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
b4blue5-Nov-23 22:51
b4blue5-Nov-23 22:51 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
grralph15-Nov-23 23:14
grralph15-Nov-23 23:14 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
Peter Adam6-Nov-23 0:22
professionalPeter Adam6-Nov-23 0:22 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
CodeZombie626-Nov-23 1:27
CodeZombie626-Nov-23 1:27 
AnswerRe: Do you have a language you're kind of ashamed that you like(d)? Pin
MikeCO106-Nov-23 1:53
MikeCO106-Nov-23 1:53 

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.