Here is how to ask Maven to generate Idea project files for you:
mvn idea:idea -DjdkName=1.5
(via Maven)
Here is how to ask Maven to generate Idea project files for you:
mvn idea:idea -DjdkName=1.5
(via Maven)
While I haven’t watched these yet; they do sound interesting.
(via dhess)
to turn ideas into software, quickly and faithfully
– John Chambers
Great aim!
Here is a repository for parallel programming patterns.
(via pinku)
Ben referred us to this article (cached here) in the midst of a discussion about, among other things, why there is still no FFI in the Scheme standard.
That article is really interesting.
What did you think about it?
Conway’s Law is not intended to be a joke or nasty witticism:
…organizations which design systems … are constrained to produce designs which are copies of the communication structures of these organizations.
– Melvin Conway
(via Fare via Wikipedia)
The argument: Code an in editor should be dynamically formatted using something like intelligent table-based layouts.
Seems like an OK idea. Read about it here.
There are currently 4 tutorials on writing different kinds of apps here.
(via reddit).
Most of the slides from the Mitchfest talks are now available; linked here.
(via the little calculist)
R6RS users don’t seem to have much to say about R7RS. Most R6RS users seem to happy with Scheme and busy using it rather than worrying about how it should be split into two parts (little and big).