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: Declarative software, please. Pin
Choroid17-Jul-23 6:13
Choroid17-Jul-23 6:13 
GeneralRe: Declarative software, please. Pin
Mike Hankey17-Jul-23 6:18
mveMike Hankey17-Jul-23 6:18 
GeneralRe: Declarative software, please. Pin
Peter Shaw17-Jul-23 5:01
professionalPeter Shaw17-Jul-23 5:01 
GeneralRe: Declarative software, please. Pin
honey the codewitch17-Jul-23 5:28
mvahoney the codewitch17-Jul-23 5:28 
GeneralRe: Declarative software, please. Pin
Peter Shaw17-Jul-23 10:03
professionalPeter Shaw17-Jul-23 10:03 
GeneralRe: Declarative software, please. Pin
honey the codewitch17-Jul-23 17:17
mvahoney the codewitch17-Jul-23 17:17 
GeneralRe: Declarative software, please. Pin
Peter Shaw19-Jul-23 5:25
professionalPeter Shaw19-Jul-23 5:25 
GeneralRe: Declarative software, please. Pin
honey the codewitch19-Jul-23 5:31
mvahoney the codewitch19-Jul-23 5:31 
It's efficient for *some* things.

I used to use it in ISAPI application because they're basically glorified string manipulation engines. String based heap frag is a bear in an environment like that, so I used Boehm Collector to garbage collect my strings and containers. My apps were fast, and stayed fast under load. That was well before ASP.NET.

It's not efficient for general use, compared to C++/RAII without the STL, which is how I recommend coding in IoT with C++.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx

GeneralRe: Declarative software, please. Pin
Peter Shaw19-Jul-23 5:39
professionalPeter Shaw19-Jul-23 5:39 
GeneralRe: Declarative software, please. Pin
David On Life17-Jul-23 18:12
David On Life17-Jul-23 18:12 
GeneralHmmm, Win 11 update seems to have broken something Pin
glennPattonWork316-Jul-23 1:06
professionalglennPattonWork316-Jul-23 1:06 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Daniel Pfeffer16-Jul-23 1:22
professionalDaniel Pfeffer16-Jul-23 1:22 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
TNCaver17-Jul-23 10:49
TNCaver17-Jul-23 10:49 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Slacker00716-Jul-23 1:31
professionalSlacker00716-Jul-23 1:31 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
glennPattonWork316-Jul-23 1:38
professionalglennPattonWork316-Jul-23 1:38 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
charlieg17-Jul-23 1:42
charlieg17-Jul-23 1:42 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Graeme_Grant16-Jul-23 1:32
mvaGraeme_Grant16-Jul-23 1:32 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Richard MacCutchan16-Jul-23 1:33
mveRichard MacCutchan16-Jul-23 1:33 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
glennPattonWork316-Jul-23 1:45
professionalglennPattonWork316-Jul-23 1:45 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Richard MacCutchan16-Jul-23 1:58
mveRichard MacCutchan16-Jul-23 1:58 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
glennPattonWork316-Jul-23 2:36
professionalglennPattonWork316-Jul-23 2:36 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Graeme_Grant16-Jul-23 22:04
mvaGraeme_Grant16-Jul-23 22:04 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
Brisingr Aerowing16-Jul-23 8:20
professionalBrisingr Aerowing16-Jul-23 8:20 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
glennPattonWork316-Jul-23 8:53
professionalglennPattonWork316-Jul-23 8:53 
GeneralRe: Hmmm, Win 11 update seems to have broken something Pin
fd975016-Jul-23 20:46
professionalfd975016-Jul-23 20:46 

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.