We need a type system to communicate with go and to change behavior based keyword
ex:
; create loops with for
(for (print 'hello)) ; will loop while expression or funcrion return false
(for area (10.0 20.0 30.0) ; will interact on the list elements
(for (var a 1)
(= a 10)
(var a (+ a 1)
(print a)))
We need a type system to communicate with go and to change behavior based keyword
ex: