Re: [ANN] Vertigo: fast, idiomatic C-style structs

2013-07-19 Thread Patrick Wright
Zach, it might be interesting to keep an eye on the newly-announced ObjectLayout project by Gil Tene and Martin Thompson. Discussion/overview is on this mail thread https://groups.google.com/forum/m/#!topic/mechanical-sympathy/9PNuQKuWVa4 and the project is here http://objectlayout.github.io/

Re: a library I'm working on for generating PDFs from Clojure

2012-04-20 Thread Patrick Wright
Dmitri, you might look at delegating some of the effort to Flying Saucer, which can generate PDFs when given clean HTML and CSS. http://code.google.com/p/flying-saucer/ There is a blog somewhere (which is currently unreachable) of someone using FS from Clojure. HTH, Patrick -- You received

Re: Microsoft drops Software Transactional Memory

2010-05-15 Thread Patrick Wright
For more details about Microsoft's work on STM, and the many, many problems they had to address, see Joe Duffy's blog on the topic http://www.bluebytesoftware.com/blog/2010/01/03/ABriefRetrospectiveOnTransactionalMemory.aspx -- You received this message because you are subscribed to the Google Gr

Re: jEdit Mode for Clojure

2008-11-23 Thread Patrick Wright
FYI, another developer has been working on an edit mode for clojure. You can download it from http://sourceforge.net/tracker/?func=detail&atid=300588&aid=2201893&group_id=588 See also this thread http://www.nabble.com/Edit-mode-for-Clojure-ts20168077.html#a20168077 Note that the version in the j

Re: Clojure HTML Documentation

2008-11-23 Thread Patrick Wright
Nice. Just as input and for ideas--the JavaFX Script compiler team is working on a new documentation format instead of using the legacy JavaDoc HTML format. Basically their documentation parser produces clean XML, which they run through XSLT to produce the final, browsable HTML. The current versi