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 4c022f1 commit 0a8d929
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
![Snap](https://raw.githubusercontent.com/snapscript/snap-site/master/www.snapscript.org/img/logo.png)

Snap is an optionally typed object oriented language. It borrows concepts and constructs from many sources
including JavaScript, Swift, Java, and Scala amongst others. It is interpreted and has no
intermediate representation, so there is no need to compile or build your application.
Snap is an optionally typed object oriented language with first class functions and coroutines.
It borrows concepts and constructs from many sources including JavaScript, Swift, Java, and
Scala amongst others. It is interpreted and has no intermediate representation, so there is
no need to compile or build your application.

The interpreter has been built from the ground up, no tools or libraries have been used. As a result the
project is small, fully self contained, and can easily be embedded or run as a standalone application.
Expand Down

0 comments on commit 0a8d929

Please sign in to comment.