在浏览器中进行实时编码:Fil
jopen
9年前
Fil可以让你用喜欢语言在浏览器进行实时编码。
http://fatiherikli.github.io/fil/
特性
- 当前支持 Python, Ruby, 和 Brainfuck
- 运行在 web workers上
- Uses localStorage API for your changes.
Implementation
- Uses Skulpt for Python interpreter.
- Uses Opal for Ruby interpreter.
- Built with React and Redux.