stdlib-project-init


Synopsis

(stdlib-project-init)

Description

This function must be called by you to initialize the library as "project", i.e. if you set *STD:%PROJECT* or include STD%PRJ.LSP into your project.

This way you can control when unsafe code is executed, either at load-time or when any function is called.

This is especially useful when loading unsafe VLRTS code, which might break on any initialization error and thus makes the whole application useless.

Return Value

undefined