Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 20 lines (16 sloc) 579 Bytes

Creating a new implementation

Implementing the Escher protocol is not trivial, there are a lot of details you have to care about. We have created an overview, a guide and a checklist to help you if you would like to create an Escher implementation for a new programming language.

  1. Read our :doc:`overview` about the specification
  2. Follow our :doc:`guide` to start
  3. Audit your code with the :doc:`checklist`
  4. And :doc:`publishing` as an easy to install package
.. toctree::
   :hidden:

   overview
   guide
   checklist
   publishing