Tags Defer Statement Defer Statement in V Language admin April 20, 2023 The defer statement in Vlang causes code to be executed when the enclosing function returns. This feature is inspired by
Tags DLL Building V Language DLL admin April 2, 2023 The relatively new V Programming Language (Vlang) boasts of some interesting features such as “fast compilation” and runtime performance “as
Tags API Building a Xojo App to Interact with OpenAI API admin March 16, 2023 A few weeks ago I registered with OpenAI to access its services through API and created a secret Key for
Tags Julia Julia: Defining Functions Dynamically admin March 5, 2023 One of the widely discussed features of Julia is its support for metaprogramming. This feature makes it possible to generate
Tags DLL Calling External DLL Functions from Julia admin February 16, 2023 Julia supports calling external functions, especially those written in “C” language. As Julia documentation says, such calls do not involve
Tags ChatGPT WolframAlpha, ChatGPT, and the Future of AI admin January 29, 2023 We all know that ChatGPT has taken the world by storm. True, it is a major advance of Artificial Intelligence
Tags CLIPS Book Review: Adventures in Rule-Based Programming – A CLIPS Tutorial admin January 11, 2023 Title: Adventures in Rule-Based Programming – A CLIPS Tutorial Author: Gary Riley Publisher: Secret Society Software, LLC Year: 2022 In
Tags C++ Std::tie admin December 25, 2022 std::tuple is a widely used abstraction in C++ and has been around since C++11. It is a generalization of std::pair.
Tags Expert System Are Rule-Based Systems Still Relevant Today? admin December 8, 2022 Before Machine Learning came into the mainstream, Rule-based systems were being used actively to solve complex decision making problems. In
Using Julia from Mathematica admin November 24, 2022 In an earlier article, I had shown how it is possible to interact with Mathematica from Julia. In today’s article,