Andrew-Fryer

Results 4 comments of Andrew-Fryer

After reading How.md, I wrote my own little Python interpreter (which is mostly working). I found it is a bit vague on why we need the second Dup Sup rule...

Hi! I'm really interested in this, but am still trying to understand this entirely. I'm taking a grad course on semantics for programming languages and would love to do my...

@VictorTaelin I caught that :laughing: I'm going to at least get my head around `builder.rs` and maybe have a chat with my prof first. Thanks!

I think one logical best practice is to separate all FFIs into a separate crate/module/package so that it can be audited in isolation. All the exported symbols from that crate/module/package...