clojure-emacs / parseedn

EDN parser for Emacs Lisp
58 stars 14 forks source link

Iterative parseedn-print-seq to avoid overflows #14

Closed tmpUser2022 closed 2 years ago

tmpUser2022 commented 2 years ago

Avoid C stack overflows, (error "Variable binding depth exceeds max-specpdl-size") and (error "Lisp nesting exceeds ‘max-lisp-eval-depth’") when working with large sequences.

plexus commented 2 years ago

thanks!