Git Product home page Git Product logo

nikhil12377 / core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metacall/core

0.0 0.0 0.0 18.81 MB

MetaCall: The ultimate polyglot programming experience.

Home Page: https://metacall.io

License: Apache License 2.0

CMake 21.83% C 36.59% C++ 30.32% Shell 2.23% Python 1.69% C# 1.26% JavaScript 1.40% Java 0.55% HTML 0.16% Ruby 0.71% CSS 0.02% Dockerfile 0.26% Go 0.39% SWIG 0.57% Crystal 0.22% Awk 0.07% COBOL 0.01% TypeScript 0.25% Rust 1.48% Lua 0.01%

core's Introduction

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#, Java, WASM, 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.

core's People

Contributors

viferga avatar loopzer avatar m-tabaza avatar giarve avatar jfblomgren avatar ketangupta34 avatar devraymondsh avatar onkardahale avatar dependabot[bot] avatar anasbarg avatar alberto98fx avatar zedonboy avatar lights0123 avatar trgwii avatar akshgpt7 avatar 0xanarz avatar siv2r avatar lufinkey avatar flozender avatar swarnimarun avatar ajthr avatar ceda-ei avatar alganzory avatar poeti8 avatar sagarkumar3105 avatar siddhant-k-code avatar harshcasper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.