MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
-
Updated
Feb 25, 2020 - Ruby
Add a description, image, and links to the scheme topic page so that developers can more easily learn about it.
To associate your repository with the scheme topic, visit your repo's landing page and select "manage topics."
Currently js-ref accepts only strings and symbols but integers should also be accepted.
ary[0]
==(js-ref ary 0)
Workaround
(vector-ref ary 0)
will do.