- All
- Personal
- Programming
- Sun
links for 2008-03-20
-
"GitHub hosts git repositories and provides a web interface to it, but contrary to other such services like SourceForge or Google Code, a unique selling point of GitHub is the easy forking of other projects."
-
Everyone has already linked to this, but, man, this guy can rant!
-
An example of Java Generics "adding type-safety" to domains where heavy use of reflection traditionally implied the possibility of runtime type errors. The example given is Guice dependency injection.
Posted by rafaeldff [Sun] ( March 19, 2008 09:31 PM ) Permalink | Comments[1]
links for 2008-03-18
-
"In this article the importance of the Lambda Calculus is extended to non-functional languages like Java, C, and C++ as well. The article uses A++, a programming language directly derived from the LC."
-
Another important article from Joel that will spark discussions all over the blogosphere. My take: standards without representative tests and a reference implementation shouldn't be called standards.
Posted by rafaeldff [Sun] ( March 17, 2008 09:28 PM ) Permalink | Comments[0]
links for 2008-03-15
-
What it says on the tin...
-
Cool. It will be interesting to see how this kind of tech will interplay with SEO.
-
Interesting trick to avoid the cost of initializing arrays. The trade-off is a doubling in memory usage, which may be acceptable depending on the algorithm.
Posted by rafaeldff [Sun] ( March 14, 2008 09:29 PM ) Permalink | Comments[0]
links for 2008-03-14
-
Some links to literature regarding dynamic (re)linking for statically typed languages.
Posted by rafaeldff [Sun] ( March 13, 2008 09:33 PM ) Permalink | Comments[0]
links for 2008-03-13
-
English idiomatic expressions -- may come in handy.
-
Adrian Colyer presents some use cases and suggests "patterns" for applying AOP to fulfill software requirements. He also talks a bit about Spring 2.5 AOP improvements.
Posted by rafaeldff [Sun] ( March 12, 2008 09:30 PM ) Permalink | Comments[0]
links for 2008-03-12
-
Comment on LtU with several pointers regarding implementation of threading in PLs.
Posted by rafaeldff [Sun] ( March 11, 2008 09:35 PM ) Permalink | Comments[0]
links for 2008-03-10
-
Cool tutorial on how to use VirtualBox under a Solaris host. Had I found this sooner, a lot of time wasted chasing libs could've been prevented.
Posted by rafaeldff [Sun] ( March 09, 2008 09:33 PM ) Permalink | Comments[0]
links for 2008-03-09
-
Won't someone think of the AIs?
-
"How to write a simple Atom Publishing Protocol server using Abdera"
-
InfoQ and OODBMS.org interview Mike Keith (Oracle TopLink), Ted Neward (Ted Neward :), Carl Rosenberger (db4o) and Craig Russell (Sun) about the current state of object persistence technology.
-
Resources about NetBeans plugin development.
-
This page describes a simple Beans Binding demo with NetBeans 6.
Posted by rafaeldff [Sun] ( March 08, 2008 09:30 PM ) Permalink | Comments[0]
links for 2008-03-08
-
From 1987: "We exhibit programs that illustrate the power of Lisp as a language for expressing the design and organization of computational systems. The examples are chosen to highlight the importance of abstraction in program design and ..."
Posted by rafaeldff [Sun] ( March 07, 2008 09:27 PM ) Permalink | Comments[0]
links for 2008-03-05
-
In this short post, Jevgeni Kabanov captured very well what is also my main concern regarding the evolution of the Scala programming language. I'm looking forward to see how the community responds.
Posted by rafaeldff [Sun] ( March 04, 2008 09:29 PM ) Permalink | Comments[0]
links for 2008-03-03
-
"A library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree."
Posted by rafaeldff [Sun] ( March 02, 2008 09:29 PM ) Permalink | Comments[0]
links for 2008-03-02
-
Brazilian Pernanbuco University project for a code transformation language. It works by pattern matching on Java ASTs and applying template substitution. It is a purely syntatic process.
Posted by rafaeldff [Sun] ( March 01, 2008 09:31 PM ) Permalink | Comments[0]

