NAME
Language::LispPerl::Role::BuiltIns::Coro - A role with coro primitives for the BuiltIns objects.
SYNOPSIS
my
$lisp
= Language::LispPerl::Evaler->new();
$lisp
->builtins()->apply_role(
'Language::LispPerl::Role::BuiltIns::Coro'
);
.. lisp now implements the coro functions.
FUNCTIONS
To be documented. Look at the source code for now..