newlisp and microthread or gorouting

Started by dexter, March 26, 2017, 10:15:17 PM

Previous topic - Next topic

dexter

Hello all~~



Recently I developed a few projects using golang



tough and complex languages but golang does not have the thread just like newlisp



but it has microthread ,called channel

and goroutine



to do the concurrent job

which is a new great way



Is it possible that newlisp can have its own newlisp channel and newlisp routine?

like

(channel (<- a b))
(newroutine (func ))


Wouldn't be great if newlisp has these features?