Racket Libraries
6.1 双 and 􏿴
6.2 􏻿
6.3 􏿰
6.4 􏶃
6.5 􏷂
6.6 􏶿
6.7 
6.8 
6.9 􏺃
6.10 
6.11 Conditionals
6.12 
6.13 
6.14 未分类
6.13 
On this page:
6.13.1 禾、禾?
6.13.2 入、􏸗
6.13.3 􏸛,􏸚
6.13.4 􏸘
6.13.5 Base References
􏸗
𡊤
禾?
􏸕
􏸘
6.13.6 Additional References
𥟍
8.16

6.13 🔗

Racket’s Procedures is especially called in Ming.

6.13.1 禾、禾?🔗

: simplified from , which means journey/procedure in modern chinese.
ideograph

Example:
> (禾? (􏸧 1))

#t

6.13.2 入、􏸗🔗

🐘 􏸧􏸬􏸫􏸪

Examples:
> ( () )

#<procedure>

> ( fun
    (􏸗 [() #f]
        [(x) x]
        [(x y) (􏿴 x y)]
        [(x y z) (􏻿 x y z)]))
> (fun)

#f

> (fun 1)

1

> (fun 1 2)

'(1 2)

> (fun 1 2 3)

'#(1 2 3)

6.13.3 􏸛,􏸚🔗

  • 􏸛: PUA unicode, especially designs for ming-lang.

  • 􏸚: PUA unicode, especially designs for ming-lang.

Examples:
> ((􏸛 􏿴 􏾺分) '("a" "b" "c") 2)

􏸛: undefined;

 cannot reference an identifier before its definition

  in module: top-level

> ((􏸚 句化􏷂 􏶒) '("a" "b" "c"))

􏸚: undefined;

 cannot reference an identifier before its definition

  in module: top-level

6.13.4 􏸘🔗

􏸘: PUA unicode, especially designs for ming-lang.

Example:
> ((􏸘 􏿴 '􏿴1) 'a 'b 'c 'd)

'(a b c d)

6.13.5 Base References🔗

transformer

 :  = λ

transformer

􏸗 :  +  = case-lambda

transformer

 :  = define

transformer

 :  = let

transformer

𡊤 : 𡊤 = apply

transformer

禾? :  + ? = procedure?

transformer

 :  +  = compose

transformer

􏸕 :  +  = compose1

transformer

􏸘 :  + +  = procedure-rename

 
ideographs
/入 
ideographs
λ 
ideographs
: / + + λ
  connotation : lambda
  originates from :
  originally means : get in
Implies the input data is procedure instead of normal data.

Examples:  􏹌 攸/入.

ideograph

  connotation : define
  originates from :
  originally means : name
ideograph

  connotation : let
  originates from :
  originally means : let, order

6.13.6 Additional References🔗

transformer

𥟍 :  +  = negate