read


read
or learn more

Moleskine Notes for May 2008

Jul 16, 2008

Broccoli v0.1.2 released Thinking about Scala Scala at the core allows mutable and immutable objects based with the following observation: Objects can be mutable or immutable. The latter is preferred when it’s possible, since it needs no concurrency control. Also, these days it’s faster to make new objects and allow them to be efficiently GC’ed, […]

Following the meme

Apr 16, 2008

~/ $ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s \n”,a[i],i}}’|sort -rn|head 95 webgen 63 cd 44 svn 42 ls 37 clear 31 make 27 emacs 25 ./broccoli 22 scp 19 portal webgen generates my projects site, Subversion is my source repository of choice, make is used to build Broccoli, emacs is my editor of choice, broccoli […]

Functional Shmunctional

Mar 12, 2008

I have mentioned that Broccoli is not meant to be a purely functional language, but that is not to say that it does not have some functional aspects. Take for example the call function. It works similarly to the Lisp funcall, minus all of the pound-quote mumbo-jumbo. Instead, it always takes a symbol or a […]

Hawaii

Nov 10, 2003

美しい花 -m

Continue <<