Click here to Skip to main content
15,889,808 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: Is Python slowly losing its charm? Pin
CPallini29-Oct-20 6:07
mveCPallini29-Oct-20 6:07 
GeneralRe: Is Python slowly losing its charm? Pin
PIEBALDconsult29-Oct-20 5:14
mvePIEBALDconsult29-Oct-20 5:14 
GeneralRe: Is Python slowly losing its charm? Pin
CPallini29-Oct-20 6:02
mveCPallini29-Oct-20 6:02 
GeneralRe: Is Python slowly losing its charm? Pin
Member 920074630-Oct-20 14:05
Member 920074630-Oct-20 14:05 
GeneralRe: Is Python slowly losing its charm? Pin
Slacker00729-Oct-20 1:35
professionalSlacker00729-Oct-20 1:35 
GeneralRe: Is Python slowly losing its charm? Pin
Nelek29-Oct-20 9:19
protectorNelek29-Oct-20 9:19 
GeneralRe: Is Python slowly losing its charm? Pin
Peter Adam30-Oct-20 2:44
professionalPeter Adam30-Oct-20 2:44 
GeneralRe: Is Python slowly losing its charm? Pin
Kirk 1038982130-Oct-20 4:17
Kirk 1038982130-Oct-20 4:17 
I completely agree...
I grew up on a PDP-11 running RSTS/E using Basic-Plus (The Predecessor to VAX Basic).
Most of the OS Tools were written in Basic-Plus. I could do anything in BASIC. It was pseudo-compiled (Bytecoded), and was the technology Microsoft "borrowed" to get instant compiling of BASIC for Visual BASIC.

Was it perfect? No!

Was it extensible? YES! In fact, we had MEMORY MAPPED Files that Worked like arrays, you index the file as File[X] to get a fixed block read of block X. You declared the block size when you opened the file. We used this for lightning fast Hash Lookups.

Extensible? We had to modify the OS to add "sys" calls to a jump table. But we could do it.

Now, BASIC allowed DLL calling in windows. And Python allows wrappers of compiled code.

Finally, to me the MOST POWERFUL piece of an interpreted language is the ability to EMBED it as a scripting language inside of an Application to let the end users extend it.

I wrote applications inside of Word and Excel for people. It broke my heart when I went to embed VBA inside of my application, and ran into MSFT Licensing (OMG Draconian). So we used a different scripting engine that was free and based on Pascal. It worked... But I would have loved for the product to have the Power and Libraries of Python!

GeneralRe: Is Python slowly losing its charm? Pin
Greg Utas29-Oct-20 0:50
professionalGreg Utas29-Oct-20 0:50 
GeneralRe: Is Python slowly losing its charm? Pin
5teveH29-Oct-20 1:13
5teveH29-Oct-20 1:13 
GeneralRe: Is Python slowly losing its charm? Pin
Kolya Ivankov30-Oct-20 22:03
Kolya Ivankov30-Oct-20 22:03 
GeneralRe: Is Python slowly losing its charm? Pin
theoldfool29-Oct-20 1:19
professionaltheoldfool29-Oct-20 1:19 
GeneralRe: Is Python slowly losing its charm? Pin
raddevus29-Oct-20 3:33
mvaraddevus29-Oct-20 3:33 
GeneralRe: Is Python slowly losing its charm? Pin
Peter R. Fletcher30-Oct-20 3:35
Peter R. Fletcher30-Oct-20 3:35 
GeneralRe: Is Python slowly losing its charm? Pin
Peter Adam30-Oct-20 8:41
professionalPeter Adam30-Oct-20 8:41 
GeneralRe: Is Python slowly losing its charm? Pin
Rage29-Oct-20 3:34
professionalRage29-Oct-20 3:34 
GeneralRe: Is Python slowly losing its charm? Pin
RedDk29-Oct-20 7:33
RedDk29-Oct-20 7:33 
GeneralRe: Is Python slowly losing its charm? Pin
Kolya Ivankov29-Oct-20 20:48
Kolya Ivankov29-Oct-20 20:48 
GeneralRe: Is Python slowly losing its charm? Pin
Martin ISDN29-Oct-20 23:44
Martin ISDN29-Oct-20 23:44 
GeneralRe: Is Python slowly losing its charm? Pin
Shawn_Eary30-Oct-20 2:52
Shawn_Eary30-Oct-20 2:52 
GeneralRe: Is Python slowly losing its charm? Pin
NightPen30-Oct-20 5:36
NightPen30-Oct-20 5:36 
GeneralRe: Is Python slowly losing its charm? Pin
Kolya Ivankov30-Oct-20 10:10
Kolya Ivankov30-Oct-20 10:10 
GeneralRe: Is Python slowly losing its charm? Pin
Bitbeisser31-Oct-20 7:13
Bitbeisser31-Oct-20 7:13 
GeneralRe: Is Python slowly losing its charm? Pin
SergeiV1-Nov-20 1:22
SergeiV1-Nov-20 1:22 
GeneralRe: Is Python slowly losing its charm? Pin
lognormal1-Nov-20 7:00
lognormal1-Nov-20 7:00 

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.