Click here to Skip to main content
15,910,358 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: Wordle 1,067 **** Spoiler **** Pin
StarNamer@work21-May-24 4:52
professionalStarNamer@work21-May-24 4:52 
GeneralRe: Wordle 1,067 **** Spoiler **** Pin
pkfox21-May-24 9:28
professionalpkfox21-May-24 9:28 
GeneralRe: Wordle 1,067 - 4 4 me Pin
pkfox20-May-24 21:20
professionalpkfox20-May-24 21:20 
GeneralRe: Wordle 1,067 Pin
Cp-Coder20-May-24 21:27
Cp-Coder20-May-24 21:27 
GeneralRe: Wordle 1,067 Pin
StarNamer@work21-May-24 4:51
professionalStarNamer@work21-May-24 4:51 
GeneralI had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 4:31
mvahoney the codewitch20-May-24 4:31 
GeneralRe: I had been looking for ideas for a code generator Pin
Daniel Pfeffer20-May-24 4:53
professionalDaniel Pfeffer20-May-24 4:53 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 7:03
mvahoney the codewitch20-May-24 7:03 
I mean that I intend to release nuget packages with pretrained models, integrated as C# Source Generators that prompt a local LLM, trained with a (relatively) small model to undertake a specific type of coding task, like generating a parser given a context free grammar.

I am not looking to make an all purpose code generator or anything like that.

My interest is in code synthesis by which I mean generating "hand written" code.

The differences between a generated parser and a hand rolled parser are far deeper than basic cosmetic. The details of how they work are different, even if the principles are the same. Mainly a generated left recursive parser with fixed lookahead will always greedy match. A left recursive descent parser such as hand rolling would produce can switch between lazy and greedy matching, leading to more efficient and often much smaller code.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: I had been looking for ideas for a code generator Pin
11917640 Member 20-May-24 18:25
11917640 Member 20-May-24 18:25 
GeneralRe: I had been looking for ideas for a code generator Pin
Payton Byrd 202322-May-24 14:36
Payton Byrd 202322-May-24 14:36 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch22-May-24 16:45
mvahoney the codewitch22-May-24 16:45 
GeneralRe: I had been looking for ideas for a code generator Pin
Sharp Ninja22-May-24 16:51
Sharp Ninja22-May-24 16:51 
GeneralRe: I had been looking for ideas for a code generator Pin
Jo_vb.net20-May-24 6:54
mvaJo_vb.net20-May-24 6:54 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 7:00
mvahoney the codewitch20-May-24 7:00 
GeneralRe: I had been looking for ideas for a code generator Pin
0x01AA20-May-24 7:16
mve0x01AA20-May-24 7:16 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 7:17
mvahoney the codewitch20-May-24 7:17 
GeneralRe: I had been looking for ideas for a code generator Pin
Jo_vb.net20-May-24 7:38
mvaJo_vb.net20-May-24 7:38 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 7:39
mvahoney the codewitch20-May-24 7:39 
GeneralRe: I had been looking for ideas for a code generator Pin
pkfox20-May-24 10:12
professionalpkfox20-May-24 10:12 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 10:15
mvahoney the codewitch20-May-24 10:15 
GeneralRe: I had been looking for ideas for a code generator Pin
bryanren21-May-24 5:01
bryanren21-May-24 5:01 
GeneralRe: I had been looking for ideas for a code generator Pin
jochance28-May-24 11:40
jochance28-May-24 11:40 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch28-May-24 13:22
mvahoney the codewitch28-May-24 13:22 
GeneralWordle 1,066 Pin
Sandeep Mewara19-May-24 16:02
mveSandeep Mewara19-May-24 16:02 
GeneralRe: Wordle 1,066 Pin
Amarnath S19-May-24 16:14
professionalAmarnath S19-May-24 16:14 

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.