Handbook
Glossary
make-sender ( signature function -- quot )
Vocabulary
cocoa
.
messages
Inputs
signature
an
object
function
an
object
Outputs
quot
an
object
Definition
USING:
alien
kernel
make
sequences
;
IN:
cocoa.messages
:
make-sender
( signature function -- quot )
[
over
first
,
f
,
,
second
,
f
,
\
alien-invoke
,
]
[
]
make
;