Hi all, Now that the mailing list is working reliably, I thought I might start an introductions thread. Please reply if you want to introduce yourself to the list and say something about your interest in JavaScript.
I'm using JavaScript in the browser, and on the server with node.js, which I really enjoy. I have a blog: http://inimino.org/~inimino/blog where I rarely post, but usually about something JavaScript-related. The most interesting JavaScript project I'm involved in at the moment is probably a parser generator called PanPG, which has been a lot of fun: http://boshi.inimino.org/3box/PanPG/about.html PanPG includes a JavaScript parser and I have a couple tools that are almost usable for doing interesting things with JavaScript source code. I also am working on a toy Scheme implementation in JavaScript as part of my progress through the classic book SICP: http://boshi.inimino.org/3box/inimino/projects/SICP/chap_5/Ex51/src/test.html Scheme and JavaScript are very closely related languages, with some notable differences (tail call optimization, call/cc, macros) so it's been quite interesting to implement one in the other; of course I've learned a lot about Scheme by implementing it, but also a few things about JavaScript. -inimino -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
