» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with machine + Language

The Scala Programming Language

Scala is a general purpose programming language designed to express common programming patterns in a concise<sep/>

scala: del.icio.us/tag/scala

[from notmuch] The Python 2.5 Goodie Bag: Language Enhancements and Modules - The dict type has a new hook function called __missing__. It is called whenever you try to access a missing key.

The default implementation is to raise the infamous KeyError exception, but you can subclass dict and override the __missing__ method in your subclass to do whatever you want.

User:jeyrb: jey's network's del.icio.us bookmarks

[from notmuch] Forth Readability - Both say the same thing, but one requires the reader to have a larger context kept in his/her head, while the latter is simple, direct, and to the point.

Yup, you have 2 fully exposed stacks. Yup, you get to manipulate them as you wish. On t'other hand, C and other languages of that family are rife with "stack noise" but it's hidden.

User:jeyrb: jey's network's del.icio.us bookmarks