I was absent for my computer have broken. About the collaboration thing. I guess that as Aaron have said, the main focus during gsoc is to implement the other features of SymPy that are currently not available on the live/gamma sites followed by the other ideas discussed a part from collaboration. I'd compromise to implement that afterwards and if other people are interested too it would be very nice to have other contributors.
On Feb 24, 5:26 am, Joachim Durchholz <[email protected]> wrote: > Am 24.02.2012 02:19, schrieb Renato Coutinho: > > > Unfortunately the main infrastructure is in Java, but the UI is, of > > course, javascript - not sure how much can be reused. > > Etherpad Lite seems to be a better original to look up. (It is Etherpad > rewritten in pure Javascript using Node.js.) > 1.5 M instead of 30 M, just Javascript instead of Scala+Java+Javascript, > 9k LoC server-side instead of 101k LoC. Far easier to rip off :-) > > Node.js is a library for doing nonblocking I/O without using threads. > Start the I/O, but instead of waiting for the result to appear, submit a > function that will be called when the I/O completes. (That's a very > nifty architecture.) > Python's answer to Node.js would be Eventlets (http://eventlet.net) or > Twisted (http://twistedmatrix.com/trac/) or Pyjamas > (http://pyjs.org/about.html, and read the absolutely hilarious Guide to > Pyjamas onhttp://pyjs.org/will_and_abe_guide_to_pyjamas.html). -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
