Hash table utilities
People have referred to the usage of hashtables in ANSI common lisp as archaic. This isn't necessarily true, but if you do feel this way there's no need to stick with it. Here's an example…
2 posts
People have referred to the usage of hashtables in ANSI common lisp as archaic. This isn't necessarily true, but if you do feel this way there's no need to stick with it. Here's an example…
I was excited to try this out when I came across it ... but it looks like (today!) the github repo is not in a compilable state, at least on Allegro CL. CL-USER(44): (ql:quickload 'rutils) To loa…