Guile Sandbox and importing modules

2020-04-07 Thread Kovacsics Róbert
Hi, I have been playing around with libfive-{guile,studio}, which seems nice so far, but one of the problems is it doesn't support importing other modules due to the sandboxing, AFAICS (https://github.com/libfive/libfive/issues/285). I wonder if I could have some opinions on it, e.g. if I were to

Re: Self balancing trees

2017-08-22 Thread Kovacsics Róbert
Sorry Marko, I didn't hit reply all, so re-sending for the benefit of the list. I'd just like to point out https://wiki.rice.edu/confluence/download/attachments/2761212/Okasaki-Red-Black.pdf for the simplicity of it's Red-Black tree implementation. Granted, it uses Haskell, but you could implement

Re: Modules and GOOPS

2016-07-29 Thread Kovacsics Róbert
First, thank you for your detailed answer! On 28 July 2016 at 22:14, David Pirotte wrote: > First, generic functions are 'containers', that are not associated, and do not > pertain to any class. does not have a generic function x: Thank you, I am still thinking in Java terms at the moment. > T

Modules and GOOPS

2016-07-27 Thread Kovacsics Róbert
Hello! I have trouble with getting GOOPS and modules to co-operate. What I am trying to do is to have 'A subclass B' where A is something akin to an abstract class, that is it has generic "x" for which it provides no implementation. This is my minimum broken example: ; = (define-module (mbe a)