Skip to main content
. Author manuscript; available in PMC: 2023 Nov 1.
Published in final edited form as: Nat Methods. 2023 Apr 6;20(5):655–664. doi: 10.1038/s41592-023-01832-z

Figure 3:

Figure 3:

Interfaces in Julia: Switching between different pipettors without recreating whole experimental protocols is possible for experimental scientists because a common understanding, or interface, exists that specifies tasks which pipettors should be able to perform in a similar manner. In Julia, we can define interfaces such as the AbstractArray class where we specify rules any array-like computational object has to follow. Interfaces allow us to share methods developed for abstract types to custom types. By building our algorithms around interfaces we can make use, reuse, and refinement of code easier.