jellyfin-smart-playlist/Jellyfin.Plugin.SmartPlaylist/Lisp
redxef 49bacbffde
feat: implement split function.
Takes a list and an integer, splits off n elements from the list
and returns a list where the first element contains the first n
elements of the original list, the cdr of that list contains the
rest.
2025-01-20 20:52:11 +01:00
..
Compiler fix: allow programs to not be a list. 2024-12-18 01:15:54 +01:00
Expression.cs feat: add special case for string representation of cons which is a quote. 2024-12-18 01:04:44 +01:00
Interpreter.cs feat: implement split function. 2025-01-20 20:52:11 +01:00