Tags Common Lisp Eager Future2 Common Lisp Library admin May 9, 2021 Eager Future2 is a Common Lisp library that facilitates parallel computation. It is based on the idea of a “future”
Tags Fibonacci lparallel: A Parallel Programming Library admin April 26, 2021 You may recall that in the last article I had reviewed the book “Algorithms in Lisp” by Vsevolod Domkin. There was
Tags Algorithms Book Review: Programming Algorithms in Lisp admin April 12, 2021 Title: Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp Author: Vsevolod Domkin Publisher: Apress Year:
Tags .NET Implementing iLexicon using LiteDB admin March 28, 2021 iLexicon is an “intelligent” dictionary that can be used to build Natural Language applications. I have two implementations, one in
Tags Automation Calling C# Methods from LispWorks Lisp – Part 2 admin March 14, 2021 In the last article, I showed how we can invoke C# methods from LispWorks Enterprise Edition, through the COM/Automation interface.
Tags COM Automation Calling C# Methods from LispWorks Lisp through COM Interface admin February 28, 2021 In an earlier article, I showed how to invoke C# methods from Sicstus Prolog. Today, I would like to detail
Tags C++ LiteDB: A NoSQL Database for .NET admin February 14, 2021 I have been looking around for a compact embedded NoSQL database library for .NET, to use as the back-end of
Tags L-system Using L-System to Generate Music admin January 31, 2021 L-system is a powerful string rewriting system. Opusmodus supports an implementation of this system (inspired by and based on this implementation). It is
Tags C++ C++20 [[nodiscard]] Attribute admin January 17, 2021 [[nodiscard]] attribute “encourages” the compiler to issue a warning when the return value from a function is ignored. It was introduced
Tags DAW Using JFugue with External DAW admin January 2, 2021 Let this New Year 2021 bring health and happiness to us all! In the last article, I talked briefly about