Re: Advises and feedback

2024-03-24 Thread Miguel Arpa Perozo
Hello Spiros, Felix, and Kristian, Thank you very much for taking the time to give me a feedback! It is very helpful and motivating. I will definitely try to transform the project into an egg, it will be a good exercise to discover the Chicken Scheme ecosystem. Thank you again for the

Re: Advises and feedback

2024-03-24 Thread Kristian Lein-Mathisen
Hi Miguel, and welcome to the Chicken community! Your project looks very thourogh and the Scheme code looks good. There are a couple of issues related to building that I thought I'd point out. Like Felix points out, load and load-relative open files at runtime. So sdb fails when run outside of

Re: Advises and feedback

2024-03-22 Thread felix . winkelmann
> Hello everyone! > > My name is Miguel, and I am interested in developing in Chicken Scheme. > > I just created a toy project to put in practice what I have been > learning in the Little Schemer and SICP books, you can find it here: > > https://github.com/MigAP/simple_db > > It is a simple

Advises and feedback

2024-03-22 Thread Miguel Arpa Perozo
Hello everyone! My name is Miguel, and I am interested in developing in Chicken Scheme. I just created a toy project to put in practice what I have been learning in the Little Schemer and SICP books, you can find it here: https://github.com/MigAP/simple_db It is a simple database to store