Coder Social home page Coder Social logo

kassane / core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metacall/core

0.0 1.0 0.0 18.24 MB

MetaCall: The ultimate polyglot programming experience.

Home Page: https://metacall.io

License: Apache License 2.0

CMake 21.71% C 37.44% C++ 30.02% Shell 2.24% Python 1.90% C# 1.30% JavaScript 1.42% Java 0.56% HTML 0.17% Ruby 0.73% CSS 0.02% Dockerfile 0.27% Go 0.41% SWIG 0.58% Crystal 0.23% Awk 0.07% COBOL 0.01% TypeScript 0.26% Rust 0.67% 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

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

Watchers

 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.