Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@cm Oh! I'm already feeling horrible by the types.
There's a lot of random types, they want me to unwrap everything and then that shoves out a random type, and I need to coerce it. And I've already had issues were a function gave me a pointer, and I just wanted to give it back to a function, and it seems very wrong. Sure, I understand they want to garbage collect the function - but can't it deal with the fact that that memory still have value? Why do I have to make like 3 different things to pass things around?
Also - declaring with `let` gives me the heebie jeebies every time