Paul Silisteanu

Results 4 comments of Paul Silisteanu

Same error. I've sent the author an email with a complete bug report in April and he advised me to open an issue on Github. He is probably busy with...

Thank you Philipp, I've removed the destructor for PList. As for the other proposed changes I will look into them soon (I'm busy with a different project now). I've noticed...

Initially I've considered using C++11 lambdas for mapping Scheme procedures ...

Yes, having a way to create functions at runtime will be great. Currently I simulate this by interpreting the Scheme code each time a function is called.