We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcce072 commit d5fbf29Copy full SHA for d5fbf29
posts/lisp-to-javascript-compiler.md
@@ -174,8 +174,8 @@ let print = console.log;
174
175
program.into_iter().for_each(|expression| {
176
177
- // I found it easier to write to a parent variable
178
- // which didn't feel very Rust-like but it worked for me!
+ // I found it easier to write to a parent variable
+ // which didn't feel very Rust-like but it worked for me!
179
output.push_str(&compile_expression(expression));
180
});
181
0 commit comments