Eugene Bekker

Results 143 comments of Eugene Bekker

Thanks. Yeah, I can finish implementing the remaining components that are available in the core library. And I really should switch it to Roslyn for the code generation, (currently uses...

Not sure about F#, I have very limited experience there, but you could use [interpolated strings](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated) in C# to achieve something similar to what you describe in your comment on...

Now, while that is a nice way of embedding an internal DSL within C# (or F#?) code directly, one advantage I like with my PWSH-based DSL above is it gives...