Article · Wikipedia archive · Last revised May 27, 2026

Open implementation

In computing, open implementation platforms are systems where the implementation is accessible. Open implementation allows developers of a program to alter pieces of the underlying software to fit their specific needs. With this technique, it is far easier to write general tools, though it makes the programs themselves more complex to design and use.

Last revised
May 27, 2026
Read time
≈ 1 min
Length
130 w
Citations
Source

In computing, open implementation platforms are systems where the implementation is accessible. Open implementation allows developers of a program to alter pieces of the underlying software to fit their specific needs. With this technique, it is far easier to write general tools, though it makes the programs themselves more complex to design and use.

There are also open language implementations, which make aspects of the language implementation accessible to application programmers.

Open implementation is not to be confused with open source, which allows users to change implementation source code, rather than using existing application programming interfaces.

See also

See also

External links