You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7"target="_blank"><imgsrc="https://raw.githubusercontent.com/metacall/core/master/deploy/images/overview.png"alt="M E T A C A L L"style="max-width:100%; margin: 0auto;"width="350"height="auto"></a>
21
+
<ahref="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7"target="_blank"><imgsrc="https://raw.githubusercontent.com/metacall/core/develop/deploy/images/overview.png"alt="M E T A C A L L"style="max-width:100%; margin: 0auto;"width="350"height="auto"></a>
22
22
</div>
23
23
24
24
**MetaCall** allows calling functions, methods or procedures between multiple programming languages.
@@ -41,7 +41,7 @@ sum(3, 4); // 7
41
41
metacall main.js
42
42
```
43
43
44
-
**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](https://github.com/metacall/core/blob/master/docs/README.md#2-language-support).
44
+
**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](https://github.com/metacall/core/blob/develop/docs/README.md#2-language-support).
45
45
46
46
## Install
47
47
@@ -51,8 +51,8 @@ The easiest way to install **METACALL** is the following:
51
51
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
52
52
```
53
53
54
-
For more information about other install methodologies and platforms or Docker, check the [install documentation](https://github.com/metacall/core/blob/master/docs/README.md#41-installation).
54
+
For more information about other install methodologies and platforms or Docker, check the [install documentation](https://github.com/metacall/core/blob/develop/docs/README.md#41-installation).
55
55
56
56
## Examples
57
57
58
-
You can find a complete [list of examples in the documentation](https://github.com/metacall/core/blob/master/docs/README.md#43-examples). If you are interested in submitting new examples, please [contact us in our chats](https://github.com/metacall/core/blob/master/README.md#badges).
58
+
You can find a complete [list of examples in the documentation](https://github.com/metacall/core/blob/develop/docs/README.md#43-examples). If you are interested in submitting new examples, please [contact us in our chats](#badges).
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ This environment variables are optional, in case that you want to modify default
191
191
192
192
### 4.3 Examples
193
193
194
-
-[BeautifulSoup from Express](https://github.com/metacall/beautifulsoup-express-example): This example shows how to use [**METACALL** CLI](/source/examples/metacallcli) for building a **Polyglot Scraping API** that mixes NodeJS with Python.
194
+
-[BeautifulSoup from Express](https://github.com/metacall/beautifulsoup-express-example): This example shows how to use [**METACALL** CLI](/source/cli/metacallcli) for building a **Polyglot Scraping API** that mixes NodeJS with Python.
195
195
196
196
-[Higher Order Functions with Python & NodeJS](https://github.com/metacall/fn.py-javascript-example): An example of using [Fn.py](https://github.com/kachayev/fn.py) (Python) from JavaScript (NodeJS).
0 commit comments