Alan Manuel Gloria: > Is it bundle time again?? > Yes it is!! Excellent!
This makes me think we need to rename some things. In particular: readable sweet-impl seems weird. That module implements not just sweet, but all the notations. How about naming "sweet-impl" to "kernel", so we can say: readable kernel I was going to use "base" (but it's not a number base) or "core" (but "core" risks being deleted as a "core file"). Other name suggestions welcome. Also, "restore-scheme-read" can't be right; they're all readers for Scheme. How about: restore-traditional-read or some such? > commit 5605bde7241b6601f4c16576ca96112f83b8cd39 > Author: Alan Manuel K. Gloria <almkg...@gmail.com> > Date: Tue Jul 24 06:10:42 2012 +0800 > Use restore-scheme-read() to restore the Scheme reader. Hm, this means that merely *running* the sweetener will require the "readable" library to be available, even if it's first translated into traditional s-expressions. This means that, until our neoteric-reader (modern-reader) supports the #' in guile, we will not be able to enable the guile debugger to trace the sweetener. It also may complicate the later implementation of Scheme-in-web-browser sweeteners. I guess supporting #' would be a good idea anyway, so that should be short-lived. Maybe I can talk you into adding support for #' so that we can do: (use-modules (ice-9 debugging traps) (ice-9 debugging trace)) I'm having trouble finding *good* Scheme-in-web-browser implementations that can support our needs anyway, unfortunately. There are a lot of them, but none seem to be what we need. See [Website] for what I've found. I may just need to host guile, and then support "sweeten" and "unsweeten" (I obviously can't support sweet-guile). > commit 61ff2441508c22f7d851e540bcca4ae9206e408b > Author: Alan Manuel K. Gloria <almkg...@gmail.com> > Date: Tue Jul 24 06:07:27 2012 +0800 > > Put Unicode line endings into the portability layer. Okay. The next-line char doesn't STRICTLY depend on Unicode, but that's a reasonable default. --- David A. Wheeler ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss