This video demonstrates how to implement AWS Lambda functions using Julia and how to test locally and then deploy to the cloud. The code is located at https:... (more…)
Read more »
A few days ago I was bored. The only good cure I know of boredom is smashing things together to see if they can work together. This incidentally is also why I love Julia, composability is a stated primary goal. I’ve smashed julia packages together before,... (more…)
Read more »
Introduction/Roadmap Last year at JuliaCon, Matt Fishman and I gave a talk about our ongoing effort to port the ITensor code from C++ to Julia. At the time, I mentioned that we had begun trying to integrate a GPU-based tensor contraction backend and were ... (more…)
Read more »
Series of Julia basics: What is multiple dispatch? Explanation on how to use it and why it is powerful. (more…)
Read more »
Julia provides an API so that Julia functions can be called from C. PL/Julia will use this C API to execute Julia code from its user defined functions and stored procedures. Julia’s documentation provides an example C program that starts up the Julia env... (more…)
Read more »