# wolfram.st
Bindings to the [Wolfram Engine's C interface](https://reference.wolfram.com/language/guide/CLanguageInterface.html) for Pharo Smalltalk, load it with
```smalltalk
Metacello new
baseline: 'Wolfram';
repository: 'github://massimo-nocentini/wolfram.st';
load
```