I'm not sure what the status of narwhal is. Kris Kowal has moved onto
mostly node.js development. Tom Robinson is probably still using
Narwhal with 280north. They were bought out and I'm not sure how
interested Motrola is in narwhal as opposed to pure cappuccinno. It
would be nice if Tom would give us an update on that.
> --
> You received this message because you are subscribed to the Google Groups "Narwhal and Jack" group.
> To post to this group, send email to narw...@googlegroups.com.
> To unsubscribe from this group, send email to narwhaljs+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/narwhaljs?hl=en.
>
>
I am using narwhal extensively on the server, in the browser and in a
browser extension with good results. Have only needed to make minor
changes in general (other than the major packaging stuff I did a while ago).
So if it was up to me I would say narwhal (or at least narwhal-lib) is
going to stick around even though it is going through a bit of a slow
period right now.
Christoph
The same with Rhino itself, you might say!
I know RingoJS is somehow concurrent, but there are
differences (require("file") or require("fs")?). Could you clarify the
position of the two projects one to the other?
I've personally been working on applying lessons learned in the
Narwhal architecture to explore the wider world of packages on a
variety of engines, especially Node. It's pretty clear that Narwhal is
entrenched in synchronous IO, and my interests lie in exploring
asynchronous implementations at this moment. Particularly, I am
creating versions of CommonJS/Narwhal modules that use the same
calling conventions but return promises and forEachable streams.
Narwhal is quiet, but we have been busy.
Anyone with a project depending on Narwhal who wishes to have a
governing hand in the future of the project should let us know.
There's plenty of room for more contributors.
Kris Kowal