newlisp and microthread or gorouting

Q&A's, tips, howto's
Locked
dexter
Posts: 74
Joined: Fri Nov 11, 2011 12:55 am

newlisp and microthread or gorouting

Post 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?

Locked