-
Thread safety of SubScript values (and other scoped references)
In SubScript, we have a possibility to use
vals andvars in scripts. They are basically containers for data, just like Scala’svals andvars, but they store their data in SubScript VM data structures. -
SubScript - A Brief Progress Report
-
Compiling Caffe under Mac OS X with Anaconda dependencies
In this post, I will describe how to install the Caffe neural network framework on Mac OS X as a Python library. Caffe is a work in progress, so its installation is not that trivial.