Hacker News new | ask | show | jobs
by st0le 1737 days ago
Fun fact: Powershell 5.1 has a `Convert-String`[1] cmdlet that is a Flash Fill implementation for CLI. You can do these inferences in Command Line.

[1]https://docs.microsoft.com/en-us/powershell/module/microsoft...

1 comments

I was hoping to browse the source for that cmdlet on github but it’s missing :-(
The code uses program synthesis, which I imagine is unreadable unless you're versed in that field.