Compare commits
No commits in common. "fef10b5736c867236b947696ea785c7e0e65d7de" and "49298a3ca2d2732cec1c46d96b457e80c4833d15" have entirely different histories.
fef10b5736
...
49298a3ca2
1 changed files with 0 additions and 19 deletions
|
@ -62,25 +62,6 @@ namespace Jellyfin.Plugin.SmartPlaylist.Lisp {
|
|||
(rev-helper lst '())))
|
||||
"""
|
||||
);
|
||||
this["split"] = e.eval(
|
||||
"""
|
||||
(lambda
|
||||
(lst n)
|
||||
(if
|
||||
(or (= n 0) (null lst))
|
||||
(cons '() lst)
|
||||
(let
|
||||
(s (split (cdr lst) (- n 1)))
|
||||
(cons (cons (car lst) (car s)) (cdr s)))))
|
||||
"""
|
||||
);
|
||||
this["length"] = e.eval(
|
||||
"""
|
||||
(lambda
|
||||
(lst n)
|
||||
(if (null lst) n (length (cdr lst) (+ n 1))))
|
||||
"""
|
||||
);
|
||||
this["qsort"] = e.eval(
|
||||
"""
|
||||
(lambda
|
||||
|
|
Loading…
Add table
Reference in a new issue