Click here to Skip to main content
15,892,575 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: Visual Studio age old limitation, still not fixed Pin
Shao Voon Wong12-Dec-19 21:11
mvaShao Voon Wong12-Dec-19 21:11 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
honey the codewitch12-Dec-19 21:13
mvahoney the codewitch12-Dec-19 21:13 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
dandy7214-Dec-19 10:13
dandy7214-Dec-19 10:13 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
honey the codewitch14-Dec-19 10:16
mvahoney the codewitch14-Dec-19 10:16 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
dandy7214-Dec-19 10:27
dandy7214-Dec-19 10:27 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
honey the codewitch14-Dec-19 10:33
mvahoney the codewitch14-Dec-19 10:33 
GeneralRe: Visual Studio age old limitation, still not fixed Pin
dandy7214-Dec-19 10:41
dandy7214-Dec-19 10:41 
GeneralWell, this is a thing I am doing now. Pin
honey the codewitch12-Dec-19 12:13
mvahoney the codewitch12-Dec-19 12:13 
I've taken to embedding C# files as resources in my code generation projects.

Now because of Slang, I can fully generate all dependency code with any of my generation libs.

This means when you generate like, a lexer or parser, you don't need an external library to be able to use it.

Because all that dependency code gets spit out as part of the generation process. In any .NET language (even though it was written in C#)

And it's basically maintainable in that form, and testable in that form, meaning i just have to compile those files and run them to test the generation. This makes my dev cycle MUCH shorter

If I need to change the generated output, I just edit some C# instead of having to edit code that generates code.

Better for the end user of my code generation tools, and better for me. Slang is a win
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: Well, this is a thing I am doing now. Pin
dandy7214-Dec-19 10:10
dandy7214-Dec-19 10:10 
GeneralRe: Well, this is a thing I am doing now. Pin
honey the codewitch14-Dec-19 10:13
mvahoney the codewitch14-Dec-19 10:13 
GeneralRe: Well, this is a thing I am doing now. Pin
dandy7214-Dec-19 10:19
dandy7214-Dec-19 10:19 
GeneralRe: Well, this is a thing I am doing now. Pin
honey the codewitch14-Dec-19 10:21
mvahoney the codewitch14-Dec-19 10:21 
QuestionVNC software Pin
Joan M12-Dec-19 10:20
professionalJoan M12-Dec-19 10:20 
AnswerRe: VNC software Pin
theoldfool12-Dec-19 10:26
professionaltheoldfool12-Dec-19 10:26 
GeneralRe: VNC software Pin
willichan13-Dec-19 10:39
professionalwillichan13-Dec-19 10:39 
GeneralRe: VNC software Pin
UmatillaCountyCoder13-Dec-19 13:59
UmatillaCountyCoder13-Dec-19 13:59 
GeneralRe: VNC software Pin
willichan16-Dec-19 8:18
professionalwillichan16-Dec-19 8:18 
AnswerRe: VNC software Pin
User 1106097912-Dec-19 10:44
User 1106097912-Dec-19 10:44 
GeneralRe: VNC software Pin
Richard MacCutchan12-Dec-19 22:21
mveRichard MacCutchan12-Dec-19 22:21 
GeneralRe: VNC software Pin
Kirk 1038982113-Dec-19 13:52
Kirk 1038982113-Dec-19 13:52 
AnswerRe: VNC software Pin
Rick York12-Dec-19 11:09
mveRick York12-Dec-19 11:09 
GeneralRe: VNC software Pin
MikeD 213-Dec-19 9:19
MikeD 213-Dec-19 9:19 
AnswerRe: VNC software Pin
Richard MacCutchan12-Dec-19 22:19
mveRichard MacCutchan12-Dec-19 22:19 
AnswerRe: VNC software Pin
lolo78913-Dec-19 10:39
lolo78913-Dec-19 10:39 
AnswerRe: VNC software Pin
dentaur13-Dec-19 19:43
dentaur13-Dec-19 19:43 

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.