Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
> (set funcs (list-comp ((<- m (lists:seq 1 10)))
|
||||
(lambda () (math:pow m 2))))
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(#Fun<lfe_eval.23.101079464> #Fun<lfe_eval.23.101079464>
|
||||
#Fun<lfe_eval.23.101079464> #Fun<lfe_eval.23.101079464>
|
||||
#Fun<lfe_eval.23.101079464> #Fun<lfe_eval.23.101079464>
|
||||
#Fun<lfe_eval.23.101079464> #Fun<lfe_eval.23.101079464>
|
||||
#Fun<lfe_eval.23.101079464> #Fun<lfe_eval.23.101079464>)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
> (funcall (car funcs))
|
||||
1.0
|
||||
> (funcall (cadr funcs))
|
||||
4.0
|
||||
> (funcall (cadddr funcs))
|
||||
16.0
|
||||
> (funcall (lists:nth 8 funcs))
|
||||
64.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue