Re: Growing a data type?
- From: Matthias Buelow <mkb@xxxxxxxxxx>
- Date: Fri, 31 Oct 2008 20:51:54 +0100
Ali wrote:
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?
Yes, set-macro-character to reprogram the reader, and for string storage
you could use plenty of things, including of course lists (would be a
bit slow but would work.)
.
- References:
- Growing a data type?
- From: Ali
- Growing a data type?
- Prev by Date: Re: Symbol clashes: how to avoid them. Part 2
- Next by Date: Re: printing readably an array of type bit!
- Previous by thread: Re: Growing a data type?
- Next by thread: Re: Growing a data type?
- Index(es):