there's a certain visual poetry to my badly written code
@lynnesbian I think it could be a song even.
🎶 "Somewhere between curly brace six and seven I found truth..." 🎶
Does this even compile? I would expect a comma somewhere.
@Phosphenes it does! it's rust, so the last expression is the return value of a block. so code like this:
let x = {
let a = 5;
a + 2
}
will set x to 7.
this is not how you format parens in Lisp!
closing parens collect on the last line of the current form
clearly this hacker was an amateur, i only see this kind of mistake from java programmers