How to create Mac GUI applications in SPVM?
See the following content.
SPVM can now create a Mac GUI application. It is an executable file. you can execute it.
% spvmcc -o mac_hello_world mac_hello_world.spvm
% ./mac_hello_world
An alert dialog is shown.
Top comments (0)