Convex hull: Difference between revisions

Line 1,281:
 
The program is wrapped in a [https://roswell.github.io/ Roswell] script, which is one of the popular ways to get around differences between Common Lisp implementations.
 
(Side note: It occurs to me that the "complete with tail recursions" comment in the code is not meant to include the '''do''' constructs, which are secretly really tail recursions. How Common Lisps implement '''loop''' I do not know. Note also how the Scheme uses "named '''let'''" syntactic sugar, where the Common Lisp has '''defun''' fully written out.)
 
 
Line 1,458 ⟶ 1,460:
<pre>$ ./convex-hull-task.ros
((-9 -3) (-3 -9) (19 -8) (17 5) (12 17) (5 19) (-3 15))</pre>
 
 
=={{header|D}}==
1,448

edits