Archive for March, 2023

Building a Xojo App to Interact with OpenAI API

Written by on March 16, 2023 in OpenAI, Programming, Xojo with 1 Comment
Building a Xojo App to Interact with OpenAI API

A few weeks ago I registered with OpenAI to access its services through API and created a secret Key for my use. I then decided to build a simple application to try out the “Chat” and “Completion” models. Since I have several tools at my disposal (RAD Studio, LispWorks, Allegro CommonLisp, Visual Studio, and Xojo), […]

Continue Reading

Julia: Defining Functions Dynamically

Written by on March 5, 2023 in Julia, Programming with 0 Comments
Julia: Defining Functions Dynamically

One of the widely discussed features of Julia is its support for metaprogramming. This feature makes it possible to generate and inspect the code at runtime. In essence, metaprogramming blurs the distinction between code and data. When used carefully, it can contribute to good code. Of course, Julia is not the only or the first […]

Continue Reading

Top