Re: Syntax form

2017-08-22 Thread Mark H Weaver
Tommi Höynälänmaa writes: > Where are (syntax x) forms compiled with the old vector based > implementation of syntax objects (guile 2.0.11 or 2.2.0)? The > structure type for the syntax objects is defined in ice-9/psyntax.scm > but I can't find code for the syntax form. 'syntax' is a core form o

Re: Self balancing trees

2017-08-22 Thread Nala Ginrut
Here's mine, but I haven't updated for a while, RB tree works, please don't use it seriously, and hope it inspire you. https://github.com/NalaGinrut/nashkel/blob/master/nashkel/rbtree.scm 2017年8月22日 下午5:34,"Kovacsics Róbert" 写道: > Sorry Marko, I didn't hit reply all, so re-sending for the benefi

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