Skip to content
MrTomWhite edited this page Mar 28, 2013 · 15 revisions

Table of Contents

Introduction

Motivation

Implementations

S.IM.PL has been implemented in the following languages! If you have created an implementation, feel free to share the link with us and we'll place it here!

Java

Our reference implementation of S.IM.PL is written in Java. We've leveraged this implementation for some of our lab's prior research, such as InfoComposer and Combinformation. You can access the [JavaDocs](http://ecologylab.net/javadocs/serialization/), or peruse the code [here](https://github.com/ecologylab/simplJava).

C#

We also maintain an implementation of S.IM.PL written in C#. That can be accessed from [Github](https://github.com/ecologylab/ecologylabFundamental.NET) as well.

Python

A preliminary implementation of S.IM.PL has been created for Python, but plenty of work is needed to bring it up to speed. The code can be accessed [here](https://github.com/ecologylab/ecologylabFundamentalPython)