Archive for January, 2016
Title: Handwriting and Homeopathy Author: Dr.Ulrich Welte Publisher: Narayana Verlag Year: 2005 This book is a recent addition to my library. It is a large-format book, hard bound and fairly heavy! I bought this book because the idea of using handwriting to discover clues about the suitable homeopathic remedy seems quite interesting. Readers may be familiar with […]
For those of you who do not know about Opusmodus (OM), it is a very powerful and flexible algorithmic music composition environment built in Lisp. It is available for the Mac. Today I wanted to understand how to make Opusmodus communicate with Reaktor 6 to play some tunes. The built-in documentation gives a couple of […]
One of the interesting features of Lisp is its support for returning multiple values from a function, without bundling the values in a special container. Languages such as Python and Ruby support multi-value return (although there are subtle differences from Lisp). In C++11, we can use std::make_tuple() and std::tie(). To take an example, in Lisp, […]
Recent Comments