Hacker News new | ask | show | jobs
by tmtvl 32 days ago
There's something very ironic about an article about bouncing off Scheme on a website called 'SICPers'. OT: I think I'm pretty decent at thinking in Scheme, although I don't quite have the hang of continuations. That said, because I like type declarations I use Common Lisp, which allows me to bounce between a more Scheme-like style and a more Assembly-like style however I see fit.
1 comments

What do you mean by "Assembly-like style"?
Prog with a bunch of labels and jumps, using the bindings like ASM registers.