Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (40 loc) · 2.25 KB

Try Kotlin in Your Browser New Look and More Features.md

File metadata and controls

49 lines (40 loc) · 2.25 KB
title date author tags keywords categories reward reward_title reward_wechat reward_alipay source_url translator translator_url
Try Kotlin in Your Browser: New Look and More Features
2015-04-16 13:24:00 -0700
Andrey Breslav
官方动态
false
Have a nice Kotlin!

We released Kotlin Web Demo quite a while ago, it did a good job helping people try Kotlin right in the browser and share runnable code with each other. Now, a shiny new version is ready, it’s time to retire the old one. Meet try.kotlinlang.org , as new incarnation of a web-based mini-IDE for Kotlin.

Features

The new version brings

  • Shiny new design
  • Full-screen mode
  • JUnit support (including a smart Test Results view)
  • Multi-file projects (some files in our examples, such as tests, are read-only)
  • Navigation from stack traces to code

{% raw %}


try.kotlinlang.org

{% endraw %}

Sharing Your Code

You can log in with your Google, Facebook or Twitter accounts. When logged in, you can create new projects and copy example projects to change them. Any saved project (our example or your custom code) can be shared by simply copy-and-pasting the link from the address bar. For example, here’s a link to an example program .
And this is the link to my code about expressing Go’s defer as a Kotlin library .

Old Web Demo

The old Web Demo is retired, and put into a read-only mode for the time being. You can still run your programs, but can not modify them or create new ones. All accounts and programs created for Kotlin Web Demo have been migrated to try.kotlinlang.org .

Feedback

Your feedback is welcome, as usual. Enjoy!