タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Pythonとjavascriptに関するsoma1080のブックマーク (1)

  • Welcome!

    Python. Client Side. Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload. import turtle t = turtle.Turtle() for c in ['red', 'green', 'yellow', 'blue']: t.color(c) t.forward(75) t.left(90) Run Help, or examples: 1 2 3 4 5 6 7 8. Ctrl-Enter to run. The code is run entirely in your browser, so don't feel

    soma1080
    soma1080 2010/07/01
    JavaScriptに実装されたPython.すごいことやる人がいるもんだ…
  • 1