#
scheme
Here are 1,188 public repositories matching this topic...
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
-
Updated
Feb 25, 2020 - Ruby
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
-
Updated
Jul 30, 2020 - JavaScript
Entire React code base explanation by visual block schemes (Stack version)
visualization
javascript
debugging
flow
scheme
stack
reconciliation
reactjs
hood
virtualdom
fiber
webdevelopment
-
Updated
May 23, 2020 - JavaScript
Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp
react
javascript
ruby
python
scheme
clojure
lua
clojurescript
reactjs
common-lisp
ocaml
brainfuck
evaluation
prolog
codemirror-editor
reasonml
interactive-snippets
code-evaluation
klipse-plugin
-
Updated
Aug 18, 2020 - Clojure
scheme
schema
eslint
native
universal
rollup
intent
commitizen
h5
githook
callapp
url-scheme
universallink
callapp-lib
-
Updated
Aug 26, 2020 - TypeScript
Async PHP client/server API for the telegram MTProto protocol
audio
bot
php
keyboard
scheme
telegram
lua
proxy
telegram-api
mtproto
easy
voip
madelineproto
amphp
stickers
inline-bots
receive-calls
secret-chats
-
Updated
Aug 27, 2020 - PHP
A new Unix shell.
-
Updated
Jul 20, 2020 - Go
-
Updated
Apr 10, 2019 - Python
Short and sweet LISP editing
-
Updated
Aug 18, 2020 - Emacs Lisp
an incremental approach to compiler construction
-
Updated
Oct 9, 2019 - Scheme
Apply and save color schemes in MATLAB with ease.
syntax-highlighting
theme
scheme
matlab
color-scheme
color-theme
colours
additional-languages
matlab-schemes
matlab-syntax
-
Updated
Aug 19, 2020 - MATLAB
Neural network inference the Unix way
scheme
machine-learning
lisp
deep-learning
neural-networks
convolutional-neural-networks
unix-command
chicken-scheme
-
Updated
Apr 21, 2019 - Scheme
-
Updated
Aug 30, 2020 - Scheme
鸭库 duck lib scheme for gui gles gl slib openal socket web mongodb box2d game glfw mysql libevent libuv uv json http client server android osx linux chezscheme scheme-lib
-
Updated
May 16, 2020 - Scheme
Improve this page
Add a description, image, and links to the scheme topic page so that developers can more easily learn about it.
Add this topic to your repo
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.