Tags Book ReviewLISPProgramming Book Review: Common Lisp Recipes – A Problem-Solution Approach admin March 15, 2016 Last Saturday (March 12, 2016), I got my most eagerly awaited book from Amazon.com. Yes, I am talking about Common
Tags LISPMusicProgramming Converting Text to Music admin March 12, 2016 Converting text to music can be fun. Opusmodus has a few built-in functions to work with text. Look up the description
Tags LISPMusicProgramming A GUI Front-end for Cellular Automata Generator admin March 4, 2016 In my last post, I explained how we can use Cellular Automata (CA) in Opusmodus to create music. For today’s post,
Tags LISPMusicProgramming Using Cellular Automata to Generate Music admin February 28, 2016 Cellular automata are a powerful computational formalism. Stephen Wolfram’s book A New Kind of Science provides a thorough study of these
Tags LISPMusicProgramming Organum in Music admin February 6, 2016 When two or more voices in a song follow the same rhythm and move by the same interval, thus causing
Tags LISPMusicProgramming How to Use Reaktor with Opusmodus admin January 8, 2016 For those of you who do not know about Opusmodus (OM), it is a very powerful and flexible algorithmic music
Tags LISPProgramming Lisp: Returning Multiple Values From A Function admin January 6, 2016 One of the interesting features of Lisp is its support for returning multiple values from a function, without bundling the
Tags LISPProgramming Aspect-Oriented Programming and Lisp admin November 13, 2015 Aspect-oriented programming (AOP) is a popular approach to handle cross-cutting concerns in an application. Common examples of cross-cutting functionality are
Tags LISPProgramming Multimethods in Lisp admin October 13, 2015 In object-oriented languages such as C++ and Java, virtual functions are dynamically dispatched based on the runtime type of the
Tags LISPProgramming Learning LISP – Resources admin October 8, 2015 During my talks on Lisp Programming, I am invariably asked to suggest good books to start learning the language. Here