FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Update 2005-12-04

 
Post new topic   Reply to topic     Forum Index -> dLISP
View previous topic :: View next topic  

I read this post because:
I read anything that is even remotely connected to D.
70%
 70%  [ 7 ]
I am still trying to figure out what this project is about.
10%
 10%  [ 1 ]
I am waiting for a stable release I can use.
20%
 20%  [ 2 ]
I am building courage to ask how to help.
0%
 0%  [ 0 ]
Total Votes : 10

Author Message
PeyloW



Joined: 12 Oct 2005
Posts: 14
Location: Sweden

PostPosted: Sun Dec 04, 2005 8:40 am    Post subject: Update 2005-12-04 Reply with quote

Added support for &optional and &rest arguments. The implementation of incf and decf shows this use wuite well:
(defmacro incf (a &optional (d 1))
(list 'setf 'a (list '+ a d)))
See validate.lisp's test-cases for defun to see some more examples.

Added more control structures with block/return-from and tagbody/go, if nested they are quite useful and speeds up the execution and reduces the code-length greatly. To make the unwinding of recursive call with possible local bindings work correctly, all calls to popScope must now be in try{} finally {} blocks.

And then some minor fixes to cond, the symbol NIL.

Oh well, people seems to read this forum, but not writing anything here, so lets add a poll and see what is going on.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> dLISP All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group