- https://github.com/robertkrimen/otto
- A JS interpreter in GO is good begining.
- There are still quite a lot things need to fill from JS to NodeJS
- https://github.com/ddliu/motto
- NodeJS's
require
has been asked in robertkrimen/otto#41
- NodeJS's
Buffer
and other stuff in NodeJS probably will be done in https://github.com/ddliu/nodego
Created
August 14, 2014 03:16
-
-
Save changtimwu/6b7de299655a33ddd4ee to your computer and use it in GitHub Desktop.
Porting CLI from NodeJS to GO
motto
can interpret the followingunderscore
underscore.string
yamljs
-- probably
- wait for
nodego
or done throughGO
fs
net
- must done in GO
readline
tty
- has been done in GO
smith
yamljs
-- https://godoc.org/launchpad.net/goyaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clip of cli.coffee