|
|
|
|
|
by skybrian
1028 days ago
|
|
This is leaving a comment for another programmer, not the compiler or interpreter. It's what comments are for, actually, like writing a TODO. You should be squeamish about running the code without reading it first, given that you're pair-programming with a bot. |
|
It's funny, the first version of this project[0] let you do exactly that, e.g.,
and then run that program like any other Python script (using import magic): But yeah, it never felt exactly practical. :)[0] https://github.com/bsilverthorn/maccarone/tree/v0.1.3