NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I just want to encourage you (Score:1)
"and I am hoping that actually going to church will not ruin that enthusiasm"
Your enthusiasm should not be based on the "church" but on your relationship to God and knowing that in church is where He wants you to be. It says so in His word.
Re:I just want to encourage you (Score:1)
That doesn't make it right to give up or be despondent, but it won't do any good to pretend beforehand that it can't happen. I stick by what I said: I am enthusiastic, and I hope that the obstacles t
rjbs
Re:I just want to encourage you (Score:2)
Re:I just want to encourage you (Score:1)
http://www.amazon.fr/exec/obidos/ASIN/2266095633
http://www.amazon.com/exec/obidos/tg/detail/-/0385479670
It's less than ten dollars, and contains the official answer to most questions about the big doctrines.
One's community and one's personal relationship with God exist to reenforce one another; at least, that's
rjbs
Re:I just want to encourage you (Score:2)
I am not a Catholic, but I have had many discussions with them, and it is also so that the Catholic Church emphasizes that a person should maintain their commitment to God and the church whether or not the particular church (congregation, parish) they find themselves in has personal problems or not.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:I just want to encourage you (Score:1)
Protestant != Catholicism
Lectionary (Score:2)
Given your interest in the church calendar, etc., I thought you might be interested to know that Larry Wall's wife Gloria has a Bible reading schedule [wall.org] based on the Revised Common Lectionary. Now, my church doesn't use a lectionary, so I've never personally used this schedule, and this lectionary is from a consortium of Protestant churches, so you might not be interested, but I thought I'd mention it.
I wonder if religious geeks like to do Bible reading schedules. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Lectionary (Score:1)
Next, I'll give it iterators, so I can iterate over "jn8:32-35,37-40,42" and then I'll hook it up to a bible.
Sword is (as I understand it) not capable of providing a Catholic bible.
rjbs
Re:Lectionary (Score:2)
Next, I'll give it iterators, so I can iterate over "jn8:32-35,37-40,42" and then I'll hook it up to a bible.
Will each use of the iterator provide a verse? How about iterating over John 3-7? Would it provide 5 chapters in 5 calls, or every verse of those 5 chapters?
Just asking the tough design decisions to force you to answer them up front before coding. :)
Sword is (as I understand it) not capable of providing a Catholic bible.
I did not know that, and had assumed they had that handled. Lookin
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Lectionary (Score:1)
At the moment, "John 3-7" doesn't work, but "John 3;4;5;6;7" does and will iterate over every verse. The edge case that I'm avoiding is "John 3:2-7" which should go from 3:2 to 3:7, but one could argue that it's the same as 3:2-7:end. I think that a rule that says "if neither beginning nor end is versed, then it's tw
rjbs
Re:Lectionary (Score:2)
The edge case that I'm avoiding is "John 3:2-7" which should go from 3:2 to 3:7, but one could argue that it's the same as 3:2-7:end.
I would argue for the first interpretation. While I've occasionally seen attempts to notate with the second interpretation, it's confusing to human beings, let alone parsers, and comes off as a "mistake." If a person wants the second interpretation, it's easy enough to look up the last verse and notate the full thing, or even just 3:2-7:999. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Lectionary (Score:1)
I certainly do... for the first couple days anyway. :-) Then all those "look! a shiny!" jokes start to hit a little close to home.
The best advice I ever recieved was when someone pointed out to me that there are 31 chapters in Proverbs, i.e. one per day of the month.
The Proverbs have done a lot for me; the monthly iteration has helped get them into my self. And I actually do the reading (well, I do it often, anyway). That never
Re:Lectionary (Score:2)
I followed the Proverbs schedule for a little over 2 years, and it was great. I discontinued to make room for other reading, but I intend to put it back some day.
At the same time I also followed a Psalm per day schedule. I often got behind on this, but I always seemed to manage to catch up. I think I benefitted a lot from both of these plans. (And hitting Psalm 119 every 150 days was always a memorable event. :) )
One more I'll throw out that I have done at other times: Revelation 2-3 consists of sev
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers