How to create Mac GUI applications in SPVM?
Yuki Kimoto

Yuki Kimoto @yukikimoto

About: I'm developing SPVM programing language and GitPrep now. Facebook https://www.facebook.com/profile/61550470287438

Location:
Japan/Tokyo
Joined:
Mar 8, 2021

How to create Mac GUI applications in SPVM?

Publish Date: Dec 8 '24
3 0

How to create Mac GUI applications in SPVM?

See the following content.

Mac GUI Applications

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
Enter fullscreen mode Exit fullscreen mode

An alert dialog is shown.

Image description

Comments 0 total

    Add comment