Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The Capy Standard Library

This contains the basic functionality needed for any good program. It will automatically be downloaded from GitHub if it does not exist in the modules directory.

You can forcefully update your version of core with --redownload-core

You can import any module with the mod keyword

core :: mod "core";

It will search the modules directory for a folder named "core" which contains a mod.capy.

Note the distinction between mod and import. import is specifically for local project files.

server :: import "server.capy";