Click here to Skip to main content
15,887,585 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 Anyone Using Unix?: My Findings Pin
raddevus16-Mar-24 4:25
mvaraddevus16-Mar-24 4:25 
GeneralRe: Is Anyone Using Unix?: My Findings Pin
jschell15-Mar-24 13:23
jschell15-Mar-24 13:23 
QuestionSo, about PHP... Pin
Jeremy Falcon14-Mar-24 4:55
professionalJeremy Falcon14-Mar-24 4:55 
AnswerRe: So, about PHP... Pin
raddevus14-Mar-24 5:27
mvaraddevus14-Mar-24 5:27 
GeneralRe: So, about PHP... Pin
Jeremy Falcon14-Mar-24 12:46
professionalJeremy Falcon14-Mar-24 12:46 
AnswerRe: So, about PHP... Pin
Andre Oosthuizen14-Mar-24 7:15
mveAndre Oosthuizen14-Mar-24 7:15 
GeneralRe: So, about PHP... Pin
Jeremy Falcon14-Mar-24 12:48
professionalJeremy Falcon14-Mar-24 12:48 
AnswerRe: So, about PHP... Pin
Ovidiu Gabriel15-Mar-24 0:19
professionalOvidiu Gabriel15-Mar-24 0:19 
For me NodeJS or even Python was never a solution to replace PHP. First I would go for TypeScript instead of JS and Bun instead of Node/V8. Take a look at Bun β€” A fast all-in-one JavaScript runtime[^], you can run TypeScript with it directly (though it is internally converting it to JS not running TS directly). Probably a good replacement for PHP was Scala IMHO, not js, but that was in the past, now Lightbend prioritised Java support and that was a disaster for Scala.

I personally now use Haxe to target both PHP and JS runtimes, Haxe is stronger typed than TypeScript and that's why I prefer it, at the same time I can target C# and Java runtimes from the same Haxe codebase (this is not possible with TypeScript yet). But unfortunatelly Haxe doesn't have php8 support yet. The advancements in php8 are stunning. You should take a look.
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 4:07
professionalJeremy Falcon15-Mar-24 4:07 
GeneralRe: So, about PHP... Pin
Ovidiu Gabriel15-Mar-24 4:14
professionalOvidiu Gabriel15-Mar-24 4:14 
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 4:22
professionalJeremy Falcon15-Mar-24 4:22 
GeneralRe: So, about PHP... Pin
Ovidiu Gabriel15-Mar-24 5:01
professionalOvidiu Gabriel15-Mar-24 5:01 
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 5:34
professionalJeremy Falcon15-Mar-24 5:34 
GeneralRe: So, about PHP... Pin
Ovidiu Gabriel15-Mar-24 5:45
professionalOvidiu Gabriel15-Mar-24 5:45 
AnswerRe: So, about PHP... Pin
Peter Adam15-Mar-24 1:10
professionalPeter Adam15-Mar-24 1:10 
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 4:08
professionalJeremy Falcon15-Mar-24 4:08 
GeneralRe: So, about PHP... Pin
Peter Adam15-Mar-24 4:40
professionalPeter Adam15-Mar-24 4:40 
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 5:34
professionalJeremy Falcon15-Mar-24 5:34 
AnswerRe: So, about PHP... Pin
BryanFazekas15-Mar-24 2:49
BryanFazekas15-Mar-24 2:49 
GeneralRe: So, about PHP... Pin
Jeremy Falcon15-Mar-24 4:13
professionalJeremy Falcon15-Mar-24 4:13 
AnswerRe: So, about PHP... Pin
jkirkerx15-Mar-24 8:17
professionaljkirkerx15-Mar-24 8:17 
GeneralWhy did they make it so weird? Pin
honey the codewitch14-Mar-24 4:29
mvahoney the codewitch14-Mar-24 4:29 
GeneralRe: Why did they make it so weird? Pin
glennPattonWork314-Mar-24 5:48
professionalglennPattonWork314-Mar-24 5:48 
GeneralRe: Why did they make it so weird? Pin
Mike Hankey14-Mar-24 6:36
mveMike Hankey14-Mar-24 6:36 
GeneralRe: Why did they make it so weird? Pin
glennPattonWork314-Mar-24 9:23
professionalglennPattonWork314-Mar-24 9:23 

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.