help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: 'Compiler' functionality for Emacs Lisp


From: Fren Zeee
Subject: Re: 'Compiler' functionality for Emacs Lisp
Date: Wed, 08 Dec 2010 15:21:39 -0000
User-agent: G2/1.0

On Jul 28, 8:46 pm, Cecil Westerhof <Ce...@decebal.nl> wrote:
> When using for example C++ the compiler does a lot of checks for you.
> For example it checks if all your variables are declared or used and
> it does even find potential memory leaks. Is there something like this
> for Emacs Lisp? I am writing bigger functions nowadays. Yesterday I
> found out that not all my variables where declared in a let block and
> I had forgotten to remove a few I where not using anymore. Is there
> something that could do these checks for me?
>
> I am using: GNU Emacs 23.1.1.
>
> --
> Cecil Westerhof
> Senior Software Engineer
> LinkedIn:http://www.linkedin.com/in/cecilwesterhof

You could add a lint like primitive function (necessary for speed)
once you figure out how the C code in emacs works. Be sure to share on
this group what you find on this matter.


reply via email to

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