rgkirch
rgkirch
I tried again since #1340 got merged and I think it's a new error. I didn't feel like opening a new issue though since it's the same example code. I'd...
Edit no.h to `#define SODIUM 11` as per https://github.com/carp-lang/Carp/issues/1348. The compile output is unchanged though so I'm not repasting it.
I just pulled the latest code, `stack build`, `stack install` and I think it is the same output all around. `(register-type ELEMENT "ELEMENT")` ``` $ carp no.carp -x I can’t...
`Welcome to Carp 0.5.4`
Should I not expect carp to generate equality for the type? I don't know that it's not just my misunderstanding.
Can I provide a c function to use for equality when I register the type? Can I register the type as an Int so that it's not opaque?
Is the issue that `register-type` creates a new type when I actually want to use an existing type? Do I even need to register the type? I'm trying to emulate...
I'm also trying to avoid writing c code or additional headers. Can I get by with just carp files or do I need to add a header? Sorry if I'm...
I know this is an example of bad and invalid code and I believe Carp is right to reject it. I think it's a bug that the error points me...
Actually, it's not a normal thing to do in clojure. I do it all the time because I can send the forms to the repl but I delete it when...