Page 1 of 1

newlisp and microthread or gorouting

Posted: Mon Mar 27, 2017 5:15 am
by 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

Code: Select all

(channel (<- a b))
(newroutine (func ))
Wouldn't be great if newlisp has these features?