HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lnjng

no profile record

Submissions

Elements-lang – effortless geometry visualization

github.com
2 points·by lnjng·2년 전·0 comments

Zhcode: Python in Chinese

github.com
5 points·by lnjng·3년 전·5 comments

comments

lnjng
·작년·discuss
The domain name is very nice.
lnjng
·2년 전·discuss
this is very skibidi
lnjng
·3년 전·discuss
What I mean by "functions" are the ones that need to be translated into English. For example:

  印(“你好”)
This would be translated to:

  print("你好")
However, variables are not translated. If I denote 印 as a variable:

  「印」(“你好”)
This would get translated to:

  印("你好")
lnjng
·3년 전·discuss
Yes, that is Fibonacci. The program finds the sum of all the even Fibonacci numbers less than 4 million. As for more examples, I will certainly add in the future.

The 「」was a design choice that I made so that I can more easily code the translator to differentiate between variables and other names (e.g. functions), with the side benefit of making the code slightly more readable. Spaces I bet can certainly achieve the same level of readability, but would require more complex code. I'll think about implementing that, however.
lnjng
·3년 전·discuss
A project to translate programming languages into Chinese.