Resyntax, the macro-powered refactoring tool I created (and announced previously), now uses Sorawee's fmt
autoformatter to format its suggested fixes to your code. This eliminates Resyntax's dependency on the GUI framework and makes it much easier to use in various environments, including CI systems, editors, and eventually Discord bots. If you're already a Resyntax user, you may notice some changes to the formatting decisions it makes in its suggestions.
9 Likes
For an example of the new and improved Resyntax in action, see this Scribble pull request, which I generated with Resyntax.
2 Likes
Cool. I think this might be useful for automated feedback on student solutions on Exercism’s Racket track before they interact with a human mentor. I’ll have to play with this.
1 Like