Click here to Skip to main content
15,895,084 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: 28th Wedding Anniversary Today Pin
Bassam Abdul-Baki19-Aug-19 5:11
professionalBassam Abdul-Baki19-Aug-19 5:11 
Generalso i just noticed this weird thing - a tale of two algorithms Pin
honey the codewitch16-Aug-19 21:24
mvahoney the codewitch16-Aug-19 21:24 
GeneralRe: so i just noticed this weird thing - a tale of two algorithms Pin
BillWoodruff17-Aug-19 4:00
professionalBillWoodruff17-Aug-19 4:00 
Questionany windows 10 experts out there? (found it never mind) Pin
honey the codewitch16-Aug-19 19:27
mvahoney the codewitch16-Aug-19 19:27 
AnswerRe: any windows 10 experts out there? (found it never mind) Pin
OriginalGriff16-Aug-19 19:40
mveOriginalGriff16-Aug-19 19:40 
GeneralRe: any windows 10 experts out there? (found it never mind) Pin
honey the codewitch16-Aug-19 19:42
mvahoney the codewitch16-Aug-19 19:42 
GeneralRe: any windows 10 experts out there? (found it never mind) Pin
BillWoodruff17-Aug-19 4:04
professionalBillWoodruff17-Aug-19 4:04 
GeneralMicrosoft .NET Rant - Regular Expressions Pin
honey the codewitch16-Aug-19 11:38
mvahoney the codewitch16-Aug-19 11:38 
Microsoft *almost* has a PEG parser generator built into .NET

I believe the Regular Expression engine already does memoization in matching.

So all that would really need to be added is

a) an op like PERL5's regex recursion
b) a grammar model for a PEG grammar
c) a simple way to compose a compound series of regex to match the PEG

Unless i miss my guess they really did us all a disservice by stopping with regex.

They made their regex so advanced it may as well be a parser, but for some stupid limitations.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: Microsoft .NET Rant - Regular Expressions Pin
PIEBALDconsult16-Aug-19 11:48
mvePIEBALDconsult16-Aug-19 11:48 
GeneralRe: Microsoft .NET Rant - Regular Expressions Pin
TheGreatAndPowerfulOz16-Aug-19 12:01
TheGreatAndPowerfulOz16-Aug-19 12:01 
GeneralRe: Microsoft .NET Rant - Regular Expressions Pin
honey the codewitch16-Aug-19 21:03
mvahoney the codewitch16-Aug-19 21:03 
GeneralRe: Microsoft .NET Rant - Regular Expressions Pin
honey the codewitch16-Aug-19 21:01
mvahoney the codewitch16-Aug-19 21:01 
RantRe: Microsoft .NET Rant - Regular Expressions Pin
lopatir16-Aug-19 21:43
lopatir16-Aug-19 21:43 
GeneralRe: Microsoft .NET Rant - Regular Expressions Pin
honey the codewitch16-Aug-19 21:44
mvahoney the codewitch16-Aug-19 21:44 
GeneralSometimes the universe wants us to sleep in Pin
PIEBALDconsult16-Aug-19 9:23
mvePIEBALDconsult16-Aug-19 9:23 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Ron Anders16-Aug-19 9:52
Ron Anders16-Aug-19 9:52 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Rage16-Aug-19 10:15
professionalRage16-Aug-19 10:15 
GeneralRe: Sometimes the universe wants us to sleep in Pin
littleGreenDude16-Aug-19 10:25
littleGreenDude16-Aug-19 10:25 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Rage16-Aug-19 10:35
professionalRage16-Aug-19 10:35 
GeneralRe: Sometimes the universe wants us to sleep in Pin
OriginalGriff16-Aug-19 10:40
mveOriginalGriff16-Aug-19 10:40 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Sander Rossel17-Aug-19 1:43
professionalSander Rossel17-Aug-19 1:43 
GeneralRe: Sometimes the universe wants us to sleep in Pin
honey the codewitch17-Aug-19 4:05
mvahoney the codewitch17-Aug-19 4:05 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Sander Rossel17-Aug-19 4:14
professionalSander Rossel17-Aug-19 4:14 
GeneralRe: Sometimes the universe wants us to sleep in Pin
honey the codewitch17-Aug-19 4:15
mvahoney the codewitch17-Aug-19 4:15 
GeneralRe: Sometimes the universe wants us to sleep in Pin
Sander Rossel17-Aug-19 4:17
professionalSander Rossel17-Aug-19 4:17 

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.