Click here to Skip to main content
15,916,422 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: I read that the average compiler takes 30 man-years to develop Pin
OriginalGriff1-Dec-19 7:41
mveOriginalGriff1-Dec-19 7:41 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
Ron Anders1-Dec-19 14:05
Ron Anders1-Dec-19 14:05 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
Daniel Pfeffer1-Dec-19 7:51
professionalDaniel Pfeffer1-Dec-19 7:51 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
honey the codewitch1-Dec-19 7:54
mvahoney the codewitch1-Dec-19 7:54 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
kalberts1-Dec-19 22:23
kalberts1-Dec-19 22:23 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
Daniel Pfeffer1-Dec-19 22:30
professionalDaniel Pfeffer1-Dec-19 22:30 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
PIEBALDconsult1-Dec-19 8:26
mvePIEBALDconsult1-Dec-19 8:26 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
honey the codewitch1-Dec-19 8:30
mvahoney the codewitch1-Dec-19 8:30 
This isn't an average compiler. For one thing it targets (multiple) other high level languages instead of machine code.

That's rather the point of it in fact. It's a language you can use to write in that is "language independent" at least in terms of .NET languages. If I write code in this it is C# code. It is VB code. It is F# code. Etc.

So what it's used for is when

A) I need to easily make some code generation stuff for end developers who may be using any .NET language.

B) I need things like my parser generators to be able to accept code in their grammars without that tying the generated parsers to a particular programming language.

B is where I really intend to get the most upfront mileage from it, but A may end up overtaking that in long haul.

It's also fun to develop, and I may even add an Eval() function to do true dynamic (compilationless) evaluation of code in .NET (right now all of .NET's dynamism works through background compilation). I'm already doing 80% of the work that goes into that.
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: I read that the average compiler takes 30 man-years to develop Pin
Marc Clifton1-Dec-19 12:05
mvaMarc Clifton1-Dec-19 12:05 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
honey the codewitch1-Dec-19 12:06
mvahoney the codewitch1-Dec-19 12:06 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
kalberts1-Dec-19 23:13
kalberts1-Dec-19 23:13 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
Super Lloyd1-Dec-19 13:31
Super Lloyd1-Dec-19 13:31 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
honey the codewitch1-Dec-19 13:33
mvahoney the codewitch1-Dec-19 13:33 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
kalberts2-Dec-19 1:07
kalberts2-Dec-19 1:07 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
Jörgen Andersson1-Dec-19 20:53
professionalJörgen Andersson1-Dec-19 20:53 
GeneralRe: I read that the average compiler takes 30 man-years to develop Pin
honey the codewitch1-Dec-19 20:55
mvahoney the codewitch1-Dec-19 20:55 
GeneralI feel kind of bad about this Pin
honey the codewitch1-Dec-19 4:43
mvahoney the codewitch1-Dec-19 4:43 
GeneralRe: I feel kind of bad about this Pin
PIEBALDconsult1-Dec-19 5:41
mvePIEBALDconsult1-Dec-19 5:41 
GeneralRe: I feel kind of bad about this Pin
honey the codewitch1-Dec-19 5:45
mvahoney the codewitch1-Dec-19 5:45 
GeneralRe: I feel kind of bad about this Pin
BillWoodruff1-Dec-19 5:48
professionalBillWoodruff1-Dec-19 5:48 
GeneralRe: I feel kind of bad about this Pin
Ravi Bhavnani1-Dec-19 10:31
professionalRavi Bhavnani1-Dec-19 10:31 
GeneralRe: I feel kind of bad about this Pin
honey the codewitch1-Dec-19 10:34
mvahoney the codewitch1-Dec-19 10:34 
GeneralRe: I feel kind of bad about this Pin
Super Lloyd1-Dec-19 13:31
Super Lloyd1-Dec-19 13:31 
GeneralRe: I feel kind of bad about this Pin
honey the codewitch1-Dec-19 13:43
mvahoney the codewitch1-Dec-19 13:43 
GeneralI've probably set the record for the amount of code I've written that nobody will use. Pin
honey the codewitch1-Dec-19 4:22
mvahoney the codewitch1-Dec-19 4:22 

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.