Skip to content

Releases: jingkaihe/koderunr

Kode CLI now support code share

15 Apr 19:13
Compare
Choose a tag to compare

The code now can be shared by generating an magic link.

The link can be opened automatically in OS X using the user's default browser.

Share Code

v0.1.7 kode release

11 Apr 23:16
Compare
Choose a tag to compare

v0.1.7 has finally been released! It has several main changes. As usual - you can download the binary version from the archive according to the OS and Arch of your machine.

Standard input (stdin) is now available when using CLI tool.

Gif Example

Support more languages

Including

  • Ruby - 2.3.0
  • Ruby - 1.9.3-p550
  • Python - 2.7.6
  • Python - 3.5.0
  • Swift - 2.2
  • C - GCC 4.9
  • Go - 1.6
  • Elixir - 1.2.3

Alpha release of the koderunr client

02 Apr 21:57
Compare
Choose a tag to compare
Pre-release

KodeRunr (read code runner) is a service that will let you to run code wherever you are, even you don't have the programming language installed on your computer. Today we are happy to release the first alpha version of command line tool for KodeRunr - called kode.

kode has already been cross-compiled for different platforms, including OS X, Linux (both x86 and ARM), FreeBSD and OpenBSD. You can download the binaries version from the below kode-0.0.1-8939525.tar.gz archieve, in which you can find the binary executable kode according to your OS and CPU architecture.

Current Supporting Languages:

  • Ruby 2.3.0
  • Ruby 1.9.3-p550
  • C
  • Go 1.6
  • Python 2.7.3

Commands:

kode run foo.rb # Run foo.rb in Ruby (2.3.0 by default)

kode run foo.rb -version="1.9.3-p550" # Run foo.rb in Ruby 1.9.3

kode run main.go # Run main.go in Go.

Anyway you can execute kode help to know about how to use it

Example

kode_example