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

Update 2006-02-12

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



Joined: 12 Oct 2005
Posts: 14
Location: Sweden

PostPosted: Sun Feb 12, 2006 9:24 am    Post subject: Update 2006-02-12 Reply with quote

Added list functions:
distinct - Make a list distinct, no duplicate values.
union - Return the union of two lists.
intersect - Return a list with intersecting values of two lists.
difference - Return the difference of two lists.
sort - Sort a list using specified function.
map - Return a list with result values by mapping specified function over members.

Numeric function (All written in lisp):
min, max, avg (average), and med (median).

Added bound variables, so now you can bind int, real and char[] variables in D code to symbols accessible from dlisp code. And write back result using put naturally. So now it is dead easy to use dlisp as a scripting language to control your applications.
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