projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5c7f6
)
thinking about alternate names for type_info
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 9 May 2022 22:15:35 +0000
(17:15 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 9 May 2022 22:15:35 +0000
(17:15 -0500)
core/type_info/type_info.onyx
patch
|
blob
|
history
diff --git
a/core/type_info/type_info.onyx
b/core/type_info/type_info.onyx
index ca84d3cd828acf7a63913fcca40948c68a36f469..e16f54f85c57ea56fb03964f713f7e77955bd6da 100644
(file)
--- a/
core/type_info/type_info.onyx
+++ b/
core/type_info/type_info.onyx
@@
-195,6
+195,14
@@
get_type_info :: (t: type_expr) -> ^Type_Info {
// I have a small feeling I am going to rename "type_info" at some point soon,
// which makes including this here make even more sense.
//
+// Alternate names for "type_info" could be:
+//
+// - reflect
+// - introspect
+// - runtime.info I kind of like this so then things are in the runtime package.
+// runtime can be for things defined in the language, whil core
+// core can be for standard library like functionality.
+
//
// Foreign Blocks