< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #715 has been updated by Jan Maurits Faber.
Description updated
Just in case someone stumbled upon this old rejected feature request: there is a clever way of achieving most of this by using a font with ligatures that combines successive ascii characters into ligatures:
https://github.com/tonsky/FiraCode
Perhaps now that Ruby is firmly in the UTF-8 world we can reconsider this feature though?
----------------------------------------
Feature #715: Ruby interpreter should understand UTF-8 symbols with special meaning
https://bugs.ruby-lang.org/issues/715#change-59037
* Author: Jan Maurits Faber
* Status: Rejected
* Priority: Normal
* Assignee:
----------------------------------------
=begin
I would like the ruby interpreter to understand symbols such as the greater-than-or-equal sign, as an alias for'>='.
This is not simply because it would look pretty, it would reduce the cognitive load on the programmer. At the moment many ascii characters are overloaded to mean different things in different contexts. Especially characters like $, :, > and =. If the relevant symbols were used then the brains of the programmer would be free to do more useful things.
For example, something like:
a>=b ? {:a=>!b} : nil
Could be displayed as:
ab ? :a → ¬b :
(in case the UTF-8 characters don't come across: I just replaced several characters with mathematical symbols)
If the Ruby interpreter would support this then text editors can be improved to automatically insert the appropriate symbol.
I don't know of any language that can do this yet, so it would be a unique selling point for Ruby, but it would seem rather easy to implement.
=end
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>