Convex hull: Difference between revisions

Line 3,679:
(newline)</lang>
 
{{out}}
Using Gauche Scheme:
<pre>$ gosh convex-hull-task.scm
((-9 -3) (-3 -9) (19 -8) (17 5) (12 17) (5 19) (-3 15))</pre>
Compiling to native code with CHICKEN Scheme:
<pre>$ csc -O3 -R r7rs convex-hull-task.scm && ./convex-hull-task
((-9 -3) (-3 -9) (19 -8) (17 5) (12 17) (5 19) (-3 15))</pre>
 
=={{header|Sidef}}==
1,448

edits