Fork me on GitHub
#clr
<
2022-12-30
>
Frank Henard22:12:40

Has anyone here used ClojureCLR with Roslyn to parse/analyze C# code? This is something I'm looking to do and was wondering about any surprises, experience reports, or even better examples.

Frank Henard22:12:19

I looked into Clojure with Antlr, and there seems to be a lot of barriers

bobcalco03:12:53

I have not tried that, yet, but I'm interested to know what you are thinking of doing with such a capability.

Frank Henard17:12:54

In the short term I want to be able to compare C# classes against an openapi spec as well as a database schema. All of these are different representations of the same data model

Frank Henard17:12:06

My preference would be that there's a single source of truth for all of those things rather than having to compare, but that would be a longer term effort