Marco Heisig

Results 42 comments of Marco Heisig

@marcoxa Any news on this issue? If I don't hear back on this in the near future, I will consider it fixed and close this issue.

I am not yet motivated to convert the recursive reader and printer to something that doesn't eat up the stack. I'll consider working on this problem once the first user...

All non-serializable objects are represented by a handle (an integer) and the name of the object's class (a symbol). Functions are represented this way, so pure Python code cannot tell...

I could write a `__repr__` method for LispWrapper objects that attempts to retrieve some more metadata like a function's name and lambda list. The question is whether this mechanism should...

Yes, that should be `trucler-base`. Unfortunately, trucler-test has bitrotted, so fixing this dependency just introduces new bugs. I will try to sort this out "soon".

This problem shouldn't occur because the sequence functions are sealable generic functions that have been sealed on the domain of lists and vectors. New methods can only be added, modified,...

Ok, I started digging into this issue. The problem is that, on ECL, the CFFI wrapper library doesn't load the relevant MPI libraries. Seems like ECL doesn't use `mpicc` as...

Yes, good documentation is already underway. I have a draft of a user manual with about 80 pages that I'll upload soon. The reason why that manual hasn't been published...

Status update: I made several major improvements to Petalisp, especially in terms of broadcasting semantics and scheduling, which delayed the whole endeavor by a few months. At the same time,...

Wow, that would be great! I had planned on adding HDF5 support long ago, but never found the time to do it. I will gladly collaborate with you on this....