Return
#tif the argument obj is a keyword, else#f.
Return the symbol with the same name as keyword.
Return the keyword with the same name as symbol.
Equivalent to
scm_symbol_to_keyword (scm_from_locale_symbol (name))andscm_symbol_to_keyword (scm_from_locale_symboln (name,len)), respectively.Note that these functions should not be used when name is a C string constant, because there is no guarantee that the current locale will match that of the source code. In such cases, use
scm_from_latin1_keywordorscm_from_utf8_keyword.