Adding an item to a sorted list

Джерело:
Common Lisp Tips

Дата публікації:
27/06/2013 02:48

Постійна адреса новини:
http://www.vsinovyny.com/8323843

Adding an item to a sorted list

 

27/06/2013 02:48 // Common Lisp Tips

Here’s a quick way to add an item to a sorted list:

(merge 'list (list item) sorted-list test)

Via Bernhard Pfahringer on comp.lang.lisp, 1998.

 

» Читати повністю

 

« Наступна новина з архіву
Declining to handle a condition
  Попередня новина з архіву
The usefullness of EQUALP
»

 

 
© 2026 www.vsinovyny.com