Evan Martin (evan) wrote in evan_tech,
Evan Martin
evan
evan_tech

twixt

Nickle is a programming language that a bunch of the people working on X seem fond of. I haven't really read enough about it to evaluate it, but it looks somewhat interesting: rather C-like, but with more type safety, garbage collection, first-class continuations, etc.

The twixt control statement is a more clear way of expressing a concept usually expressed with a try...finally–type expression. Ruby (and I assume Smalltalk) use some interesting patterns with blocks: for example, mutex.synchronize takes a block (read: anonymous function) and does the lock/unlock around it; File.open does a similar thing with opening and closing a file. But those are usually implemented in an ad-hoc manner.
Subscribe

  • blog moved

    As described elsewhere, I've quit LiveJournal. If you're interested in my continuing posts, you should look at one of these (each contains feed…

  • dremel

    They published a paper on Dremel, my favorite previously-unpublished tool from the Google toolchest. Greg Linden discusses it: "[...] it is capable…

  • treemaps

    I finally wrote up my recent adventures in treemapping, complete with nifty clickable visualizations.

  • Post a new comment

    Error

    default userpic
    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 0 comments