Erick Gallesio

Results 53 comments of Erick Gallesio

Argh, I hate this one. I thought that it was corrected. (I had this problem a long time ago).

Hi @jpellegrini, > I think it would be nice if STklos had a Jupyter kernel available, don't you think so? I must admit that I'm not really familiar with Jupyter....

Hi @jpellegrini, I have finally merged this PR. I have modified your code since, as remarked by @lassik, we have generalized `set!`. This has to be taken into account for...

> NB: In Common Lisp the argument order is `(push element list)` Yes, but in Scheme, functions on structured objects takes the object as first arg (`list-ref`, `vector-ref`, `vector-set!` ...)....

> We started a group to try and package more Scheme implementations for Debian. Would you like to have a Debian package for STklos, and do you consider the latest...

> Here's the STklos Debian packaging repo: https://salsa.debian.org/scheme-team/stklos I didn't see a way to pos issues in this repo (I'm not registered yet), to answer some of the questions above...

Hi @jpellegrini, You are right using the name `` is not a good idea. The changelog tells that the change was done long time ago because the name was used...

Yes because circularity can be indirect (a circular list which contains a circular box). The code for circularity knows only about conses and vectors. I'm not sure that the effort...

I have already implemented this SRFI (and not committed it yet, since the tests used in the SRFI use `free-identifier?` and `bound-identifier?` ....). Anyway, a simple implementation could be: ```scheme...

Hi @jpellegrini, I'm sorry for being so long to work on your PRs. I'm just in the process of purging most of the items on my TODO list, targeting the...