Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72589 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2014-06-04 00:42 -0400 |
| Last post | 2014-06-04 00:42 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: OT: This Swift thing Terry Reedy <tjreedy@udel.edu> - 2014-06-04 00:42 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2014-06-04 00:42 -0400 |
| Subject | Re: OT: This Swift thing |
| Message-ID | <mailman.10675.1401856942.18130.python-list@python.org> |
On 6/3/2014 10:21 PM, Chris Angelico wrote: >> https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/StringsAndCharacters.html > > Yeah, I was looking at the same page. Note how, further down, a syntax > is given for non-BMP character entities (the same as Python's), and > then a bit more down the page, iteration over a string is defined, > with a non-BMP character in the example string. That's a good start. > However, keep going down... and you find that the length of a string > is calculated by iteration, which is a bad sign. I don't see anything > about indexing, which is the most important part. I believe go uses utf-8 and the above might indicate that of swift. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web