Teaser: CL-Torch!
I have been working for the past few months on CL-Torch, a Common Lisp equivalent of PyTorch. Like PyTorch, CL-Torch calls LibTorch — the C++ library that does most of the numerics — via FFI.It's nowhere near done, but I need to set it asid…