Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 6, 2019
1 parent b1bb0d9 commit c7d98af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ and development environment.
Snap is an optionally typed scripting language for the [JVM](https://en.wikipedia.org/wiki/Java_virtual_machine)
and is compatible with all Android variants
such as [Dalvik](https://en.wikipedia.org/wiki/Dalvik_(software)) and [ART](https://en.wikipedia.org/wiki/Android_Runtime). The learning curve is small for anyone with experience of Java, JavaScript, or a similar
imperative language. It has excellent integration with the host platform, and can do whatever can be
done with Java and much more.
imperative language. It has excellent integration with the host platform and can leverage the
vibrant ecosystem of the JVM without excessive boilerplate.

The language is ideal for embedding in to an existing application, and is a fraction of the size
of similar languages for the Java platform. In addition to embedding it can be run as a standalone
Expand Down

0 comments on commit c7d98af

Please sign in to comment.