xtodo Xah Talk Show

write emacs command

2022-10-14 programing exercise. Write a function to generate arbitrarily nested json. gen_json(min_length, max_length, min_depth, max_depth) Length should be min_length to max_length, inclusive. Any among must be equaly likely. Depth should be min_depth to max_depth, inclusive. Any among must be equaly likely. output should be a string. The values should be int from 1 to 100, inclusive. Any equally likely. The keys should be string of length 3, 0 to 9, A to F, upper case, inclusive. e.g. Any equally likely.

symbolic pattern matching, term rewriting system, lisp macro
https://youtu.be/kGpCwGjX890?t=863

symbolic pattern matching, term rewriting system, lisp macro
https://youtu.be/kGpCwGjX890?t=14m23s