Growing a data type?
- From: Ali <emailaliclark@xxxxxxxxx>
- Date: Fri, 31 Oct 2008 04:08:03 -0700 (PDT)
Hi,
Just watched Guy Steele's Growing a Language (http://video.google.com/
videoplay?docid=-8860158196198824415), very impressive.
Lisp got plus points for being able to abstract both abstract syntax
and function calls.
Here's a (hopefully) fun question: If Lisp didn't have a string data
type already, could you grow one which was indistinguishable from the
standard implementation, including double quote delimiters?
I don't expect this to be answered because I don't think I know any
language which can do this, but it would be nice to see how much of
string could be implemented in Lisp.
.
- Follow-Ups:
- Re: Growing a data type?
- From: Barry Margolin
- Re: Growing a data type?
- From: Matthias Buelow
- Re: Growing a data type?
- From: John Thingstad
- Re: Growing a data type?
- From: Grant Rettke
- Re: Growing a data type?
- From: William James
- Re: Growing a data type?
- From: Pascal Costanza
- Re: Growing a data type?
- From: milanj@xxxxxxxxx
- Re: Growing a data type?
- Prev by Date: Re: Global lexical variables?
- Next by Date: Online Programs Lisp
- Previous by thread: printing readably an array of type bit!
- Next by thread: Re: Growing a data type?
- Index(es):
Relevant Pages
|