Finding Bugs in the Wolfram Language

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

This is cool stuff. I gave it a try and the Lint and AST packages are deprecated. You now need to PacletInstall "CodeInspector" and "CodeParser" then after a Needs["CodeInspector`"] you can call CodeInspect["<your code here>"].

DanFarmer