Re: Building a Racket client for SC
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAN4YmRGdKqLWFoHFjSGP1Rrv00GWTQNmuiWSxQ4beyCSG1=8Og@mail.gmail.com> |
Yes, I know your client! In fact, if I remember correctly, I copied from there your list of special-index -> binaryopugens since I found it easier to navigate than the SClang code. Also, I love the haskell-like type annotations! I think I will take a deeper look into your code now that you reminded me. >ps. i think julian is correct about alternate conventions for writing graphs. Who is Julian? On Tue, 2 Mar 2021 at 23:27, <[email protected]> wrote: > hello, > > racket is quite close to scheme, so you might find the codes below helpful > > http://rd.slavepianos.org/?t=rsc3 > > in fact racket is implemented in chez scheme, and rsc3 runs in chez, but i > don't know how much work it would be to get rsc3 running in racket > > best, > rohan > > ps. i think julian is correct about alternate conventions for writing > graphs. it's very simple to write these once you have a "plain" > implementation, for instance: > > http://rd.slavepianos.org/?t=rsc3-arf > >