Skip to content

PlutoLang/cast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluto Cast

The original is always the best. Pluto Cast is that concept applied to runtime environments.

Usage

First create a script to act as the cast target, for example:

function my_env_func()
    print("Hello from my_env_func")
end

require"cast".here("test")

Run the cast target script. Now, you can cast to it, leveraging the same environment as the target:

require"cast".to("test")

my_env_func() --> Hello from my_env_func

About

The original is always the best. Pluto Cast is that concept applied to runtime environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages