From: Brendan Hansen Date: Mon, 9 May 2022 22:15:35 +0000 (-0500) Subject: thinking about alternate names for type_info X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=f09f11aab3dd6b1c2490511541b23e88b4c9d694;p=onyx.git thinking about alternate names for type_info --- diff --git a/core/type_info/type_info.onyx b/core/type_info/type_info.onyx index ca84d3cd..e16f54f8 100644 --- 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