[plt-scheme] Re: plt-scheme Digest, Vol 3, Issue 12

From: geb a (geb_a at yahoo.com)
Date: Mon Nov 7 00:03:47 EST 2005

I'm not sure if this is off-topic, but I've been
trying to come up with a good representation for
molecules like the benzene molecule.  Ideally, the
representation in scheme should include the fact that
any given carbon atom has both a single and double
bond as well as a Hydrogen attached.  The structure
should include the ring nature of benzene (not worried
about bond angles yet but they probably should be
considered.

I've thought of using the shared environment.

Does anyone have any ideas?

Dan


--- plt-scheme-request at list.cs.brown.edu wrote:

> Send plt-scheme mailing list submissions to
> 	plt-scheme at list.cs.brown.edu
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> or, via email, send a message with subject or body
> 'help' to
> 	plt-scheme-request at list.cs.brown.edu
> 
> You can reach the person managing the list at
> 	plt-scheme-owner at list.cs.brown.edu
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of plt-scheme digest..."
> 
> 
> [Please handle PLT Scheme list administrative tasks
> through the Web:
>   
>
http://list.cs.brown.edu/mailman/listinfo/plt-scheme]
> 
> 
> Today's Topics:
> 
>    1. Re: A literary metaphor for Scheme (Matthias
> Felleisen)
>    2. Re: scheme_check_threads gives Bus error on OS
> X (Jon Rafkind)
>    3. Re: Questions about (contract ...) form
> (Matthias Felleisen)
>    4. Re: A literary metaphor for Scheme
>       (jerzy.karczmarczuk at info.unicaen.fr)
>    5. Re: A literary metaphor for Scheme (Matthias
> Felleisen)
>    6. Re: A literary metaphor for Scheme (Eric
> Hanchrow)
>    7. Re: A literary metaphor for Scheme (Shriram
> Krishnamurthi)
>    8. Re: A literary metaphor for Scheme (Matthias
> Felleisen)
>    9. Re: A literary metaphor for Scheme
> (nishad at ptolemy.tlg.uci.edu)
>   10. Re: A literary metaphor for Scheme (Matthias
> Felleisen)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 6 Nov 2005 19:14:14 -0500
> From: Matthias Felleisen <matthias at ccs.neu.edu>
> Subject: Re: [plt-scheme] A literary metaphor for
> Scheme
> To: Prabhakar Ragde <plragde at uwaterloo.ca>
> Cc: plt-scheme at list.cs.brown.edu
> Message-ID:
> <9ad7aef63e379efb83fe5ce07a4e8e22 at ccs.neu.edu>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed
> 
> 
> On Nov 6, 2005, at 6:36 PM, Prabhakar Ragde wrote:
> 
> > I asked this question on a mailing list devoted to
> literature with 
> > some people on it who knew Scheme, so it's only
> fair that I ask it on 
> > a mailing list devoted to Scheme with some people
> on it who know 
> > literature (I'm hoping).
> >
> > If Scheme were a literary figure, who would it be?
> >
> > I mean an author, but naming a character might
> also work. I have some 
> > ideas, but will wait to share them with those who
> are interested. --PR
> 
> I don't know about Scheme but I do know about myself
> and possibly 
> others who are spreading the work:
> 
> -- Sisyphus, and on his rock, I see Perlers,
> Pythonistas, Javars, and 
> others. 
> 
> -- Wilhelm Tell, shooting arrows at the apple on his
> son's head (well, 
> sometimes I think I am the son)
> 
> -- Pyrrhus, and his kind of victory is every
> instance of when others 
> adopt lambda halfway 
> 
> -- Don Quixote, as many of you know from my home
> page
> 
> -- Götz von Berlichingen, a Goethe character of the
> 30-year war and is 
> extremely well-known in Germany. 
> 
> How's that for a first collection. -- Matthias
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Sun, 06 Nov 2005 19:30:35 -0500
> From: Jon Rafkind <workmin at ccs.neu.edu>
> Subject: Re: [plt-scheme] scheme_check_threads gives
> Bus error on OS X
> To: Matthew Flatt <mflatt at cs.utah.edu>
> Cc: PLT-list <plt-scheme at list.cs.brown.edu>
> Message-ID: <436EA02B.4040008 at ccs.neu.edu>
> Content-Type: text/plain; charset=UTF-8;
> format=flowed
> 
> 
> >I recommend using mzc to compile and link your C
> code. It uses the
> >right flags and libraries for an extension.
> >
> >  
> >
> Does mzc handle objective-c? The library Im using
> has some of its source 
> written in objective-c which gcc handles ok. At
> first mzc complained 
> that the .m files werent C files due to the suffix
> but after renaming 
> them it gave syntax errors.
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 6 Nov 2005 19:31:47 -0500
> From: Matthias Felleisen <matthias at ccs.neu.edu>
> Subject: Re: [plt-scheme] Questions about (contract
> ...) form
> To: Robby Findler <robby at cs.uchicago.edu>
> Cc: plt-scheme at list.cs.brown.edu, Richard Cobbe
> <cobbe at ccs.neu.edu>
> Message-ID:
> <2058b2fa6328043361153091ec7faa8a at ccs.neu.edu>
> Content-Type: text/plain; charset=US-ASCII;
> format=flowed
> 
> 
> On Nov 6, 2005, at 4:10 PM, Robby Findler wrote:
> 
> > Overall, I suspect the problem is that we don't
> have a good story for
> > contracts+macros. Sounds like a nice research
> topic to me!
> >
> > To avoid the problem and make progress, just stick
> a dynamic check into
> > the expansion of the stream-cons macro and move
> on.
> 
> People should understand of course that the purpose
> of a contract is to 
> eliminate such random dynamic checks (assertions)
> from procedures 
> (code) and to push them into the interface so that
> the consumers know 
> what to expect and what to deliver. -- Matthias
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 07 Nov 2005 01:39:40 +0100
> From: jerzy.karczmarczuk at info.unicaen.fr
> Subject: Re: [plt-scheme] A literary metaphor for
> Scheme
> To: plt-scheme at list.cs.brown.edu
> Message-ID: <courier.436EA24C.00006D55 at averell>
> Content-Type: text/plain; charset="utf-8";
> format=flowed
> 
> Matthias Felleisen writes: 
> 
> > On Nov 6, 2005, at 6:36 PM, Prabhakar Ragde wrote:
> 
> >> If Scheme were a literary figure, who would it
> be?
> 
> > I don't know about Scheme but I do know about
> myself and possibly others 
> > who are spreading the work: 
> > 
> > -- Sisyphus, ...
> 
=== message truncated ===



		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


Posted on the users mailing list.