Google Code Exporter
Google Code Exporter
``` So leave the issue open for when you do work on them. ``` Original comment by `[email protected]` on 22 Dec 2012 at 8:01
``` The issue is confusing because many of the examples you give are correct, but rather than split out the individual TODOs I'll leave this as a placeholder until the...
``` I'll have to think about this. I'm trying to keep the core of Chibi as close to R7RS as possible, so people can move their programs easily to other...
``` Thanks! I realize IR macros are more convenient in many cases, but the implementation you provide is O(n^2) in the size of the source code. I'll see if I...
``` I'm sort of new to Scheme and I still find it a little difficult to reason about in terms of performance. Can you explain how it's O(n^2)? I had...
``` Any macro that walks the entire body of the form is O(n*d), where n is the size of the form and d is the nesting depth of the macro....
``` Thank you for the detailed explanation. I understand now. I've been thinking about this a bit, and the closest I've come to a non-walking version divides the notion of...
``` Alright, so that call to strip-syntactic-closures is superfluous. Even without introduce, identifiers in that context are not renamed within the syntactic closure (which is not what I was expecting)....
Original comment by `[email protected]` on 9 Jul 2012 at 11:28 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**
``` Sensible idea. (Small correction: I don't think encrypted datafiles preventing copying ... but perhaps you meant it like copy-n-pasting?). Got any good suggestions on an encryption algorithm that would...