Re: Growing a data type?
- From: Pascal Costanza <pc@xxxxxxxxx>
- Date: Fri, 31 Oct 2008 13:18:57 +0100
Ali wrote:
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.
I think Guy Steele has more interesting things in mind than reimplementing strings.
Pascal
--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
.
- Follow-Ups:
- Re: Growing a data type?
- From: Ali
- Re: Growing a data type?
- References:
- Growing a data type?
- From: Ali
- Growing a data type?
- Prev by Date: Re: Growing a data type?
- Next by Date: Re: use-package & name conflict: why they are not deferred?
- Previous by thread: Re: Growing a data type?
- Next by thread: Re: Growing a data type?
- Index(es):
Relevant Pages
|