Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander K committed Nov 9, 2018
2 parents 2427fb1 + 4fadfde commit fdcfb22
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 @@ -5,7 +5,7 @@ It's a simplistic Smalltalk code interpreter written in Golang by Alex and Micha

#### Who can use it

The entire purpose of this library is to use Smalltalk for dynamic code (string) evaluation in Golang applications. It is optimized to reevaluate same code lines with different scope (variables). Typical use case: our app read xml file with a markup and a Smalltalk code, evaluate this code and use the result. We use it to build and animate an OpenGL UI for our embedded software.
The entire purpose of this library is to use Smalltalk for dynamic code (string) evaluation in Golang applications. It is optimized to reevaluate same code lines with different scope (variables). Typical use case: our app reads xml file with a markup and a Smalltalk code, evaluates this code and uses the result. We use it to build and animate an OpenGL UI for our embedded software.

#### Why Smalltalk

Expand All @@ -23,7 +23,7 @@ We can rewrite some parts later just to make our Go code better and somehow expa

## Installation

GotalkInterpreter does not use any third party libraries. For getting it run on your machine, you just:
GotalkInterpreter does not use any third party libraries. To get it run on your machine, you just:
```go
go get github.com/SealNTibbers/GotalkInterpreter
```
Expand Down

0 comments on commit fdcfb22

Please sign in to comment.