thinking about alternate names for type_info
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 9 May 2022 22:15:35 +0000 (17:15 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 9 May 2022 22:15:35 +0000 (17:15 -0500)
core/type_info/type_info.onyx

index ca84d3cd828acf7a63913fcca40948c68a36f469..e16f54f85c57ea56fb03964f713f7e77955bd6da 100644 (file)
@@ -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