Archive for April, 2025

Interfaces Without Inheritance: Comparing C++ and Common Lisp

Written by on April 24, 2025 in C++, LISP with 0 Comments
Interfaces Without Inheritance: Comparing C++ and Common Lisp

Clean interface design is a crucial aspect of software engineering since it enables code flexibility, reuse, and maintainability. Developers who prefer an object-oriented approach typically rely on inheritance to define the interface and thus establish type relationships. While this can lead to a good design if approached carefully, detractors of OOP point out that this […]

Continue Reading

Using Claude to Generate RDF Triples

Written by on April 11, 2025 in Homeopathy, Knowledge Representation with 0 Comments
Using Claude to Generate RDF Triples

We all know that LLMs are now capable of generating structured data. I have used OpenAI models earlier to generate Tables and JSON data, but this time I wanted to try a more complex example.  As someone interested in Homeopathy, I wanted to generate remedy descriptions as RDF triples, in particular, Turtle (TTL) format. That […]

Continue Reading

Top