emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The implementation of `make-string' is in C


From: Deniz Dogan
Subject: The implementation of `make-string' is in C
Date: Tue, 31 Jan 2012 14:47:14 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

Why is `make-string' implemented in C?  Why not something like:

  (apply 'string (make-list LENGTH INIT))

?

Deniz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]