Click here to Skip to main content
15,887,267 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: New York Times sues Microsoft and OpenAI Pin
Mark Starr28-Dec-23 3:02
professionalMark Starr28-Dec-23 3:02 
GeneralRe: New York Times sues Microsoft and OpenAI Pin
Jo_vb.net28-Dec-23 3:21
mvaJo_vb.net28-Dec-23 3:21 
GeneralRe: New York Times sues Microsoft and OpenAI Pin
MikeCO1028-Dec-23 3:03
MikeCO1028-Dec-23 3:03 
GeneralRe: New York Times sues Microsoft and OpenAI Pin
Jerry Manweiler28-Dec-23 4:50
Jerry Manweiler28-Dec-23 4:50 
GeneralRe: New York Times sues Microsoft and OpenAI Pin
charlieg29-Dec-23 1:13
charlieg29-Dec-23 1:13 
GeneralRe: New York Times sues Microsoft and OpenAI Pin
b4blue28-Dec-23 5:32
b4blue28-Dec-23 5:32 
GeneralWhat's a "real" programming language? Pin
honey the codewitch27-Dec-23 2:44
mvahoney the codewitch27-Dec-23 2:44 
GeneralRe: What's a "real" programming language? Pin
Gary R. Wheeler27-Dec-23 3:15
Gary R. Wheeler27-Dec-23 3:15 
My experience has been that programming languages evolve mostly to meet practical needs. You can substitute the words economic or business for the word practical and still have a valid statement. While there is a certain amount of 'need' for the ability to implement computer-sciencey algorithms in a language in a performant way, I think it's a lower priority than other features that simplify or extend expression of common idioms.
honey the codewitch wrote:
Consequently, there is no performant way to do subset construction to convert an NFA to a DFA in this language
I take it that it's not impossible, and your objection is to the performance of the implementation required by the language? It sounds like an edge case you run in to with almost every language that needs an alternative solution.

For example: Since you're implementing this in TypeScript, it's a web app. That implies a server. What about serializing the NFA, shipping it to the server for conversion, and deserializing the DFA returned? 'Out-of-the-box', as it were Big Grin | :-D .
Software Zen: delete this;

GeneralRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 3:52
mvahoney the codewitch27-Dec-23 3:52 
GeneralRe: What's a "real" programming language? Pin
Gary R. Wheeler27-Dec-23 4:30
Gary R. Wheeler27-Dec-23 4:30 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 4:36
mvahoney the codewitch27-Dec-23 4:36 
GeneralRe: What's a "real" programming language? Pin
jschell27-Dec-23 5:52
jschell27-Dec-23 5:52 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 6:30
mvahoney the codewitch27-Dec-23 6:30 
GeneralRe: What's a "real" programming language? Pin
MSBassSinger28-Dec-23 4:08
professionalMSBassSinger28-Dec-23 4:08 
GeneralRe: What's a "real" programming language? Pin
hpcoder218-Jan-24 13:59
hpcoder218-Jan-24 13:59 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch18-Jan-24 14:07
mvahoney the codewitch18-Jan-24 14:07 
GeneralRe: What's a "real" programming language? Pin
hpcoder218-Jan-24 14:43
hpcoder218-Jan-24 14:43 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch18-Jan-24 14:44
mvahoney the codewitch18-Jan-24 14:44 
GeneralRe: What's a "real" programming language? Pin
Daniel Pfeffer27-Dec-23 4:52
professionalDaniel Pfeffer27-Dec-23 4:52 
GeneralRe: What's a "real" programming language? Pin
0x01AA27-Dec-23 5:30
mve0x01AA27-Dec-23 5:30 
GeneralRe: What's a "real" programming language? Pin
jschell27-Dec-23 5:56
jschell27-Dec-23 5:56 
GeneralRe: What's a "real" programming language? Pin
0x01AA27-Dec-23 6:02
mve0x01AA27-Dec-23 6:02 
GeneralRe: What's a "real" programming language? Pin
jschell28-Dec-23 5:45
jschell28-Dec-23 5:45 
GeneralRe: What's a "real" programming language? Pin
jschell27-Dec-23 5:42
jschell27-Dec-23 5:42 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 6:29
mvahoney the codewitch27-Dec-23 6:29 

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.