I want to write a data processing & analysis programming language that compiles to SAS. How to go about choosing a language to write my compiler in?
As a side project I wrote a simple macro in SAS to add syntatic sugar to SAS code. I hate how verbose SAS is sometimes!
I want to write a data processing & analysis programming language that compiles to SAS. How to go about choosing a language to write my compiler in?
As a side project I wrote a simple macro in SAS to add syntatic sugar to SAS code. I hate how verbose SAS is sometimes!
I want to write a data processing & analysis programming language that compiles to SAS. How to go about choosing a language to write my compiler in?
As a side project I wrote a simple macro in SAS to add syntatic sugar to SAS code. I hate how verbose SAS is sometimes!
Recompiling a java project while it is running
I have a Java program that takes about an hour to run. While it is running, if I change the source code and recompile it, will this affect the above run?
Recompiling a java project while it is running
I have a Java program that takes about an hour to run. While it is running, if I change the source code and recompile it, will this affect the above run?
Recompiling a java project while it is running
I have a Java program that takes about an hour to run. While it is running, if I change the source code and recompile it, will this affect the above run?
Recompiling a java project while it is running
I have a Java program that takes about an hour to run. While it is running, if I change the source code and recompile it, will this affect the above run?
Can and do compilers convert recursive logic to equivalent non-recursive logic?
I’ve been learning F# and it’s starting to influence how I think when I’m programming C#. To that end, I have been using recursion when I feel the result improves readability and I can’t envision it winding out to a stack overflow.
Can and do compilers convert recursive logic to equivalent non-recursive logic?
I’ve been learning F# and it’s starting to influence how I think when I’m programming C#. To that end, I have been using recursion when I feel the result improves readability and I can’t envision it winding out to a stack overflow.
Learning YACC nowadays, does it make sense? [closed]
Closed 11 years ago.