Skip to content

Commit

Permalink
update 12.10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
agoussia committed Oct 12, 2015
1 parent eb68183 commit d60b9bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Godes

Open Source Library to Build Discrete Event Simulation Models in Go (Golang http://golang.org/)
Open Source Library to Build Discrete Event Simulation Models in Go/Golang (http://golang.org/)

Copyright (c) 2013-2015 Alex Goussiatiner agoussia@yahoo.com

Expand Down Expand Up @@ -30,15 +30,15 @@ The Object calculates and prints statistical parameters for set of samples colle
[![GoDoc](https://godoc.org/github.com/agoussia/godes?status.svg)](https://godoc.org/github.com/agoussia/godes)

### Advantages
* Godes is easy to learn for the people familiar with the Go and the elementary simulation concept.Go performace is similar to C++ in performance.
* Godes model executes fast as Go compiles to machine code.
* Godes model is multiplatform as Go compiler targets the Linux, Mac OS X, FreeBSD, Microsoft Windows,etc
* Godes model can be embedded in various computer systems and over the network
* Speed of the Godes model compilation is high
* Variety of the IDE with debuggers are available for Go and Godes as well
* The Godes sumulation model can use all of the GO's features and libraries
* Code Security - the Godes includes the source code for the library and Go is an open source project supported by Google
* Godes is free open source software under MIT license
* Godes is easy to learn for the people familiar with the Go and the elementary simulation concept.
* Godes model executes fast as Go compiles to machine code. Its performace is similar to C++ in performance.
* Godes model is multiplatform as Go compiler targets the Linux, Mac OS X, FreeBSD, Microsoft Windows,etc.
* Godes model can be embedded in various computer systems and over the network.
* Speed of the Godes model compilation is high.
* Variety of the IDE with debuggers are available for Go and Godes as well.
* The Godes sumulation model can use all of the GO's features and libraries.
* Code Security - the Godes includes the source code for the library and Go is an open source project supported by Google.
* Godes is free open source software under MIT license.

### Installation

Expand Down

0 comments on commit d60b9bd

Please sign in to comment.