Ideas on language design #43
kontheocharis
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Initially, implement the language without reference counting, only raw references. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Still to be done: figure out how to allocate, free, cast stuff. Then, add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From 2021-07-04 call.
References, reference counting
Arrays, maps, sets, how boxing works
Unsafe and raw pointers
Deferring, destructors
Error handling using a global enum
Dispatch using a global enum of implementers
enum_dispatch
crate.Beta Was this translation helpful? Give feedback.
All reactions