Tags C++LISPProgrammingProlog 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 MathematicaNatural Language ProcessingOpenAIProgramming Semantic Search in Wolfram Mathematica admin November 9, 2024 In an earlier article, I explained how to use OpenAI from Wolfram Mathematica ver 14.1. This latest release of Wolfram
Tags MathematicaOpenAIProgramming Using OpenAI from Mathematica: Part-2 admin October 2, 2024 I had written an earlier article showing how to use OpenAI models from Mathematica ver 14.0. Wolfram Mathematica ver 14.1 was
Tags MathematicaOpenAIProgramming Using OpenAI from Mathematica admin May 20, 2024 Mathematica was among the first to integrate with OpenAI. The functionality is nicely exposed in terms of a few pre-defined
Tags ProgrammingPython Using Streamlit to Create Multiple Choice Questions (MCQ) admin March 26, 2024 Is it possible to build a web application in Python to display (and evaluate) multiple-choice questions? Even more importantly, can
Tags Hy LanguageProgramming The Hy Programming Language – Part 2 admin March 9, 2024 I wrote about “Hy” language in an earlier article. Since then I have been exploring the language some more, trying
Tags LISPProgramming Generating Polynomials – Part 2 admin December 10, 2023 In my last article, I showed how we can use Prolog to generate univariate Polynomials. After I finished that article,
Tags ProgrammingProlog Generating Polynomials in Prolog admin November 26, 2023 Polynomial is an important topic in High School maths curriculum. There are many online courses that explain the topic in
Tags C++Programming C++20: “constinit” Specifier admin October 15, 2023 The constinit specifier, introduced in C++20, is applied to static variables (global and local static) and thread local variables, with
Tags C++Programming C++23: if consteval admin September 24, 2023 “If consteval” is useful in the context of calling a consteval function from within a constexpr function. A consteval function