Request for review

2021-05-11 Thread Arnaud Bailly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, As I said in a previous message, I am an enthusiastic noob trying to get my feet wet coding in Chicken Scheme. I have started a small project whose purpose is to simulate Darwin's theory and I would really appreciate some code review from

Re: "Live coding" on Mac OS X

2021-05-11 Thread Vasilij Schneidermann
Hello Arnaud, > But it's not working properly: What I observe is that when I change a > procedure that's called from the background thread, the thread becomes > blocked. Is this some new behaviour that's not taken into account in > those posts? It's tricky to reproduce such issues without a

Re: "Live coding" on Mac OS X

2021-05-11 Thread Arnaud Bailly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thanks for your answer Vasilij! You're right, this works when I copy/paste in the REPL And define from there, but not when I evaluate it from Emacs buffer. I am using basic scheme-mode with run-scheme function and using C-M-x to evaluate top-level

"Live coding" on Mac OS X

2021-05-11 Thread Arnaud Bailly
Hello, I am a chicken noob (and so far loving it). I am trying to do some live coding/hot reloading like it's explained in this blog post by Kooda https://www.upyum.com/en/post/7.xhtml and this video https://www.youtube.com/watch?v=eXB3I3S3vJc But it's not working properly: What I observe is that