core
core copied to clipboard
MetaCall: The ultimate polyglot programming experience.
## 🚀 Feature This is a plan for implementing the LLVM Loader for MetaCall. This is subject to many changes and it is open to suggestions from everyone. ### Proposed...
## 🐛 Bug Report I've tried to run [the example](https://github.com/metacall/ml-news-article-scraper-example) with core `0.4.3` version and got the error with stack trace. ### Expected Behavior Run node.js without an error ###...
## 🚀 Feature Right now the C# Loader does not follow the interface of MetaCall properly. This is very problematic because all scripts are loaded into the current `AppDomain` and...
## 📚 Documentation I would want to elaborate a little on the loaders section and add a section on LLVM loaders along with some diagrams. These are not of high...
## 📚 Documentation We need some way to organize things better so users and loader implementers have a better idea of what kinds of data they need to provide in...
Recently @trgwii suggested the following addition for `metacall.json`: ```js { ... "imports": { "ramda": "https://raw.githubusercontent.com/ramda/ramda/v0.27.1/dist/ramda.min.js" } } ``` And then do in Python (or any other language): ```py import ramda...
## 🐛 Bug Report This message is shown in the `metacall-node-port-test`, it is generated by an exception of some instruction but it needs more debugging for finding what exact function...
## 🐛 Bug Report When running `metacall-node-port-test` with Node 15.x, the program hangs after the tests finish (note that the `fail` test fails on Node 15.x due to a change...
Would it be of use to list related prior art in multiple computer language programming? My M.S. thesis involved that - http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/lang/compilers-list/Chameleon.ps.z
https://travis-ci.org/github/metacall/core/jobs/741857383#L408 > CMake Error at /usr/share/cmake-3.13/Modules/Internal/CPack/CPackRPM.cmake:767 (message): > RPM package requires rpmbuild executable > Call Stack (most recent call first): > /usr/share/cmake-3.13/Modules/Internal/CPack/CPackRPM.cmake:1870 (cpack_rpm_generate_package) > CPack Error: Error while execution CPackRPM.cmake...