1
0
Fork 0
mirror of synced 2024-05-03 20:23:46 +12:00

Update README.md (#1341)

* Update README.md

加入简体中文翻译

* Update README.md

Co-authored-by: Nikita Prokopov <niki@tonsky.me>
This commit is contained in:
墨抒颖 2021-12-20 19:59:31 +08:00 committed by GitHub
parent 0d88d99bb1
commit 6cdf4a0583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
![Fira Code](./extras/logo.svg)
Read in [English](./README.md) | [简体中文](./README_CN.md)
### Problem
Programmers use a lot of symbols, often encoded with several characters. For the human brain, sequences like `->`, `<=` or `:=` are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one. Ideally, all programming languages should be designed with full-fledged Unicode symbols for operators, but thats not the case yet.