lingfo

Foreign function interface for any language


Keywords
ffi, python
License
MIT
Install
pip install lingfo==0.2.5

Documentation

Lingfo logo

Downloads Badge
Sonar security rating Sonar maintainability rating Sonar reliability rating


If you are looking for sushi: https://github.com/orgs/lingfo/discussions/36

Lingfo is a library that allows you to run functions from other languages to python without needing to translate the code.

How it works

Lingfo compiles or interprets the code to create a runnable file which then can be executed, displaying the output in the terminal. Removing the translation step allows for code to run at its native language speed.

Contributing

If you would like to contribute, here is a common recommended method:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Create a new branch for your changes.
  4. Make any changes you want to the code or documentation.
  5. Push the changes to your fork on GitHub.
  6. Submit a pull request (be sure to include a good description of your changes!)

Wiki

The wiki is currently hosted here.

License

Lingfo is licensed under the MIT license.