cibernox (Miguel Camba)
- Login: cibernox
- Email: miguel.camba@gmail.com
- Registered on: 10/09/2013
- Last sign in: 12/28/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
10/09/2013
-
06:04 AM Ruby Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
- Yep, we can discard the accent.
The double pipe can be tricky is you want to set a frozen string as default value of a block argument.
The double ^ has confict with the xor operator.
The double ~ has conflict with the complement ope... -
04:24 AM Ruby Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
- I have another idea What about wrap strings in double backquotes or accents?
"this is an interpolable string"
'this is an uninterpolable string'
``this is a frozen string`` => double backquoute
´this is also a frozen string´ => simpl...