| ▲ | not_your_vase 11 hours ago | |
Somewhat reminds me of the vigil eso-language (https://github.com/munificent/vigil) It's a programming language that helps you write error-free programs, by self-correcting itself. If it finds an error (exception), it simply deletes the offending code until the program runs without an error. | ||
| ▲ | wfleming 9 hours ago | parent [-] | |
There is also a JS pkg with similar behavior: https://github.com/mattdiamond/fuckitjs | ||