newLISP Fan Club

Forum => newLISP in the real world => Topic started by: dexter on March 26, 2017, 10:15:17 PM

Title: newlisp and microthread or gorouting
Post by: dexter on March 26, 2017, 10:15:17 PM
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?