Click here to Skip to main content
15,902,938 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: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 5:14
mvahoney the codewitch6-Aug-19 5:14 
GeneralRe: Grrrr @ .NET Pin
Jörgen Andersson6-Aug-19 5:40
professionalJörgen Andersson6-Aug-19 5:40 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 5:42
mvahoney the codewitch6-Aug-19 5:42 
GeneralRe: Grrrr @ .NET Pin
Jörgen Andersson6-Aug-19 5:53
professionalJörgen Andersson6-Aug-19 5:53 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 5:58
mvahoney the codewitch6-Aug-19 5:58 
GeneralRe: Grrrr @ .NET Pin
Jörgen Andersson6-Aug-19 6:16
professionalJörgen Andersson6-Aug-19 6:16 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 6:19
mvahoney the codewitch6-Aug-19 6:19 
GeneralRe: Grrrr @ .NET Pin
Shuqian Ying5-Aug-19 22:48
Shuqian Ying5-Aug-19 22:48 
I am not sure that I know exactly what you mean, but ...

.Net let you to parse a string expression using your own grammar, and then convert the resulting AST (abstract syntax tree) into the kind of AST predefined in .Net (have a look at the Expression class family). Then the framework will compile the later AST (object) into executable codes at runtime and be used immediately having access to most of the parent runtime context ... We do that quite a lot in one of our projects.

Most of other languages (I know of, which are not alot) do not allow you to do that ...

GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:11
mvahoney the codewitch6-Aug-19 1:11 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 1:11
professionalBillWoodruff6-Aug-19 1:11 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:19
mvahoney the codewitch6-Aug-19 1:19 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 1:40
professionalBillWoodruff6-Aug-19 1:40 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:53
mvahoney the codewitch6-Aug-19 1:53 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 2:09
professionalBillWoodruff6-Aug-19 2:09 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 2:20
mvahoney the codewitch6-Aug-19 2:20 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff7-Aug-19 2:25
professionalBillWoodruff7-Aug-19 2:25 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch7-Aug-19 2:56
mvahoney the codewitch7-Aug-19 2:56 
GeneralLast week I stood at the edge... PinPopular
CodeWraith5-Aug-19 7:36
CodeWraith5-Aug-19 7:36 
PraiseRe: Last week I stood at the edge... Pin
RickZeeland5-Aug-19 7:54
mveRickZeeland5-Aug-19 7:54 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:04
CodeWraith6-Aug-19 0:04 
GeneralRe: Last week I stood at the edge... Pin
Mike Hankey5-Aug-19 8:35
mveMike Hankey5-Aug-19 8:35 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:04
CodeWraith6-Aug-19 0:04 
GeneralRe: Last week I stood at the edge... Pin
Ron Anders5-Aug-19 8:46
Ron Anders5-Aug-19 8:46 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:05
CodeWraith6-Aug-19 0:05 
GeneralRe: Last week I stood at the edge... Pin
glennPattonWork35-Aug-19 9:58
professionalglennPattonWork35-Aug-19 9:58 

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.