Coder Social home page Coder Social logo

shaggyyy2002 / core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metacall/core

0.0 0.0 0.0 20.35 MB

MetaCall: The ultimate polyglot programming experience.

Home Page: https://metacall.io

License: Apache License 2.0

Shell 2.65% JavaScript 2.01% Ruby 0.70% C++ 36.65% Python 1.79% C 39.18% Java 0.56% Lua 0.01% Go 0.63% C# 1.28% Rust 12.97% Nim 0.09% PowerShell 0.74% Julia 0.03% Awk 0.07% TypeScript 0.25% CSS 0.02% COBOL 0.01% Crystal 0.22% HTML 0.16%

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 an 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 dependabot[bot] avatar devraymondsh avatar jfblomgren avatar mediosz avatar ketangupta34 avatar onkardahale avatar anasbarg avatar paramsiddharth avatar ahmedihabb2 avatar rxbryan avatar zedonboy avatar alberto98fx avatar siddhant-k-code avatar trgwii avatar lights0123 avatar akshgpt7 avatar 0xanarz avatar shaggyyy2002 avatar pkspyder007 avatar akechishiro avatar samyak2 avatar siv2r avatar burnerlee avatar iyear avatar lufinkey avatar flozender 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.