Skip to content

Repository files navigation

METACALL

MetaCall Polyglot Runtime

MetaCall.io | Install | Docs

M E T A C A L L

MetaCall allows calling functions, methods or procedures between multiple programming languages.

sum.py

defsum(a, b):
returna+b

main.js

const{ sum }=require('./sum.py');sum(3,4);// 7

shell

metacall main.js

MetaCall is a extensible, embeddable and interoperable cross-platform polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol and more.

Install

The easiest way to install MetaCall is the following:

curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh

For more information about other install methodologies and platforms or Docker, check the install documentation.

Examples

You can find a complete list of examples in the documentation. If you are interested in submitting new examples, please contact us in our chats.

About

A library for providing inter-language foreign function interface calls.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages