Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

2 items tagged “strings”

String types in Python 3. bytes are now immutable (just like the bytestrings they are replacing) and a new mutable buffer type has been introduced. 0 9th October 2007, 2:08 am

How should JSON strings be represented in Erlang? Erlang’s poor support for strings makes this a surprisingly tricky question. 0 14th September 2007, 8:17 am

A django site