Markov Editor
Markov Editor is VSCode extension for text manipulations inspired by Refal and Markov algorithms in general. It allows you to define a set of rules, each consisting of a regex and a corresponding substitution, which are applied sequentially to the text. This simple design is surprisingly Turing-complete, enabling solutions to complex tasks For example, suppose you have described all possible states of a queueing model and want to calculate the number of jobs in the system. With Markov Editor, you can achieve this by defining six simple rules. In future releases, built-in operations will allow this to be done with a single rule.: Or perhaps you need to reverse the rows of a matrix and wrap them in a list: InstallYou can install the Markov Editor extension from the VSCode Marketplace ... or via cli:
Attributions
Roadmap
|