From f09f11aab3dd6b1c2490511541b23e88b4c9d694 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 9 May 2022 17:15:35 -0500 Subject: [PATCH] thinking about alternate names for type_info --- core/type_info/type_info.onyx | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.25.1