Tags C++ Multiobjective Optimization (MOO) in Lisp and Prolog admin November 22, 2024 Recently I came across a nice article by Jose Crespo, where the author stresses that the future of programming revolves around
Tags AutoCAD Why Learn Lisp? admin October 20, 2022 In the last article, I had shared my views on why programmers should learn Prolog, preferably as the first language.
Tags DCG Definite Clause Grammars in Lisp – Part 4 admin June 12, 2022 In a series of articles written earlier, I had shown how it is possible to model Definite Clause Grammars (DCG) in
Tags Defadvice Setting Up Function Hooks in Lisp admin May 29, 2022 Lisp is known to be a highly dynamic language, where functions are first-class objects. It is possible to define and undefine
Tags Blockchain Book Review: Introducing Blockchain with Lisp admin March 19, 2022 Title: Introducing Blockchain with Lisp: Implement and Extend Blockchains with the Racket Language Author: Boro Sitnikovski Publisher: Apress Year: 2021
Tags Distributed Computing The “net-eval” Function in “newLisp” admin December 12, 2021 One of the cool things about “newLisp” is that despite its small fooprint, it comes with a lot of functionality built-in.
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 Algorithmic Music Composition JFugue: A Java Library for Music Synthesis admin December 20, 2020 JFugue is an open-source Java library that can be used for algorithmic music composition. Developed by David Koelle, currently it is
Tags iLangGen Template-based Text Generation – Part 2 admin October 11, 2020 In my previous article, I showed how “iLangGen” framework facilitates text generation using templates. I talked about the various “patterns”
Tags iLangGen Template-Based Text Generation admin September 28, 2020 I had written earlier about natural language generation using my iLangGen framework. I used a “template” text file which was instantiated