Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CrazyPython/5a2b665de96db7c36e224c9af91b0295 to your computer and use it in GitHub Desktop.
Save CrazyPython/5a2b665de96db7c36e224c9af91b0295 to your computer and use it in GitHub Desktop.
# Formal verification doesn't "hack-proof" anything
The only reason the programs needed to be translated to "math language" is because "math language" is exact. Programming languages are exact too.
QED. If it really works then this is possible:
```bash
$ cat build.sh
checkhacks main.js
uglifyjs main.js > min.js
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment