diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/abacus/reading.lali | 4 | ||||
| -rwxr-xr-x | examples/abacus/writing.lali | 4 | ||||
| -rwxr-xr-x | examples/speech/en-random.lali | 4 | ||||
| -rwxr-xr-x | examples/speech/en-random_more.lali | 4 | ||||
| -rwxr-xr-x | examples/speech/pt-fixed_answer.lali | 4 | ||||
| -rwxr-xr-x | examples/speech/pt-identify.lali | 2 | ||||
| -rwxr-xr-x | examples/speech/pt-random.lali | 4 | ||||
| -rwxr-xr-x | examples/speech/pt-random_more.lali | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/examples/abacus/reading.lali b/examples/abacus/reading.lali index d4e510e..6663bb3 100755 --- a/examples/abacus/reading.lali +++ b/examples/abacus/reading.lali @@ -1,5 +1,5 @@ ;; variables -(set 'max-columns +4) +(set 'max-columns +12) ;; functions (defun random-number (cases) @@ -51,7 +51,7 @@ (progs f (set 'n-rand (random-number (random max-columns))) - (map (lambda (num) (princ (number-to-earth-rod num)) (newline)) n-rand) + (map (lambda (num) (princ (number-to-air-rod num)) (newline)) n-rand) (read) (print (map number-to-symbol n-rand)) ;; (print n-rand) diff --git a/examples/abacus/writing.lali b/examples/abacus/writing.lali index 2ba300b..17fd7c4 100755 --- a/examples/abacus/writing.lali +++ b/examples/abacus/writing.lali @@ -1,5 +1,5 @@ ;; variables -(set 'max-columns +3) +(set 'max-columns +12) ;; functions (defun random-number (cases) @@ -55,7 +55,7 @@ ;; (print n-rand) (newline) (read) - (map (lambda (num) (princ (number-to-earth-rod num)) (newline)) n-rand) + (map (lambda (num) (princ (number-to-air-rod num)) (newline)) n-rand) (read) (newline) (read))) diff --git a/examples/speech/en-random.lali b/examples/speech/en-random.lali index feda6da..9ac271d 100755 --- a/examples/speech/en-random.lali +++ b/examples/speech/en-random.lali @@ -24,13 +24,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f)) + ((algo lst) '(f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv diff --git a/examples/speech/en-random_more.lali b/examples/speech/en-random_more.lali index 01a3cf8..fd94c6e 100755 --- a/examples/speech/en-random_more.lali +++ b/examples/speech/en-random_more.lali @@ -38,13 +38,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f)) + ((algo lst) '(f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv diff --git a/examples/speech/pt-fixed_answer.lali b/examples/speech/pt-fixed_answer.lali index a50820d..0002672 100755 --- a/examples/speech/pt-fixed_answer.lali +++ b/examples/speech/pt-fixed_answer.lali @@ -19,13 +19,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f)) + ((algo lst) '(f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv diff --git a/examples/speech/pt-identify.lali b/examples/speech/pt-identify.lali index aac6416..bef74ef 100755 --- a/examples/speech/pt-identify.lali +++ b/examples/speech/pt-identify.lali @@ -13,7 +13,7 @@ (defun assoc (number lst) (fill ((dif number (car (car lst))) (car lst)) - ((ap lst) f) + ((algo lst) f) (f (assoc number (cdr lst))))) (defun train-ups-and-downs () diff --git a/examples/speech/pt-random.lali b/examples/speech/pt-random.lali index 6ff31fb..1b3407c 100755 --- a/examples/speech/pt-random.lali +++ b/examples/speech/pt-random.lali @@ -25,13 +25,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f f)) + ((algo lst) '(f f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv diff --git a/examples/speech/pt-random_more.lali b/examples/speech/pt-random_more.lali index 37155e1..0c91c2c 100755 --- a/examples/speech/pt-random_more.lali +++ b/examples/speech/pt-random_more.lali @@ -38,13 +38,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f)) + ((algo lst) '(f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv |
