Git Product home page Git Product logo

eurydice's Introduction

Eurydice - the cross-language bridge

Introduction

This is a bridge allowing to call from Python code into Perl and JavaScript, and vice versa. The intention is to seamlessly mix parts written in one or the other without worrying about exactly which language is something written in, and possibly replacing a library with an equivalent one in a different language without modifying the rest of the code.

While similar goal can be achieved using Protocol Buffers or Thrift, they only allow for calls returning a pre-defined type and do not provide a mechanism for using callbacks. Java RMI allows for callbacks using proxy objects but is neither multilingual nor friendly to dynamic languages.

The intended use is to have a "server" only used for executing "foreign" code while the "client" contains the main execution flow.

Features

  • Passing arbitrary objects to either side which can then call methods on them
  • Exception propagation from either side

Limitations

  • The transport is TCP sockets without any authentication
  • The serialization is using JSON
  • Exceptions are not typed (thank you, Perl)

TODO

  • Pluggable transports and serializations
  • Embedding the "foreign" interpreter in the host process
  • Performance optimizations

eurydice's People

Contributors

koterpillar avatar

Stargazers

 avatar

Watchers

 avatar  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.