Skip to content

Repository containing the landing page for MetaCall Core project.

License

Notifications You must be signed in to change notification settings

vr-varad/landing-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METACALL

MetaCall Polyglot Runtime

MetaCall.io | Install | Docs

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

sum.py

def sum(a, b):
  return a + 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.

How to Contribute

Starting Stack

  • Clone the repository:

    git clone https://github.com/metacall/landing-page.git
    cd landing-page

How to Run

  1. Install docsify-cli globally:

    npm install docsify-cli -g
  2. Initialize docsify in the "./docs" directory:

    docsify init ./docs
  3. Run the local server with docsify:

    docsify serve docs

    You can now preview your site in your browser by navigating to http://localhost:3000.

About

Repository containing the landing page for MetaCall Core project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.6%
  • TeX 28.3%
  • HTML 7.7%
  • CMake 6.4%