[Readable-discuss] Bundle of git changes

2012-07-09 Thread Alan Manuel Gloria
Log: commit 2f1ac5b303a15655e9f2c89656b7348119ad7a9f Author: Alan Manuel K. Gloria Date: Tue Jul 10 13:45:57 2012 +0800 Reimplement primitive-load replacement. commit f5dd789be7ce12e6776ae3e789ed682ef2870431 Author: Alan Manuel K. Gloria Date: Tue Jul 10 12:27:33 2012 +0800 Added

Re: [Readable-discuss] The "." as indentation whitespace proposal

2012-07-09 Thread Alan Manuel Gloria
On Tue, Jul 10, 2012 at 11:09 AM, David A. Wheeler wrote: > Me: >> > I've now implemented the "." as an indentation character in the git >> > repository, so we can experiment with it. I decided to *NOT* make it >> > equivalent to a space - you have to match exactly > > AmkG: >> That's quite

Re: [Readable-discuss] 0.3 spec freeze target?

2012-07-09 Thread David A. Wheeler
> How's the end of July (July 31) sound? What I really need are the > specs I can code to, not necessarily a complete reader - I can help > implement a complete reader, but I really want a stable spec I can > code to and implement. Agreeing on a spec by then seems very doable, especially since th

Re: [Readable-discuss] The "." as indentation whitespace proposal

2012-07-09 Thread David A. Wheeler
Me: > > I've now implemented the "." as an indentation character in the git > > repository, so we can experiment with it. I decided to *NOT* make it > > equivalent to a space - you have to match exactly AmkG: > That's quite fine, but that prevents us from drawing simple "pointing" > graphic

Re: [Readable-discuss] Fwd: Should we switch to git?

2012-07-09 Thread David A. Wheeler
Alan Manuel Gloria > Still doesn't work; it might be a problem with my ISP. It *should* work, works for me. Could you try it with another computer & ISP? It's important that it work for others! > Anyway the HTTP link *does* work: > git clone http://git.code.sf.net/p/readable/code readable-c

Re: [Readable-discuss] Fwd: Should we switch to git?

2012-07-09 Thread Alan Manuel Gloria
On Tue, Jul 10, 2012 at 9:47 AM, Alan Manuel Gloria wrote: > On Tue, Jul 10, 2012 at 2:31 AM, David A. Wheeler > wrote: >> Alan Manuel Gloria: >>> >> What do I git-clone? >> >> The Allura switch is done, and it turns out that the URL didn't change at >> all. To clone, just do this: >> >> git c

Re: [Readable-discuss] Fwd: Should we switch to git?

2012-07-09 Thread Alan Manuel Gloria
On Tue, Jul 10, 2012 at 2:31 AM, David A. Wheeler wrote: > Alan Manuel Gloria: >> >> What do I git-clone? > > The Allura switch is done, and it turns out that the URL didn't change at > all. To clone, just do this: > > git clone git://git.code.sf.net/p/readable/code readable-code I'm getting a

Re: [Readable-discuss] The "." as indentation whitespace proposal

2012-07-09 Thread Alan Manuel Gloria
On Tue, Jul 10, 2012 at 7:36 AM, David A. Wheeler wrote: >> > "When processing indentation, beginning at the left-hand-side, a period is >> > equivalent to a space character until the first character that is not a >> > period, blank, or tab." > > I've now implemented the "." as an indentation ch

Re: [Readable-discuss] 0.3 spec freeze target?

2012-07-09 Thread Alan Manuel Gloria
On Tue, Jul 10, 2012 at 6:32 AM, David A. Wheeler wrote: > Alan Manuel Gloria: >> As I mentioned before, I'm here mostly because (1) I want to write a >> program in Guile, and (2) I got spoiled on Haskell's indentation >> syntax. So what I really want to do is get the 0.3 specs frozen some >> tim

Re: [Readable-discuss] The "." as indentation whitespace proposal

2012-07-09 Thread David A. Wheeler
> > "When processing indentation, beginning at the left-hand-side, a period is > > equivalent to a space character until the first character that is not a > > period, blank, or tab." I've now implemented the "." as an indentation character in the git repository, so we can experiment with it. I

Re: [Readable-discuss] 0.3 spec freeze target?

2012-07-09 Thread David A. Wheeler
Alan Manuel Gloria: > As I mentioned before, I'm here mostly because (1) I want to write a > program in Guile, and (2) I got spoiled on Haskell's indentation > syntax. So what I really want to do is get the 0.3 specs frozen some > time soon (i.e current spec discussion should terminate before some

Re: [Readable-discuss] Fwd: Recent discussion summary

2012-07-09 Thread David A. Wheeler
Alan Manuel Gloria: > Summarize (for any objections or comments, please reply to their own > threads rather than here - this is just a summary thread to make it > easier to write/modify specs/implementations): Nice summary. > 1. i.e. () {} [] postfixes anything: Accepted: Any expression can be

Re: [Readable-discuss] Fwd: Should we switch to git?

2012-07-09 Thread David A. Wheeler
Alan Manuel Gloria: > >> What do I git-clone? The Allura switch is done, and it turns out that the URL didn't change at all. To clone, just do this: git clone git://git.code.sf.net/p/readable/code readable-code > > After we switch over, I'm thinking of creating a new "lab" subdirectory... > W