fez-lisp 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -63,7 +63,7 @@
63
63
  (array:zip (math:sequence sorted))
64
64
  (array:select (lambda x
65
65
  (or (not (let index (car (cdr x))))
66
- (not (= (get sorted (- index 1)) (get sorted index))))))
66
+ (not (= (array:get sorted (- index 1)) (array:get sorted index))))))
67
67
  (array:map car))))
68
68
  ; tests
69
69
  (assert
package/lib/baked/std.js CHANGED
@@ -1 +1 @@
1
- export default [[{"t":"f","v":"let"},{"t":"w","v":"math:E"},{"t":"a","v":2.718281828459045}],[{"t":"f","v":"let"},{"t":"w","v":"math:PI"},{"t":"a","v":3.141592653589793}],[{"t":"f","v":"let*"},{"t":"w","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"do"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:for"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],{"t":"w","v":"callback"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:select"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:exclude"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"not"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},{"t":"w","v":"initial"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"callback"},{"t":"w","v":"out"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"w","v":"initial"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:every?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]],[{"t":"f","v":"not"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:some?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"not"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]],[{"t":"f","v":"type"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"w","v":"boolean"}]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:find"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]]],[]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"a","v":1},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:reverse"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:range"},[{"t":"f","v":"lambda"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<="},{"t":"w","v":"count"},{"t":"w","v":"end"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"w","v":"start"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sequence"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"end"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"out"}],{"t":"w","v":"end"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sequence-n"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"out"}],{"t":"w","v":"n"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:unique"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},[{"t":"f","v":"let"},{"t":"w","v":"sorted"},[{"t":"f","v":"array:sort"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"array:zip"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"sorted"}]],[{"t":"f","v":"array:select"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"or"},[{"t":"f","v":"not"},[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"x"}]]]],[{"t":"f","v":"not"},[{"t":"f","v":"="},[{"t":"f","v":"get"},{"t":"w","v":"sorted"},[{"t":"f","v":"-"},{"t":"w","v":"index"},{"t":"a","v":1}]],[{"t":"f","v":"get"},{"t":"w","v":"sorted"},{"t":"w","v":"index"}]]]]]],[{"t":"f","v":"array:map"},{"t":"w","v":"car"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:for-range"},[{"t":"f","v":"lambda"},{"t":"w","v":"start"},{"t":"w","v":"end"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"when"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"end"}],[{"t":"f","v":"do"},[{"t":"f","v":"callback"},{"t":"w","v":"i"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"start"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:traverse"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"callback"},[{"t":"f","v":"if"},[{"t":"f","v":"atom?"},{"t":"w","v":"x"}],[{"t":"f","v":"callback"},{"t":"w","v":"x"}],[{"t":"f","v":"iterate"},{"t":"w","v":"x"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array:traverse"},{"t":"w","v":"y"},{"t":"w","v":"callback"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:summation"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"+"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:product"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"*"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:maximum"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:minimum"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:max"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:min"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:count-of"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:select"},{"t":"w","v":"callback"}],[{"t":"f","v":"length"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:increment"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:floor"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"|"},{"t":"w","v":"n"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:round"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"|"},[{"t":"f","v":"+"},{"t":"w","v":"n"},{"t":"a","v":0.5}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:empty?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"not"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:empty!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":-1}],[{"t":"f","v":"iterate"}]],{"t":"w","v":"arr"}]]],[{"t":"f","v":"iterate"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:in-bounds?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"index"},[{"t":"f","v":"and"},[{"t":"f","v":"<"},{"t":"w","v":"index"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":">="},{"t":"w","v":"index"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:largest-power"},[{"t":"f","v":"lambda"},{"t":"w","v":"N"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"N1"},[{"t":"f","v":"|"},{"t":"w","v":"N"},[{"t":"f","v":">>"},{"t":"w","v":"N"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"N2"},[{"t":"f","v":"|"},{"t":"w","v":"N1"},[{"t":"f","v":">>"},{"t":"w","v":"N1"},{"t":"a","v":2}]]],[{"t":"f","v":"let"},{"t":"w","v":"N3"},[{"t":"f","v":"|"},{"t":"w","v":"N2"},[{"t":"f","v":">>"},{"t":"w","v":"N2"},{"t":"a","v":4}]]],[{"t":"f","v":"let"},{"t":"w","v":"N4"},[{"t":"f","v":"|"},{"t":"w","v":"N3"},[{"t":"f","v":">>"},{"t":"w","v":"N3"},{"t":"a","v":8}]]],[{"t":"f","v":">>"},[{"t":"f","v":"+"},{"t":"w","v":"N4"},{"t":"a","v":1}],{"t":"a","v":1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:set-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"bit"},[{"t":"f","v":"|"},{"t":"w","v":"n"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"bit"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:clear-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"bit"},[{"t":"f","v":"&"},{"t":"w","v":"n"},[{"t":"f","v":"~"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"bit"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:odd-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"="},[{"t":"f","v":"&"},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:average-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">>"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:toggle-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"^"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"n"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:same-sign-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">="},[{"t":"f","v":"^"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:max-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"a"},[{"t":"f","v":"&"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":">>"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":31}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:min-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"a"},[{"t":"f","v":"&"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":">>"},[{"t":"f","v":"-"},{"t":"w","v":"b"},{"t":"w","v":"a"}],{"t":"a","v":31}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:modulo-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"numerator"},{"t":"w","v":"divisor"},[{"t":"f","v":"&"},{"t":"w","v":"numerator"},[{"t":"f","v":"-"},{"t":"w","v":"divisor"},{"t":"a","v":1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:n-one-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"N"},{"t":"w","v":"nth"},[{"t":"f","v":"type"},[{"t":"f","v":"&"},{"t":"w","v":"N"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"nth"}]],{"t":"w","v":"Boolean"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->chars"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:chars->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"x"},[{"t":"f","v":"concatenate"},{"t":"w","v":"a"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}]]],{"t":"a","v":""}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->number"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"number"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:number->string"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"type"},{"t":"w","v":"n"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:strings->numbers"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"number"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:numbers->strings"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->char-codes"},[{"t":"f","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"pi"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"array"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:chars->char-codes"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:char-codes->chars"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:char-codes->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char"}]]],[{"t":"f","v":"cast:chars->string"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:power"},[{"t":"f","v":"lambda"},{"t":"w","v":"base"},{"t":"w","v":"exp"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"exp"},{"t":"a","v":0}],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"base"},{"t":"a","v":0}],[{"t":"f","v":"throw"},{"t":"a","v":"Attempting to divide by 0 in (math:power)"}],[{"t":"f","v":"/"},[{"t":"f","v":"*"},{"t":"w","v":"base"},[{"t":"f","v":"math:power"},{"t":"w","v":"base"},[{"t":"f","v":"-"},[{"t":"f","v":"*"},{"t":"w","v":"exp"},{"t":"a","v":-1}],{"t":"a","v":1}]]]]],[{"t":"f","v":"cond"},[{"t":"f","v":"="},{"t":"w","v":"exp"},{"t":"a","v":0}],{"t":"a","v":1},[{"t":"f","v":"="},{"t":"w","v":"exp"},{"t":"a","v":1}],{"t":"w","v":"base"},[{"t":"f","v":"*"}],[{"t":"f","v":"*"},{"t":"w","v":"base"},[{"t":"f","v":"math:power"},{"t":"w","v":"base"},[{"t":"f","v":"-"},{"t":"w","v":"exp"},{"t":"a","v":1}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:greatest-common-divisor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"gcd"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"b"},{"t":"a","v":0}],{"t":"w","v":"a"},[{"t":"f","v":"gcd"},{"t":"w","v":"b"},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"gcd"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:least-common-divisor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"/"},[{"t":"f","v":"math:greatest-common-divisor"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sqrt"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"is-good-enough"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"<"},[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},[{"t":"f","v":"square"},{"t":"w","v":"g"}],{"t":"w","v":"x"}]],{"t":"a","v":0.01}]],{"t":"w","v":"improve-guess"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"math:average"},{"t":"w","v":"g"},[{"t":"f","v":"*"},{"t":"w","v":"x"},[{"t":"f","v":"/"},{"t":"w","v":"g"}]]]]],[{"t":"f","v":"let*"},{"t":"w","v":"math:sqrt-iter"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"if"},[{"t":"f","v":"is-good-enough"},{"t":"w","v":"g"},{"t":"w","v":"x"}],{"t":"w","v":"g"},[{"t":"f","v":"math:sqrt-iter"},[{"t":"f","v":"improve-guess"},{"t":"w","v":"g"},{"t":"w","v":"x"}],{"t":"w","v":"x"}]]]],[{"t":"f","v":"math:sqrt-iter"},{"t":"a","v":1},{"t":"w","v":"x"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:circumference"},[{"t":"f","v":"lambda"},{"t":"w","v":"radius"},[{"t":"f","v":"*"},{"t":"w","v":"PI"},[{"t":"f","v":"*"},{"t":"w","v":"radius"},{"t":"a","v":2}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:hypotenuse"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"math:sqrt"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"b"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:abs"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"-"},[{"t":"f","v":"^"},{"t":"w","v":"n"},[{"t":"f","v":">>"},{"t":"w","v":"n"},{"t":"a","v":31}]],[{"t":"f","v":">>"},{"t":"w","v":"n"},{"t":"a","v":31}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:nth-digit"},[{"t":"f","v":"lambda"},{"t":"w","v":"digit"},{"t":"w","v":"n"},[{"t":"f","v":"|"},[{"t":"f","v":"mod"},[{"t":"f","v":"/"},{"t":"w","v":"digit"},[{"t":"f","v":"math:power"},{"t":"a","v":10},[{"t":"f","v":"-"},{"t":"w","v":"n"},{"t":"a","v":1}]]],{"t":"a","v":10}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:normalize"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"value"},{"t":"w","v":"math:min"},{"t":"w","v":"math:max"},[{"t":"f","v":"*"},[{"t":"f","v":"-"},{"t":"w","v":"value"},{"t":"w","v":"math:min"}],[{"t":"f","v":"/"},[{"t":"f","v":"-"},{"t":"w","v":"math:max"},{"t":"w","v":"math:min"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:linear-interpolation"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"n"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},[{"t":"f","v":"-"},{"t":"a","v":1},{"t":"w","v":"n"}],{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"n"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:gauss-sum"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"*"},{"t":"w","v":"n"},[{"t":"f","v":"+"},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:gauss-sum-sequance"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":"+"},[{"t":"f","v":"-"},{"t":"w","v":"b"},{"t":"w","v":"a"}],{"t":"a","v":1}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:clamp"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"limit"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"x"},{"t":"w","v":"limit"}],{"t":"w","v":"limit"},{"t":"w","v":"x"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:odd?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"x"},{"t":"a","v":2}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:even?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"x"},{"t":"a","v":2}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sign"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"n"},{"t":"a","v":0}],{"t":"a","v":-1},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:radians"},[{"t":"f","v":"lambda"},{"t":"w","v":"deg"},[{"t":"f","v":"*"},{"t":"w","v":"deg"},{"t":"w","v":"PI"},[{"t":"f","v":"/"},{"t":"a","v":180}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:average"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"y"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"x"},{"t":"w","v":"y"}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:euclidean-mod"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"mod"},[{"t":"f","v":"+"},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"b"}],{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:euclidean-distance"},[{"t":"f","v":"lambda"},{"t":"w","v":"x1"},{"t":"w","v":"y1"},{"t":"w","v":"x2"},{"t":"w","v":"y2"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"-"},{"t":"w","v":"x1"},{"t":"w","v":"x2"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"y1"},{"t":"w","v":"y2"}]],[{"t":"f","v":"math:sqrt"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"b"},{"t":"w","v":"b"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:manhattan-distance"},[{"t":"f","v":"lambda"},{"t":"w","v":"x1"},{"t":"w","v":"y1"},{"t":"w","v":"x2"},{"t":"w","v":"y2"},[{"t":"f","v":"+"},[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},{"t":"w","v":"x2"},{"t":"w","v":"x1"}]],[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},{"t":"w","v":"y2"},{"t":"w","v":"y1"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:positive?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":">"},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:negative?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":"<"},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:zero?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":"="},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:divisible?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:ascending?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:descending?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:prime?"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"cond"},[{"t":"f","v":"="},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":0},[{"t":"f","v":"<"},{"t":"w","v":"n"},{"t":"a","v":0}],{"t":"a","v":0},[{"t":"f","v":"*"}],[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iter"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"is-prime"},[{"t":"f","v":"not"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"n"},{"t":"w","v":"i"}],{"t":"a","v":0}]]],[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"<="},{"t":"w","v":"i"},{"t":"w","v":"end"}],{"t":"w","v":"is-prime"}],[{"t":"f","v":"iter"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"end"}],{"t":"w","v":"is-prime"}]]]],[{"t":"f","v":"or"},[{"t":"f","v":"="},{"t":"w","v":"n"},{"t":"a","v":2}],[{"t":"f","v":"iter"},{"t":"a","v":2},[{"t":"f","v":"math:sqrt"},{"t":"w","v":"n"}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:slice"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"bounds"},[{"t":"f","v":"-"},{"t":"w","v":"end"},{"t":"w","v":"start"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},[{"t":"f","v":"+"},{"t":"w","v":"start"},{"t":"w","v":"i"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"a","v":0},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:binary-search"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"target"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"search"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"<="},{"t":"w","v":"start"},{"t":"w","v":"end"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"math:floor"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"start"},{"t":"w","v":"end"}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},{"t":"w","v":"index"}]],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"target"},{"t":"w","v":"current"}],{"t":"w","v":"target"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"current"},{"t":"w","v":"target"}],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"w","v":"start"},[{"t":"f","v":"-"},{"t":"w","v":"index"},{"t":"a","v":1}]],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},[{"t":"f","v":"+"},{"t":"w","v":"index"},{"t":"a","v":1}],{"t":"w","v":"end"}]]]]]]]],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"a","v":0},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:zip"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"A"},{"t":"w","v":"B"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"output"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"a"}],[{"t":"f","v":"cdr"},{"t":"w","v":"b"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"output"},[{"t":"f","v":"array"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"a"}],[{"t":"f","v":"car"},{"t":"w","v":"b"}]]]]],{"t":"w","v":"output"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"A"},{"t":"w","v":"B"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:cartesian-product"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:fold"},{"t":"w","v":"a"},[{"t":"f","v":"lambda"},{"t":"w","v":"p"},{"t":"w","v":"x"},[{"t":"f","v":"array:merge"},{"t":"w","v":"p"},[{"t":"f","v":"array:map"},{"t":"w","v":"b"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array"},{"t":"w","v":"x"},{"t":"w","v":"y"}]]]]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:equal?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"or"},[{"t":"f","v":"and"},[{"t":"f","v":"number?"},{"t":"w","v":"a"}],[{"t":"f","v":"number?"},{"t":"w","v":"b"}],[{"t":"f","v":"="},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"and"},[{"t":"f","v":"string?"},{"t":"w","v":"a"}],[{"t":"f","v":"string?"},{"t":"w","v":"b"}],[{"t":"f","v":"string:equal?"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"and"},[{"t":"f","v":"array?"},{"t":"w","v":"a"}],[{"t":"f","v":"="},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"not"},[{"t":"f","v":"array:some?"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"a"}],[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"not"},[{"t":"f","v":"array:equal?"},[{"t":"f","v":"get"},{"t":"w","v":"a"},{"t":"w","v":"i"}],[{"t":"f","v":"get"},{"t":"w","v":"b"},{"t":"w","v":"i"}]]]]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:join"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"delim"},[{"t":"f","v":"array:fold"},[{"t":"f","v":"array:zip"},{"t":"w","v":"arr"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]],{"t":"a","v":0}],[{"t":"f","v":"concatenate"},{"t":"w","v":"a"},{"t":"w","v":"delim"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"b"}],{"t":"w","v":"string"}]],[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"b"}],{"t":"w","v":"string"}]]],{"t":"a","v":""}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:flat"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"flatten"},[{"t":"f","v":"lambda"},{"t":"w","v":"item"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"array?"},{"t":"w","v":"item"}],[{"t":"f","v":"length"},{"t":"w","v":"item"}]],[{"t":"f","v":"array:fold"},{"t":"w","v":"item"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"flatten"},{"t":"w","v":"b"}]]],[]],[{"t":"f","v":"array"},{"t":"w","v":"item"}]]]],[{"t":"f","v":"flatten"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:sort"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"if"},[{"t":"f","v":"<="},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}],{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"pivot"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]],[{"t":"f","v":"let"},{"t":"w","v":"predicate"},[{"t":"f","v":"callback"},{"t":"w","v":"current"},{"t":"w","v":"pivot"}]],[{"t":"f","v":"let"},{"t":"w","v":"left"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"predicate"},{"t":"a","v":0}],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},{"t":"w","v":"current"}]],{"t":"w","v":"a"}]],[{"t":"f","v":"let"},{"t":"w","v":"right"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"predicate"},{"t":"a","v":1}],[{"t":"f","v":"array:merge"},{"t":"w","v":"b"},[{"t":"f","v":"array"},{"t":"w","v":"current"}]],{"t":"w","v":"b"}]],[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"},{"t":"w","v":"left"},{"t":"w","v":"right"}],[{"t":"f","v":"array"},{"t":"w","v":"left"},{"t":"w","v":"right"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"sorted"},[{"t":"f","v":"iterate"},{"t":"a","v":1},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}],[],[]]],[{"t":"f","v":"let"},{"t":"w","v":"left"},[{"t":"f","v":"car"},{"t":"w","v":"sorted"}]],[{"t":"f","v":"let"},{"t":"w","v":"right"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"sorted"}]]],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array:sort"},{"t":"w","v":"left"},{"t":"w","v":"callback"}],[{"t":"f","v":"array"},{"t":"w","v":"pivot"}],[{"t":"f","v":"array:sort"},{"t":"w","v":"right"},{"t":"w","v":"callback"}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:set"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},{"t":"w","v":"value"},[{"t":"f","v":"if"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"arr"},{"t":"w","v":"i"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}],[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"x"},{"t":"w","v":"i"}],{"t":"w","v":"value"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},{"t":"w","v":"x"}]]]],[{"t":"f","v":"throw"},[{"t":"f","v":"concatenate"},[{"t":"f","v":"type"},{"t":"w","v":"i"},{"t":"w","v":"string"}],{"t":"a","v":" is outside of the array bounds"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:adjacent-difference"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"unless"},[{"t":"f","v":"="},{"t":"w","v":"len"},{"t":"a","v":1}],[{"t":"f","v":"do"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"result"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"len"}],[{"t":"f","v":"do"},[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"result"},{"t":"w","v":"i"},[{"t":"f","v":"callback"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},{"t":"w","v":"i"},{"t":"a","v":1}]],[{"t":"f","v":"get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]]]]],{"t":"w","v":"result"}]]],[{"t":"f","v":"iterate"},{"t":"a","v":1},{"t":"w","v":"arr"}]],{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:adjacent-find"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"len"},{"t":"a","v":1}],[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"len"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"let"},{"t":"w","v":"prev"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]]],{"t":"w","v":"prev"},[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[]]]],[{"t":"f","v":"iterate"},{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:partition"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"n"},[{"t":"f","v":"array:fold"},[{"t":"f","v":"array:zip"},{"t":"w","v":"arr"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"x"},[{"t":"f","v":"car"},{"t":"w","v":"b"}]],[{"t":"f","v":"let"},{"t":"w","v":"i"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]]],[{"t":"f","v":"if"},[{"t":"f","v":"mod"},{"t":"w","v":"i"},{"t":"w","v":"n"}],[{"t":"f","v":"array:set!"},[{"t":"f","v":"let"},{"t":"w","v":"last-a"},[{"t":"f","v":"get"},{"t":"w","v":"a"},{"t":"a","v":-1}]],[{"t":"f","v":"length"},{"t":"w","v":"last-a"}],{"t":"w","v":"x"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"mut-arr"},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"mut-arr"},[{"t":"f","v":"length"},{"t":"w","v":"mut-arr"}],{"t":"w","v":"x"}]]]],{"t":"w","v":"a"}]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:split"},[{"t":"f","v":"lambda"},{"t":"w","v":"str"},{"t":"w","v":"delim"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"locals"},[]],[{"t":"f","v":"let"},{"t":"w","v":"delim-arr"},[{"t":"f","v":"type"},{"t":"w","v":"delim"},{"t":"w","v":"array"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],{"t":"w","v":"delim-arr"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"array"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],[{"t":"f","v":"length"},{"t":"w","v":"delim-arr"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],{"t":"a","v":""}],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"result"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"if"},[{"t":"f","v":"array:every?"},[{"t":"f","v":"array:zip"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":0}],[{"t":"f","v":"math:sequence"},{"t":"w","v":"locals"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"item"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"y"},[{"t":"f","v":"car"},{"t":"w","v":"item"}]],[{"t":"f","v":"let"},{"t":"w","v":"j"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"item"}]]],[{"t":"f","v":"or"},[{"t":"f","v":"<="},[{"t":"f","v":"length"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":1}]],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"w","v":"j"}]],[{"t":"f","v":"="},[{"t":"f","v":"type"},[{"t":"f","v":"get"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":1}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"w","v":"j"}]],{"t":"w","v":"char-code"}],[{"t":"f","v":"type"},{"t":"w","v":"y"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"result"},[{"t":"f","v":"length"},{"t":"w","v":"result"}],[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":3}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},{"t":"a","v":3},{"t":"a","v":""}],[{"t":"f","v":"+"},{"t":"w","v":"i"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":2}],{"t":"a","v":-1}]],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},{"t":"a","v":3},[{"t":"f","v":"concatenate"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":3}],[{"t":"f","v":"get"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":1}],{"t":"w","v":"i"}]]],{"t":"w","v":"i"}]],{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},{"t":"w","v":"result"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"}],{"t":"w","v":"result"}]]],[{"t":"f","v":"array:set!"},[{"t":"f","v":"let"},{"t":"w","v":"iteration-result"},[{"t":"f","v":"iterate"},[],{"t":"a","v":0},[{"t":"f","v":"-"},[{"t":"f","v":"length"},[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":1}]],{"t":"a","v":1}]]],[{"t":"f","v":"length"},{"t":"w","v":"iteration-result"}],[{"t":"f","v":"get"},{"t":"w","v":"locals"},{"t":"a","v":3}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:copy"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],{"t":"w","v":"b"}]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:merge!"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"array:for"},{"t":"w","v":"b"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],{"t":"w","v":"x"}]]],{"t":"w","v":"a"}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:swap-remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}]]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":-1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:index-of"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"item"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"="},[{"t":"f","v":"car"},{"t":"w","v":"arr"}],{"t":"w","v":"item"}],{"t":"w","v":"i"},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],{"t":"a","v":-1}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:find-index"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"w","v":"i"},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],{"t":"a","v":-1}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:remove"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"x"},[{"t":"f","v":"do"},[{"t":"f","v":"unless"},[{"t":"f","v":"="},{"t":"w","v":"x"},{"t":"w","v":"i"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},{"t":"w","v":"x"}]],{"t":"w","v":"a"}]]],[{"t":"f","v":"array"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:pad-right"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"b"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],{"t":"w","v":"length"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"b"}],[{"t":"f","v":"length"},{"t":"w","v":"a"}]],{"t":"w","v":"length"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:pad-left"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],{"t":"w","v":"length"}],{"t":"w","v":"b"}],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"b"}],[{"t":"f","v":"length"},{"t":"w","v":"a"}]],{"t":"w","v":"length"}],{"t":"w","v":"a"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:greater?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"otherwise"},[{"t":"f","v":"string:equal?"},{"t":"w","v":"L"},{"t":"w","v":"R"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"A"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"B"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"A"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"B"}],[{"t":"f","v":"length"},{"t":"w","v":"A"}]],{"t":"w","v":"length"}]],{"t":"w","v":"A"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"B"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],{"t":"w","v":"length"}]],{"t":"w","v":"B"}]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"acc"},{"t":"w","v":"pair"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"car"},{"t":"w","v":"pair"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"pair"}]]],{"t":"a","v":0},{"t":"w","v":"acc"}]],{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:lesser?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"otherwise"},[{"t":"f","v":"string:equal?"},{"t":"w","v":"L"},{"t":"w","v":"R"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"A"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"B"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"A"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"B"}],[{"t":"f","v":"length"},{"t":"w","v":"A"}]],{"t":"w","v":"length"}]],{"t":"w","v":"A"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"B"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],{"t":"w","v":"length"}]],{"t":"w","v":"B"}]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"acc"},{"t":"w","v":"pair"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"car"},{"t":"w","v":"pair"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"pair"}]]],{"t":"a","v":0},{"t":"w","v":"acc"}]],{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:equal?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"when"},[{"t":"f","v":"="},[{"t":"f","v":"length"},{"t":"w","v":"L"}],[{"t":"f","v":"length"},{"t":"w","v":"R"}]],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:every?"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"car"},{"t":"w","v":"x"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"x"}]]]]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"new:set"},[{"t":"f","v":"lambda"},{"t":"w","v":"items"},[{"t":"f","v":"set:insert!"},[],{"t":"w","v":"items"}]]],[{"t":"f","v":"let"},{"t":"w","v":"new:array"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"items"},[{"t":"f","v":"type"},{"t":"w","v":"items"},{"t":"w","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:node"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"value"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"arr"},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":0},{"t":"w","v":"value"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":1},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":2},[]],{"t":"w","v":"arr"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:left"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"get"},{"t":"w","v":"node"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:right"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"get"},{"t":"w","v":"node"},{"t":"a","v":2}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:left!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"tree"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"tree"},{"t":"a","v":1},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:right!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"tree"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"tree"},{"t":"a","v":2},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:value"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"car"},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:index"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"prime-num"},{"t":"a","v":31}],[{"t":"f","v":"let"},{"t":"w","v":"key-arr"},[{"t":"f","v":"type"},[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}],{"t":"w","v":"array"}]],[{"t":"f","v":"let"},{"t":"w","v":"total"},[{"t":"f","v":"array"},{"t":"a","v":0}]],[{"t":"f","v":"let*"},{"t":"w","v":"find-hash-index"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"letter"},[{"t":"f","v":"get"},{"t":"w","v":"key-arr"},{"t":"w","v":"i"}]],[{"t":"f","v":"let"},{"t":"w","v":"value"},[{"t":"f","v":"-"},[{"t":"f","v":"type"},{"t":"w","v":"letter"},{"t":"w","v":"char-code"}],{"t":"a","v":96}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"total"},{"t":"a","v":0},[{"t":"f","v":"math:euclidean-mod"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},[{"t":"f","v":"car"},{"t":"w","v":"total"}],{"t":"w","v":"prime-num"}],{"t":"w","v":"value"}],[{"t":"f","v":"length"},{"t":"w","v":"table"}]]],[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"find-hash-index"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"}],[{"t":"f","v":"car"},{"t":"w","v":"total"}]]]]],[{"t":"f","v":"find-hash-index"},{"t":"a","v":0},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"key-arr"}],{"t":"a","v":1}],{"t":"a","v":100}],[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"key-arr"}],{"t":"a","v":1}],{"t":"a","v":100}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:add!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[{"t":"f","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},{"t":"w","v":"key"}],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},[{"t":"f","v":"length"},{"t":"w","v":"current"}],{"t":"w","v":"entry"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},{"t":"w","v":"entry"}]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[{"t":"f","v":"Array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},{"t":"w","v":"key"}],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"and"},[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},[{"t":"f","v":"get"},{"t":"w","v":"current"},{"t":"a","v":-1}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"a","v":-1}]]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"and"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]]],[{"t":"f","v":"and"},[{"t":"f","v":"length"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]]],[{"t":"f","v":">="},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":0}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:intersection"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"element"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"set:has?"},{"t":"w","v":"a"},{"t":"w","v":"element"}],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]],{"t":"w","v":"out"}]],[{"t":"f","v":"array"},[],[],[],[],[]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:difference"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"element"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"b"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]],{"t":"w","v":"out"}]],[{"t":"f","v":"array"},[],[],[],[],[]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:xor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[],[],[],[],[]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"b"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]]],[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"a"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:union"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[],[],[],[],[]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]],[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:table->array"},[{"t":"f","v":"lambda"},{"t":"w","v":"set"},[{"t":"f","v":"array:select"},[{"t":"f","v":"array:flat"},{"t":"w","v":"set"}],{"t":"w","v":"atom?"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:empty!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"array:map"},{"t":"w","v":"table"},{"t":"w","v":"empty!"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:empty!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"array:map"},{"t":"w","v":"table"},{"t":"w","v":"empty!"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:set!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},{"t":"w","v":"value"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"x"}],{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},[{"t":"f","v":"array"},{"t":"w","v":"key"},{"t":"w","v":"value"}]],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},[{"t":"f","v":"length"},{"t":"w","v":"current"}],{"t":"w","v":"entry"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},{"t":"w","v":"entry"}]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"x"}],{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"and"},[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},[{"t":"f","v":"get"},{"t":"w","v":"current"},{"t":"a","v":-1}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"a","v":-1}]]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:get"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"when"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"found"},[{"t":"f","v":"array:find"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},[{"t":"f","v":"get"},{"t":"w","v":"x"},{"t":"a","v":0}],{"t":"w","v":"string"}]]]]],[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"found"}],[{"t":"f","v":"get"},{"t":"w","v":"found"},{"t":"a","v":1}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:map->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"pi"},{"t":"w","v":"table"},[{"t":"f","v":"array:select"},{"t":"w","v":"length"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"array:join"},[{"t":"f","v":"array:map"},{"t":"w","v":"x"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array:join"},{"t":"w","v":"y"},{"t":"a","v":" -> "}]]],{"t":"a","v":" "}]]],[{"t":"f","v":"array:join"},{"t":"a","v":"\n"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"map:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"and"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]]],[{"t":"f","v":"and"},[{"t":"f","v":"length"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]]],[{"t":"f","v":">="},[{"t":"f","v":"array:find-index"},[{"t":"f","v":"car"},{"t":"w","v":"current"}],[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":0}]]]]]]
1
+ export default [[{"t":"f","v":"let"},{"t":"w","v":"math:E"},{"t":"a","v":2.718281828459045}],[{"t":"f","v":"let"},{"t":"w","v":"math:PI"},{"t":"a","v":3.141592653589793}],[{"t":"f","v":"let*"},{"t":"w","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"do"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:for"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],{"t":"w","v":"callback"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:select"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:exclude"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"not"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},{"t":"w","v":"initial"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"callback"},{"t":"w","v":"out"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"w","v":"initial"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:every?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]],[{"t":"f","v":"not"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:some?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"not"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]],[{"t":"f","v":"type"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"w","v":"boolean"}]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:find"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]]],[]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"a","v":1},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}]]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:reverse"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"w","v":"out"}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:range"},[{"t":"f","v":"lambda"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<="},{"t":"w","v":"count"},{"t":"w","v":"end"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"w","v":"start"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sequence"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"end"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"out"}],{"t":"w","v":"end"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sequence-n"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"count"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"out"}],{"t":"w","v":"n"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},{"t":"w","v":"count"}]],[{"t":"f","v":"+"},{"t":"w","v":"count"},{"t":"a","v":1}]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},[],{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:unique"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},[{"t":"f","v":"let"},{"t":"w","v":"sorted"},[{"t":"f","v":"array:sort"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"array:zip"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"sorted"}]],[{"t":"f","v":"array:select"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"or"},[{"t":"f","v":"not"},[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"x"}]]]],[{"t":"f","v":"not"},[{"t":"f","v":"="},[{"t":"f","v":"array:get"},{"t":"w","v":"sorted"},[{"t":"f","v":"-"},{"t":"w","v":"index"},{"t":"a","v":1}]],[{"t":"f","v":"array:get"},{"t":"w","v":"sorted"},{"t":"w","v":"index"}]]]]]],[{"t":"f","v":"array:map"},{"t":"w","v":"car"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:for-range"},[{"t":"f","v":"lambda"},{"t":"w","v":"start"},{"t":"w","v":"end"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"when"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"end"}],[{"t":"f","v":"do"},[{"t":"f","v":"callback"},{"t":"w","v":"i"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]]]]],[{"t":"f","v":"iterate"},{"t":"w","v":"start"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:traverse"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"callback"},[{"t":"f","v":"if"},[{"t":"f","v":"atom?"},{"t":"w","v":"x"}],[{"t":"f","v":"callback"},{"t":"w","v":"x"}],[{"t":"f","v":"iterate"},{"t":"w","v":"x"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array:traverse"},{"t":"w","v":"y"},{"t":"w","v":"callback"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:summation"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"+"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:product"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"*"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:maximum"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:minimum"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"car"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:max"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:min"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:count-of"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:select"},{"t":"w","v":"callback"}],[{"t":"f","v":"length"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:increment"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:floor"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"|"},{"t":"w","v":"n"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:round"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"|"},[{"t":"f","v":"+"},{"t":"w","v":"n"},{"t":"a","v":0.5}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:empty?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"not"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:empty!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":-1}],[{"t":"f","v":"iterate"}]],{"t":"w","v":"arr"}]]],[{"t":"f","v":"iterate"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:in-bounds?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"index"},[{"t":"f","v":"and"},[{"t":"f","v":"<"},{"t":"w","v":"index"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":">="},{"t":"w","v":"index"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:largest-power"},[{"t":"f","v":"lambda"},{"t":"w","v":"N"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"N1"},[{"t":"f","v":"|"},{"t":"w","v":"N"},[{"t":"f","v":">>"},{"t":"w","v":"N"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"N2"},[{"t":"f","v":"|"},{"t":"w","v":"N1"},[{"t":"f","v":">>"},{"t":"w","v":"N1"},{"t":"a","v":2}]]],[{"t":"f","v":"let"},{"t":"w","v":"N3"},[{"t":"f","v":"|"},{"t":"w","v":"N2"},[{"t":"f","v":">>"},{"t":"w","v":"N2"},{"t":"a","v":4}]]],[{"t":"f","v":"let"},{"t":"w","v":"N4"},[{"t":"f","v":"|"},{"t":"w","v":"N3"},[{"t":"f","v":">>"},{"t":"w","v":"N3"},{"t":"a","v":8}]]],[{"t":"f","v":">>"},[{"t":"f","v":"+"},{"t":"w","v":"N4"},{"t":"a","v":1}],{"t":"a","v":1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:set-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"bit"},[{"t":"f","v":"|"},{"t":"w","v":"n"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"bit"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:clear-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"bit"},[{"t":"f","v":"&"},{"t":"w","v":"n"},[{"t":"f","v":"~"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"bit"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:odd-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"="},[{"t":"f","v":"&"},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:average-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">>"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:toggle-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"^"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"n"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:same-sign-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">="},[{"t":"f","v":"^"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:max-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"a"},[{"t":"f","v":"&"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":">>"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":31}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:min-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"a"},[{"t":"f","v":"&"},[{"t":"f","v":"-"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":">>"},[{"t":"f","v":"-"},{"t":"w","v":"b"},{"t":"w","v":"a"}],{"t":"a","v":31}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:modulo-bit"},[{"t":"f","v":"lambda"},{"t":"w","v":"numerator"},{"t":"w","v":"divisor"},[{"t":"f","v":"&"},{"t":"w","v":"numerator"},[{"t":"f","v":"-"},{"t":"w","v":"divisor"},{"t":"a","v":1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:n-one-bit?"},[{"t":"f","v":"lambda"},{"t":"w","v":"N"},{"t":"w","v":"nth"},[{"t":"f","v":"type"},[{"t":"f","v":"&"},{"t":"w","v":"N"},[{"t":"f","v":"<<"},{"t":"a","v":1},{"t":"w","v":"nth"}]],{"t":"w","v":"Boolean"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->chars"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:chars->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"x"},[{"t":"f","v":"concatenate"},{"t":"w","v":"a"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}]]],{"t":"a","v":""}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->number"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"number"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:number->string"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"type"},{"t":"w","v":"n"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:strings->numbers"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"number"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:numbers->strings"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:string->char-codes"},[{"t":"f","v":"lambda"},{"t":"w","v":"str"},[{"t":"f","v":"pi"},{"t":"w","v":"str"},[{"t":"f","v":"type"},{"t":"w","v":"array"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:chars->char-codes"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:char-codes->chars"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:char-codes->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"char"}]]],[{"t":"f","v":"cast:chars->string"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:power"},[{"t":"f","v":"lambda"},{"t":"w","v":"base"},{"t":"w","v":"exp"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"exp"},{"t":"a","v":0}],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"base"},{"t":"a","v":0}],[{"t":"f","v":"throw"},{"t":"a","v":"Attempting to divide by 0 in (math:power)"}],[{"t":"f","v":"/"},[{"t":"f","v":"*"},{"t":"w","v":"base"},[{"t":"f","v":"math:power"},{"t":"w","v":"base"},[{"t":"f","v":"-"},[{"t":"f","v":"*"},{"t":"w","v":"exp"},{"t":"a","v":-1}],{"t":"a","v":1}]]]]],[{"t":"f","v":"cond"},[{"t":"f","v":"="},{"t":"w","v":"exp"},{"t":"a","v":0}],{"t":"a","v":1},[{"t":"f","v":"="},{"t":"w","v":"exp"},{"t":"a","v":1}],{"t":"w","v":"base"},[{"t":"f","v":"*"}],[{"t":"f","v":"*"},{"t":"w","v":"base"},[{"t":"f","v":"math:power"},{"t":"w","v":"base"},[{"t":"f","v":"-"},{"t":"w","v":"exp"},{"t":"a","v":1}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:greatest-common-divisor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"gcd"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"b"},{"t":"a","v":0}],{"t":"w","v":"a"},[{"t":"f","v":"gcd"},{"t":"w","v":"b"},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"gcd"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:least-common-divisor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"/"},[{"t":"f","v":"math:greatest-common-divisor"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sqrt"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"is-good-enough"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"<"},[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},[{"t":"f","v":"square"},{"t":"w","v":"g"}],{"t":"w","v":"x"}]],{"t":"a","v":0.01}]],{"t":"w","v":"improve-guess"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"math:average"},{"t":"w","v":"g"},[{"t":"f","v":"*"},{"t":"w","v":"x"},[{"t":"f","v":"/"},{"t":"w","v":"g"}]]]]],[{"t":"f","v":"let*"},{"t":"w","v":"math:sqrt-iter"},[{"t":"f","v":"lambda"},{"t":"w","v":"g"},{"t":"w","v":"x"},[{"t":"f","v":"if"},[{"t":"f","v":"is-good-enough"},{"t":"w","v":"g"},{"t":"w","v":"x"}],{"t":"w","v":"g"},[{"t":"f","v":"math:sqrt-iter"},[{"t":"f","v":"improve-guess"},{"t":"w","v":"g"},{"t":"w","v":"x"}],{"t":"w","v":"x"}]]]],[{"t":"f","v":"math:sqrt-iter"},{"t":"a","v":1},{"t":"w","v":"x"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:circumference"},[{"t":"f","v":"lambda"},{"t":"w","v":"radius"},[{"t":"f","v":"*"},{"t":"w","v":"PI"},[{"t":"f","v":"*"},{"t":"w","v":"radius"},{"t":"a","v":2}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:hypotenuse"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"math:sqrt"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"b"},{"t":"w","v":"b"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:abs"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"-"},[{"t":"f","v":"^"},{"t":"w","v":"n"},[{"t":"f","v":">>"},{"t":"w","v":"n"},{"t":"a","v":31}]],[{"t":"f","v":">>"},{"t":"w","v":"n"},{"t":"a","v":31}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:nth-digit"},[{"t":"f","v":"lambda"},{"t":"w","v":"digit"},{"t":"w","v":"n"},[{"t":"f","v":"|"},[{"t":"f","v":"mod"},[{"t":"f","v":"/"},{"t":"w","v":"digit"},[{"t":"f","v":"math:power"},{"t":"a","v":10},[{"t":"f","v":"-"},{"t":"w","v":"n"},{"t":"a","v":1}]]],{"t":"a","v":10}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:normalize"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"value"},{"t":"w","v":"math:min"},{"t":"w","v":"math:max"},[{"t":"f","v":"*"},[{"t":"f","v":"-"},{"t":"w","v":"value"},{"t":"w","v":"math:min"}],[{"t":"f","v":"/"},[{"t":"f","v":"-"},{"t":"w","v":"math:max"},{"t":"w","v":"math:min"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:linear-interpolation"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"n"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},[{"t":"f","v":"-"},{"t":"a","v":1},{"t":"w","v":"n"}],{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"n"},{"t":"w","v":"b"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:gauss-sum"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"*"},{"t":"w","v":"n"},[{"t":"f","v":"+"},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:gauss-sum-sequance"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"a"},{"t":"w","v":"b"}],[{"t":"f","v":"+"},[{"t":"f","v":"-"},{"t":"w","v":"b"},{"t":"w","v":"a"}],{"t":"a","v":1}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:clamp"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"limit"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"x"},{"t":"w","v":"limit"}],{"t":"w","v":"limit"},{"t":"w","v":"x"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:odd?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"x"},{"t":"a","v":2}],{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:even?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"x"},{"t":"a","v":2}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:sign"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"n"},{"t":"a","v":0}],{"t":"a","v":-1},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:radians"},[{"t":"f","v":"lambda"},{"t":"w","v":"deg"},[{"t":"f","v":"*"},{"t":"w","v":"deg"},{"t":"w","v":"PI"},[{"t":"f","v":"/"},{"t":"a","v":180}]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:average"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"x"},{"t":"w","v":"y"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"x"},{"t":"w","v":"y"}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:euclidean-mod"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"mod"},[{"t":"f","v":"+"},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"w","v":"b"}],{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:euclidean-distance"},[{"t":"f","v":"lambda"},{"t":"w","v":"x1"},{"t":"w","v":"y1"},{"t":"w","v":"x2"},{"t":"w","v":"y2"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"-"},{"t":"w","v":"x1"},{"t":"w","v":"x2"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"-"},{"t":"w","v":"y1"},{"t":"w","v":"y2"}]],[{"t":"f","v":"math:sqrt"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},{"t":"w","v":"a"},{"t":"w","v":"a"}],[{"t":"f","v":"*"},{"t":"w","v":"b"},{"t":"w","v":"b"}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:manhattan-distance"},[{"t":"f","v":"lambda"},{"t":"w","v":"x1"},{"t":"w","v":"y1"},{"t":"w","v":"x2"},{"t":"w","v":"y2"},[{"t":"f","v":"+"},[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},{"t":"w","v":"x2"},{"t":"w","v":"x1"}]],[{"t":"f","v":"math:abs"},[{"t":"f","v":"-"},{"t":"w","v":"y2"},{"t":"w","v":"y1"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:positive?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":">"},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:negative?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":"<"},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:zero?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"num"},[{"t":"f","v":"="},{"t":"w","v":"num"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:divisible?"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"a"},{"t":"w","v":"b"}],{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:ascending?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":">"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:descending?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"<"},{"t":"w","v":"a"},{"t":"w","v":"b"}]]],[{"t":"f","v":"let"},{"t":"w","v":"math:prime?"},[{"t":"f","v":"lambda"},{"t":"w","v":"n"},[{"t":"f","v":"cond"},[{"t":"f","v":"="},{"t":"w","v":"n"},{"t":"a","v":1}],{"t":"a","v":0},[{"t":"f","v":"<"},{"t":"w","v":"n"},{"t":"a","v":0}],{"t":"a","v":0},[{"t":"f","v":"*"}],[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iter"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"is-prime"},[{"t":"f","v":"not"},[{"t":"f","v":"="},[{"t":"f","v":"mod"},{"t":"w","v":"n"},{"t":"w","v":"i"}],{"t":"a","v":0}]]],[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"<="},{"t":"w","v":"i"},{"t":"w","v":"end"}],{"t":"w","v":"is-prime"}],[{"t":"f","v":"iter"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"end"}],{"t":"w","v":"is-prime"}]]]],[{"t":"f","v":"or"},[{"t":"f","v":"="},{"t":"w","v":"n"},{"t":"a","v":2}],[{"t":"f","v":"iter"},{"t":"a","v":2},[{"t":"f","v":"math:sqrt"},{"t":"w","v":"n"}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:slice"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"bounds"},[{"t":"f","v":"-"},{"t":"w","v":"end"},{"t":"w","v":"start"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"out"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],[{"t":"f","v":"array:merge"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},[{"t":"f","v":"+"},{"t":"w","v":"start"},{"t":"w","v":"i"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"iterate"},{"t":"a","v":0},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:binary-search"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"target"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"search"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"w","v":"start"},{"t":"w","v":"end"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"<="},{"t":"w","v":"start"},{"t":"w","v":"end"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"math:floor"},[{"t":"f","v":"*"},[{"t":"f","v":"+"},{"t":"w","v":"start"},{"t":"w","v":"end"}],{"t":"a","v":0.5}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},{"t":"w","v":"index"}]],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"target"},{"t":"w","v":"current"}],{"t":"w","v":"target"},[{"t":"f","v":"if"},[{"t":"f","v":">"},{"t":"w","v":"current"},{"t":"w","v":"target"}],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"w","v":"start"},[{"t":"f","v":"-"},{"t":"w","v":"index"},{"t":"a","v":1}]],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},[{"t":"f","v":"+"},{"t":"w","v":"index"},{"t":"a","v":1}],{"t":"w","v":"end"}]]]]]]]],[{"t":"f","v":"search"},{"t":"w","v":"arr"},{"t":"w","v":"target"},{"t":"a","v":0},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:zip"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"A"},{"t":"w","v":"B"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},{"t":"w","v":"output"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"a"}],[{"t":"f","v":"cdr"},{"t":"w","v":"b"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"output"},[{"t":"f","v":"array"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"a"}],[{"t":"f","v":"car"},{"t":"w","v":"b"}]]]]],{"t":"w","v":"output"}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"A"},{"t":"w","v":"B"},[]]]]],[{"t":"f","v":"let"},{"t":"w","v":"math:cartesian-product"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:fold"},{"t":"w","v":"a"},[{"t":"f","v":"lambda"},{"t":"w","v":"p"},{"t":"w","v":"x"},[{"t":"f","v":"array:merge"},{"t":"w","v":"p"},[{"t":"f","v":"array:map"},{"t":"w","v":"b"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array"},{"t":"w","v":"x"},{"t":"w","v":"y"}]]]]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:equal?"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"or"},[{"t":"f","v":"and"},[{"t":"f","v":"number?"},{"t":"w","v":"a"}],[{"t":"f","v":"number?"},{"t":"w","v":"b"}],[{"t":"f","v":"="},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"and"},[{"t":"f","v":"string?"},{"t":"w","v":"a"}],[{"t":"f","v":"string?"},{"t":"w","v":"b"}],[{"t":"f","v":"string:equal?"},{"t":"w","v":"a"},{"t":"w","v":"b"}]],[{"t":"f","v":"and"},[{"t":"f","v":"array?"},{"t":"w","v":"a"}],[{"t":"f","v":"="},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"not"},[{"t":"f","v":"array:some?"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"a"}],[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"not"},[{"t":"f","v":"array:equal?"},[{"t":"f","v":"array:get"},{"t":"w","v":"a"},{"t":"w","v":"i"}],[{"t":"f","v":"array:get"},{"t":"w","v":"b"},{"t":"w","v":"i"}]]]]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:join"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"delim"},[{"t":"f","v":"array:fold"},[{"t":"f","v":"array:zip"},{"t":"w","v":"arr"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]],{"t":"a","v":0}],[{"t":"f","v":"concatenate"},{"t":"w","v":"a"},{"t":"w","v":"delim"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"b"}],{"t":"w","v":"string"}]],[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"b"}],{"t":"w","v":"string"}]]],{"t":"a","v":""}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:flat"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"flatten"},[{"t":"f","v":"lambda"},{"t":"w","v":"item"},[{"t":"f","v":"if"},[{"t":"f","v":"and"},[{"t":"f","v":"array?"},{"t":"w","v":"item"}],[{"t":"f","v":"length"},{"t":"w","v":"item"}]],[{"t":"f","v":"array:fold"},{"t":"w","v":"item"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"flatten"},{"t":"w","v":"b"}]]],[]],[{"t":"f","v":"array"},{"t":"w","v":"item"}]]]],[{"t":"f","v":"flatten"},{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:sort"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"if"},[{"t":"f","v":"<="},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}],{"t":"w","v":"arr"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"pivot"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]],[{"t":"f","v":"let"},{"t":"w","v":"predicate"},[{"t":"f","v":"callback"},{"t":"w","v":"current"},{"t":"w","v":"pivot"}]],[{"t":"f","v":"let"},{"t":"w","v":"left"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"predicate"},{"t":"a","v":0}],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},{"t":"w","v":"current"}]],{"t":"w","v":"a"}]],[{"t":"f","v":"let"},{"t":"w","v":"right"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"predicate"},{"t":"a","v":1}],[{"t":"f","v":"array:merge"},{"t":"w","v":"b"},[{"t":"f","v":"array"},{"t":"w","v":"current"}]],{"t":"w","v":"b"}]],[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"},{"t":"w","v":"left"},{"t":"w","v":"right"}],[{"t":"f","v":"array"},{"t":"w","v":"left"},{"t":"w","v":"right"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"sorted"},[{"t":"f","v":"iterate"},{"t":"a","v":1},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}],[],[]]],[{"t":"f","v":"let"},{"t":"w","v":"left"},[{"t":"f","v":"car"},{"t":"w","v":"sorted"}]],[{"t":"f","v":"let"},{"t":"w","v":"right"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"sorted"}]]],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array:sort"},{"t":"w","v":"left"},{"t":"w","v":"callback"}],[{"t":"f","v":"array"},{"t":"w","v":"pivot"}],[{"t":"f","v":"array:sort"},{"t":"w","v":"right"},{"t":"w","v":"callback"}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:set"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},{"t":"w","v":"value"},[{"t":"f","v":"if"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"arr"},{"t":"w","v":"i"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}],[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"x"},{"t":"w","v":"i"}],{"t":"w","v":"value"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},{"t":"w","v":"x"}]]]],[{"t":"f","v":"throw"},[{"t":"f","v":"concatenate"},[{"t":"f","v":"type"},{"t":"w","v":"i"},{"t":"w","v":"string"}],{"t":"a","v":" is outside of the array bounds"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:adjacent-difference"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"unless"},[{"t":"f","v":"="},{"t":"w","v":"len"},{"t":"a","v":1}],[{"t":"f","v":"do"},[{"t":"f","v":"array"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"result"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"len"}],[{"t":"f","v":"do"},[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"result"},{"t":"w","v":"i"},[{"t":"f","v":"callback"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},{"t":"w","v":"i"},{"t":"a","v":1}]],[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]]]]],{"t":"w","v":"result"}]]],[{"t":"f","v":"iterate"},{"t":"a","v":1},{"t":"w","v":"arr"}]],{"t":"w","v":"arr"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:adjacent-find"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"len"},{"t":"a","v":1}],[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"len"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"let"},{"t":"w","v":"prev"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},{"t":"w","v":"i"}]]],{"t":"w","v":"prev"},[{"t":"f","v":"iterate"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],[]]]],[{"t":"f","v":"iterate"},{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:partition"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"n"},[{"t":"f","v":"array:fold"},[{"t":"f","v":"array:zip"},{"t":"w","v":"arr"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"x"},[{"t":"f","v":"car"},{"t":"w","v":"b"}]],[{"t":"f","v":"let"},{"t":"w","v":"i"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]]],[{"t":"f","v":"if"},[{"t":"f","v":"mod"},{"t":"w","v":"i"},{"t":"w","v":"n"}],[{"t":"f","v":"array:set!"},[{"t":"f","v":"let"},{"t":"w","v":"last-a"},[{"t":"f","v":"array:get"},{"t":"w","v":"a"},{"t":"a","v":-1}]],[{"t":"f","v":"length"},{"t":"w","v":"last-a"}],{"t":"w","v":"x"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"mut-arr"},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"mut-arr"},[{"t":"f","v":"length"},{"t":"w","v":"mut-arr"}],{"t":"w","v":"x"}]]]],{"t":"w","v":"a"}]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:split"},[{"t":"f","v":"lambda"},{"t":"w","v":"str"},{"t":"w","v":"delim"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"locals"},[]],[{"t":"f","v":"let"},{"t":"w","v":"delim-arr"},[{"t":"f","v":"type"},{"t":"w","v":"delim"},{"t":"w","v":"array"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],{"t":"w","v":"delim-arr"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],[{"t":"f","v":"type"},{"t":"w","v":"str"},{"t":"w","v":"array"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],[{"t":"f","v":"length"},{"t":"w","v":"delim-arr"}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},[{"t":"f","v":"length"},{"t":"w","v":"locals"}],{"t":"a","v":""}],[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"result"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"if"},[{"t":"f","v":"array:every?"},[{"t":"f","v":"array:zip"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":0}],[{"t":"f","v":"math:sequence"},{"t":"w","v":"locals"}]],[{"t":"f","v":"lambda"},{"t":"w","v":"item"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"y"},[{"t":"f","v":"car"},{"t":"w","v":"item"}]],[{"t":"f","v":"let"},{"t":"w","v":"j"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"item"}]]],[{"t":"f","v":"or"},[{"t":"f","v":"<="},[{"t":"f","v":"length"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":1}]],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"w","v":"j"}]],[{"t":"f","v":"="},[{"t":"f","v":"type"},[{"t":"f","v":"array:get"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":1}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"w","v":"j"}]],{"t":"w","v":"char-code"}],[{"t":"f","v":"type"},{"t":"w","v":"y"},{"t":"w","v":"char-code"}]]]]]],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"result"},[{"t":"f","v":"length"},{"t":"w","v":"result"}],[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":3}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},{"t":"a","v":3},{"t":"a","v":""}],[{"t":"f","v":"+"},{"t":"w","v":"i"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":2}],{"t":"a","v":-1}]],[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"locals"},{"t":"a","v":3},[{"t":"f","v":"concatenate"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":3}],[{"t":"f","v":"array:get"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":1}],{"t":"w","v":"i"}]]],{"t":"w","v":"i"}]],{"t":"w","v":"bounds"}],[{"t":"f","v":"iterate"},{"t":"w","v":"result"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"}],{"t":"w","v":"result"}]]],[{"t":"f","v":"array:set!"},[{"t":"f","v":"let"},{"t":"w","v":"iteration-result"},[{"t":"f","v":"iterate"},[],{"t":"a","v":0},[{"t":"f","v":"-"},[{"t":"f","v":"length"},[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":1}]],{"t":"a","v":1}]]],[{"t":"f","v":"length"},{"t":"w","v":"iteration-result"}],[{"t":"f","v":"array:get"},{"t":"w","v":"locals"},{"t":"a","v":3}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:copy"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],{"t":"w","v":"b"}]],[]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:merge!"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"array:for"},{"t":"w","v":"b"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],{"t":"w","v":"x"}]]],{"t":"w","v":"a"}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:swap-remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"do"},[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"array:get"},{"t":"w","v":"arr"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"a","v":1}]]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":-1}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:index-of"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"item"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"="},[{"t":"f","v":"car"},{"t":"w","v":"arr"}],{"t":"w","v":"item"}],{"t":"w","v":"i"},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],{"t":"a","v":-1}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:find-index"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"callback"},[{"t":"f","v":"do"},[{"t":"f","v":"let*"},{"t":"w","v":"iterate"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"if"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],[{"t":"f","v":"if"},[{"t":"f","v":"callback"},[{"t":"f","v":"car"},{"t":"w","v":"arr"}]],{"t":"w","v":"i"},[{"t":"f","v":"iterate"},[{"t":"f","v":"cdr"},{"t":"w","v":"arr"}],[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}]]],{"t":"a","v":-1}]]],[{"t":"f","v":"iterate"},{"t":"w","v":"arr"},{"t":"a","v":0}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:remove"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"i"},[{"t":"f","v":"array:fold"},{"t":"w","v":"arr"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"x"},[{"t":"f","v":"do"},[{"t":"f","v":"unless"},[{"t":"f","v":"="},{"t":"w","v":"x"},{"t":"w","v":"i"}],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},{"t":"w","v":"x"}]],{"t":"w","v":"a"}]]],[{"t":"f","v":"array"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:pad-right"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"b"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],{"t":"w","v":"length"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"a"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"b"}],[{"t":"f","v":"length"},{"t":"w","v":"a"}]],{"t":"w","v":"length"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:pad-left"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"a"}],[{"t":"f","v":"length"},{"t":"w","v":"b"}]],{"t":"w","v":"length"}],{"t":"w","v":"b"}],[{"t":"f","v":"array:merge"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"b"}],[{"t":"f","v":"length"},{"t":"w","v":"a"}]],{"t":"w","v":"length"}],{"t":"w","v":"a"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:greater?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"otherwise"},[{"t":"f","v":"string:equal?"},{"t":"w","v":"L"},{"t":"w","v":"R"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"A"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"B"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"A"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"B"}],[{"t":"f","v":"length"},{"t":"w","v":"A"}]],{"t":"w","v":"length"}]],{"t":"w","v":"A"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"B"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],{"t":"w","v":"length"}]],{"t":"w","v":"B"}]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"acc"},{"t":"w","v":"pair"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"car"},{"t":"w","v":"pair"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"pair"}]]],{"t":"a","v":0},{"t":"w","v":"acc"}]],{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:lesser?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"otherwise"},[{"t":"f","v":"string:equal?"},{"t":"w","v":"L"},{"t":"w","v":"R"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"A"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"B"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"A"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"B"}],[{"t":"f","v":"length"},{"t":"w","v":"A"}]],{"t":"w","v":"length"}]],{"t":"w","v":"A"}]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"if"},[{"t":"f","v":">"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],[{"t":"f","v":"array:merge"},{"t":"w","v":"B"},[{"t":"f","v":"array"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"A"}],[{"t":"f","v":"length"},{"t":"w","v":"B"}]],{"t":"w","v":"length"}]],{"t":"w","v":"B"}]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"acc"},{"t":"w","v":"pair"},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"car"},{"t":"w","v":"pair"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"pair"}]]],{"t":"a","v":0},{"t":"w","v":"acc"}]],{"t":"a","v":1}]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"string:equal?"},[{"t":"f","v":"lambda"},{"t":"w","v":"L"},{"t":"w","v":"R"},[{"t":"f","v":"when"},[{"t":"f","v":"="},[{"t":"f","v":"length"},{"t":"w","v":"L"}],[{"t":"f","v":"length"},{"t":"w","v":"R"}]],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"a"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"R"},{"t":"w","v":"string"}]]],[{"t":"f","v":"let"},{"t":"w","v":"b"},[{"t":"f","v":"cast:string->char-codes"},[{"t":"f","v":"type"},{"t":"w","v":"L"},{"t":"w","v":"string"}]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"array:zip"},{"t":"w","v":"b"}],[{"t":"f","v":"array:every?"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"="},[{"t":"f","v":"car"},{"t":"w","v":"x"}],[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"x"}]]]]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"new:set"},[{"t":"f","v":"lambda"},{"t":"w","v":"items"},[{"t":"f","v":"set:insert!"},[],{"t":"w","v":"items"}]]],[{"t":"f","v":"let"},{"t":"w","v":"new:array"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"items"},[{"t":"f","v":"type"},{"t":"w","v":"items"},{"t":"w","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"new:list"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"value"},[{"t":"f","v":"array"},[],{"t":"w","v":"value"},[]]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:node"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"value"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"arr"},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":0},{"t":"w","v":"value"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":1},[]],[{"t":"f","v":"array:set!"},{"t":"w","v":"arr"},{"t":"a","v":2},[]],{"t":"w","v":"arr"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:left"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"array:get"},{"t":"w","v":"node"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:right"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"array:get"},{"t":"w","v":"node"},{"t":"a","v":2}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:left!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"tree"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"tree"},{"t":"a","v":1},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:right!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"tree"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"tree"},{"t":"a","v":2},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"binary-tree:value"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"car"},{"t":"w","v":"node"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:index"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"prime-num"},{"t":"a","v":31}],[{"t":"f","v":"let"},{"t":"w","v":"key-arr"},[{"t":"f","v":"type"},[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}],{"t":"w","v":"array"}]],[{"t":"f","v":"let"},{"t":"w","v":"total"},[{"t":"f","v":"array"},{"t":"a","v":0}]],[{"t":"f","v":"let*"},{"t":"w","v":"find-hash-index"},[{"t":"f","v":"lambda"},{"t":"w","v":"i"},{"t":"w","v":"bounds"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"letter"},[{"t":"f","v":"array:get"},{"t":"w","v":"key-arr"},{"t":"w","v":"i"}]],[{"t":"f","v":"let"},{"t":"w","v":"value"},[{"t":"f","v":"-"},[{"t":"f","v":"type"},{"t":"w","v":"letter"},{"t":"w","v":"char-code"}],{"t":"a","v":96}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"total"},{"t":"a","v":0},[{"t":"f","v":"math:euclidean-mod"},[{"t":"f","v":"+"},[{"t":"f","v":"*"},[{"t":"f","v":"car"},{"t":"w","v":"total"}],{"t":"w","v":"prime-num"}],{"t":"w","v":"value"}],[{"t":"f","v":"length"},{"t":"w","v":"table"}]]],[{"t":"f","v":"if"},[{"t":"f","v":"<"},{"t":"w","v":"i"},{"t":"w","v":"bounds"}],[{"t":"f","v":"find-hash-index"},[{"t":"f","v":"+"},{"t":"w","v":"i"},{"t":"a","v":1}],{"t":"w","v":"bounds"}],[{"t":"f","v":"car"},{"t":"w","v":"total"}]]]]],[{"t":"f","v":"find-hash-index"},{"t":"a","v":0},[{"t":"f","v":"if"},[{"t":"f","v":"<"},[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"key-arr"}],{"t":"a","v":1}],{"t":"a","v":100}],[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"key-arr"}],{"t":"a","v":1}],{"t":"a","v":100}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:add!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[{"t":"f","v":"array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},{"t":"w","v":"key"}],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},[{"t":"f","v":"length"},{"t":"w","v":"current"}],{"t":"w","v":"entry"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},{"t":"w","v":"entry"}]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[{"t":"f","v":"Array"}]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},{"t":"w","v":"key"}],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"and"},[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},[{"t":"f","v":"array:get"},{"t":"w","v":"current"},{"t":"a","v":-1}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"a","v":-1}]]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"and"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]]],[{"t":"f","v":"and"},[{"t":"f","v":"length"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]]],[{"t":"f","v":">="},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":0}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:intersection"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"element"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"set:has?"},{"t":"w","v":"a"},{"t":"w","v":"element"}],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]],{"t":"w","v":"out"}]],[{"t":"f","v":"array"},[],[],[],[],[]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:difference"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:fold"},[{"t":"f","v":"lambda"},{"t":"w","v":"out"},{"t":"w","v":"element"},[{"t":"f","v":"do"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"b"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]],{"t":"w","v":"out"}]],[{"t":"f","v":"array"},[],[],[],[],[]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"set:xor"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[],[],[],[],[]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"b"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]]],[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"when"},[{"t":"f","v":"not"},[{"t":"f","v":"set:has?"},{"t":"w","v":"a"},{"t":"w","v":"element"}]],[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:union"},[{"t":"f","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"out"},[{"t":"f","v":"array"},[],[],[],[],[]]],[{"t":"f","v":"pi"},{"t":"w","v":"a"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]],[{"t":"f","v":"pi"},{"t":"w","v":"b"},[{"t":"f","v":"cast:table->array"}],[{"t":"f","v":"array:for"},[{"t":"f","v":"lambda"},{"t":"w","v":"element"},[{"t":"f","v":"set:add!"},{"t":"w","v":"out"},{"t":"w","v":"element"}]]]],{"t":"w","v":"out"}]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:table->array"},[{"t":"f","v":"lambda"},{"t":"w","v":"set"},[{"t":"f","v":"array:select"},[{"t":"f","v":"array:flat"},{"t":"w","v":"set"}],{"t":"w","v":"atom?"}]]],[{"t":"f","v":"let"},{"t":"w","v":"set:empty!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"array:map"},{"t":"w","v":"table"},{"t":"w","v":"empty!"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:empty!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"array:map"},{"t":"w","v":"table"},{"t":"w","v":"empty!"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:set!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},{"t":"w","v":"value"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"x"}],{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"let"},{"t":"w","v":"entry"},[{"t":"f","v":"array"},{"t":"w","v":"key"},{"t":"w","v":"value"}]],[{"t":"f","v":"if"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},[{"t":"f","v":"length"},{"t":"w","v":"current"}],{"t":"w","v":"entry"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},{"t":"w","v":"entry"}]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:remove!"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"array:set!"},{"t":"w","v":"table"},{"t":"w","v":"idx"},[]]],[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"len"},[{"t":"f","v":"length"},{"t":"w","v":"current"}]],[{"t":"f","v":"let"},{"t":"w","v":"index"},[{"t":"f","v":"if"},{"t":"w","v":"len"},[{"t":"f","v":"array:find-index"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},[{"t":"f","v":"car"},{"t":"w","v":"x"}],{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":-1}]],[{"t":"f","v":"otherwise"},[{"t":"f","v":"="},{"t":"w","v":"index"},{"t":"a","v":-1}],[{"t":"f","v":"and"},[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"w","v":"index"},[{"t":"f","v":"array:get"},{"t":"w","v":"current"},{"t":"a","v":-1}]],[{"t":"f","v":"array:set!"},{"t":"w","v":"current"},{"t":"a","v":-1}]]],{"t":"w","v":"table"}]]],[{"t":"f","v":"let"},{"t":"w","v":"map:get"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]],[{"t":"f","v":"when"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},{"t":"w","v":"idx"}],[{"t":"f","v":"do"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]],[{"t":"f","v":"let"},{"t":"w","v":"found"},[{"t":"f","v":"array:find"},{"t":"w","v":"current"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},[{"t":"f","v":"array:get"},{"t":"w","v":"x"},{"t":"a","v":0}],{"t":"w","v":"string"}]]]]],[{"t":"f","v":"when"},[{"t":"f","v":"length"},{"t":"w","v":"found"}],[{"t":"f","v":"array:get"},{"t":"w","v":"found"},{"t":"a","v":1}]]]]]]],[{"t":"f","v":"let"},{"t":"w","v":"cast:map->string"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},[{"t":"f","v":"pi"},{"t":"w","v":"table"},[{"t":"f","v":"array:select"},{"t":"w","v":"length"}],[{"t":"f","v":"array:map"},[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"array:join"},[{"t":"f","v":"array:map"},{"t":"w","v":"x"},[{"t":"f","v":"lambda"},{"t":"w","v":"y"},[{"t":"f","v":"array:join"},{"t":"w","v":"y"},{"t":"a","v":" -> "}]]],{"t":"a","v":" "}]]],[{"t":"f","v":"array:join"},{"t":"a","v":"\n"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"map:has?"},[{"t":"f","v":"lambda"},{"t":"w","v":"table"},{"t":"w","v":"key"},[{"t":"f","v":"and"},[{"t":"f","v":"array:in-bounds?"},{"t":"w","v":"table"},[{"t":"f","v":"let"},{"t":"w","v":"idx"},[{"t":"f","v":"set:index"},{"t":"w","v":"table"},{"t":"w","v":"key"}]]],[{"t":"f","v":"and"},[{"t":"f","v":"length"},[{"t":"f","v":"let"},{"t":"w","v":"current"},[{"t":"f","v":"array:get"},{"t":"w","v":"table"},{"t":"w","v":"idx"}]]],[{"t":"f","v":">="},[{"t":"f","v":"array:find-index"},[{"t":"f","v":"car"},{"t":"w","v":"current"}],[{"t":"f","v":"lambda"},{"t":"w","v":"x"},[{"t":"f","v":"string:equal?"},[{"t":"f","v":"type"},{"t":"w","v":"x"},{"t":"w","v":"string"}],[{"t":"f","v":"type"},{"t":"w","v":"key"},{"t":"w","v":"string"}]]]],{"t":"a","v":0}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"list:prev!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"list"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"list"},{"t":"a","v":0},[{"t":"f","v":"array:set!"},{"t":"w","v":"node"},{"t":"a","v":2},{"t":"w","v":"list"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"list:next!"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"list"},{"t":"w","v":"node"},[{"t":"f","v":"array:set!"},{"t":"w","v":"list"},{"t":"a","v":2},[{"t":"f","v":"array:set!"},{"t":"w","v":"node"},{"t":"a","v":0},{"t":"w","v":"list"}]]]],[{"t":"f","v":"let"},{"t":"w","v":"list:prev"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"list"},[{"t":"f","v":"array:get"},{"t":"w","v":"list"},{"t":"a","v":0}]]],[{"t":"f","v":"let"},{"t":"w","v":"list:next"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"list"},[{"t":"f","v":"array:get"},{"t":"w","v":"list"},{"t":"a","v":2}]]],[{"t":"f","v":"let"},{"t":"w","v":"list:value"},[{"t":"f","v":"lambda"},{"t":"w","v":"node"},[{"t":"f","v":"array:get"},{"t":"w","v":"node"},{"t":"a","v":1}]]],[{"t":"f","v":"let"},{"t":"w","v":"array:rotate-right"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"n"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:zip"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:fold"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"mod"},[{"t":"f","v":"+"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]],{"t":"w","v":"n"}],[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"car"},{"t":"w","v":"b"}]]],[{"t":"f","v":"array"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"w","v":"length"}]]]]],[{"t":"f","v":"let"},{"t":"w","v":"array:rotate-left"},[{"t":"f","v":"lambda"},{"t":"w","v":"arr"},{"t":"w","v":"n"},[{"t":"f","v":"pi"},{"t":"w","v":"arr"},[{"t":"f","v":"array:zip"},[{"t":"f","v":"math:sequence"},{"t":"w","v":"arr"}]],[{"t":"f","v":"array:fold"},[{"t":"f","v":"safety"},{"t":"w","v":"lambda"},{"t":"w","v":"a"},{"t":"w","v":"b"},[{"t":"f","v":"array:set!"},{"t":"w","v":"a"},[{"t":"f","v":"mod"},[{"t":"f","v":"+"},[{"t":"f","v":"car"},[{"t":"f","v":"cdr"},{"t":"w","v":"b"}]],[{"t":"f","v":"-"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"w","v":"n"}]],[{"t":"f","v":"length"},{"t":"w","v":"arr"}]],[{"t":"f","v":"car"},{"t":"w","v":"b"}]]],[{"t":"f","v":"array"},[{"t":"f","v":"length"},{"t":"w","v":"arr"}],{"t":"w","v":"length"}]]]]]]
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "fez-lisp",
3
3
  "description": "Lisp interpreted & compiled to JavaScript",
4
4
  "author": "AT290690",
5
- "version": "1.0.12",
5
+ "version": "1.0.13",
6
6
  "type": "module",
7
7
  "main": "index.js",
8
8
  "keywords": [
package/src/enums.js CHANGED
@@ -40,7 +40,7 @@ export const KEYWORDS = {
40
40
  IS_ATOM: 'atom?',
41
41
  FIRST_ARRAY: 'car',
42
42
  REST_ARRAY: 'cdr',
43
- GET_ARRAY: 'get',
43
+ GET_ARRAY: 'array:get',
44
44
 
45
45
  BLOCK: 'do',
46
46