Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Programming Languages (http://www.programmingforums.org/forum38.html)
-   -   CLISP Help (http://www.programmingforums.org/showthread.php?t=11942)

Eryk Nov 19th, 2006 2:13 PM

CLISP Help
 
:

(defmacro alias(name cur_fun)
  `(defun ,name(&rest clauses)(,cur_fun ,@clauses)))




That's what I currently have, but I can't figure out how to get it to work out right. Basically I just want to be able to give functions aliases really easily.

Eryk Nov 20th, 2006 4:11 PM

This was answered somewhere else. Thanks for the help.


All times are GMT -5. The time now is 1:18 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC