boxlang-bif-development
Installation
SKILL.md
BoxLang BIF Development
Overview
Built-in functions (BIFs) are globally available functions in BoxLang — no imports
needed. When placed in a module's bifs/ directory, they are automatically
discovered and registered at module load time. BIFs can be implemented in either
BoxLang or Java.
BoxLang BIF
Minimal Example
// bifs/Greet.bx
// File name = function name (case-insensitive: greet, Greet, GREET all work)
@BoxBIF
class {