rolandwalker/list-utils

List-manipulation utility functions for Emacs

Emacs LispMakefile
This is stars and forks stats for /rolandwalker/list-utils repository. As of 06 May, 2024 this repository has 25 stars and 10 forks.

Overview List-manipulation utility functions for Emacs. Quickstart Explanation Notes Compatibility and Requirements Quickstart (require 'list-utils) (list-utils-flatten '(1 2 (3 4 (5 6 7)))) ;; '(1 2 3 4 5 6 7) (list-utils-depth '(1 2 (3 4 (5 6 7)))) ;; 3 (let ((cyclic-list '(1 2 3 4 5 6 7))) (nconc cyclic-list (cdr cyclic-list)) (list-utils-make-linear-inplace cyclic-list)) ;; '(1 2 3 4 5 6 7) (list-utils-cyclic-p '(1 2 3)) ;; nil (list-utils-plist-del '(:one 1 :two 2 :three 3) :two) ;;...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
mickeynp/ezfEmacs LispShell38030
seaweedfs/seaweedfsGoJavaHTML18.4k02k0
oliver006/redis_exporterGoMakefileJsonnet2.8k+6842+1
NanoComp/meepC++PythonM499305430
enmity-mod/tweakLogosObjective-CJavaScript245+126+1
juspay/atlasHaskellDhallPLpgSQL26040
appuio/component-openshift4-nodesJsonnetMakefile1000
padok-team/terraform-aws-iamMakefileHCL2000
nspcc-dev/neofs-apiMakefile100150
sighupio/fury-kubernetes-ingressHCLMakefileShell6040