--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
hi Tom,
did you come up with this concept independently?
It very much reminds me where I was with this concept 1.5 years ago.
Newer version is:
https://github.com/tatumizer/circuit
I came up with same idea 25 years ago while writing simulations in queuing theory. There was a language back then called Ratfor (Rational Fortran) - I used it on Russian "version" of PDP-11.
I started learning javascript 2 years ago, and was surprised that this simple idea is not in mainstream.
Recently I learned that the concept of "circuit" as acyclic graph of gates is one of the well-known ideas in complexity theory (the one that deals with P vs NP and other esoteric stuff).
http://en.wikipedia.org/wiki/Circuit_complexity
Anyway, it's an old concept, I think every one will sooner or later come up with same idea given same problem.
And it's really good for simulations in queuing theory! :)
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
@eldar: sure, any honest person prefers his own lib :)
--