<sneek>Welcome back nalaginrut, you have 3 messages. <sneek>nalaginrut, ArneBab says: I did not test let () ... yet, but the syntax would be “let :\\n ...” <sneek>nalaginrut, ArneBab says: I’m not sure about the efficiency: It iterates the file as string once to get the indentation levels and then (I think) twice to generate a code tree and to clean it up. <sneek>nalaginrut, ArneBab says: Sorry for disappearing without word: I hadn’t expected that I’d be gone 2 hours. <nalaginrut>ArneBab: I would recommend add '(let () " in the text as a special case. For common cases, users may deduct from the rules easily ***Sgeo is now known as Woosh2
***Woosh2 is now known as Sgeo
<ArneBab>nalaginrut: I now added that let () - thanks! <nalaginrut>I hope this \\n magic could be mentioned in the text <nalaginrut>well, and I think I could write some chaos code: let let:lp : \\n <ArneBab>nalaginrut: \\n is just a shorthand I use here. You have to use a real linebreak <ArneBab>nalaginrut: they can be used wherever you wish. wisp just disables indentation parsing in parens - so code in parens works just like scheme <ArneBab>you can throw in a block of scheme and it will just work. <ArneBab>(that’s simply carried over from SRFI-49 and SRFI-110) *nalaginrut wants to use irregex to eliminate double hyphen ***Shozan is now known as SHODAN
<Fuuzetsu>davexunit: Nice 3 columns in the FSF bulletin ;) <amz3>which bulletin are talking about? <paroneayea>I got the bulletin in the mail but can't find it <amz3>that's why I can't find it ^^ <davexunit>civodul: what does this do? the readme confuses me <dsmith-work>civodul: gopher! Do people still use that? (I never have..) <civodul>i've never used it, but somehow, i'm fascinated :-) <BW^->guys, what's the SMP support like? :) <civodul>BW^-: Guile has threads implemented in terms of POSIX threads <BW^->civodul: does it also have green threads within the Posix threads? <civodul>it doesn't have "green threads", but it has delimited continuations, which can be used to implement coroutines <BW^->civodul: it has call/cc right? <BW^->civodul,davexunit: no, I meant what Gambit means by |make-thead| <BW^->that's a green thread running within the green threads swarm in the OS thread <BW^->however, Gambit does not support OS (=POSIX) threads currently, so that is its issue.