diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-04 21:10:01 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-04 21:10:01 (GMT) |
commit | 6e4068cb55e75a828dc4ef52eac0bfc6e3e913c7 (patch) | |
tree | 1f923de20708c8dfb3b98e5b580e4ad553b54f98 /README.md | |
parent | 7a30d6b1eadf6fb250b47837daaa5f32c5693e34 (diff) | |
download | uscxml-6e4068cb55e75a828dc4ef52eac0bfc6e3e913c7.zip uscxml-6e4068cb55e75a828dc4ef52eac0bfc6e3e913c7.tar.gz uscxml-6e4068cb55e75a828dc4ef52eac0bfc6e3e913c7.tar.bz2 |
Updated docs once more
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -24,11 +24,8 @@ ## General -uSCXML is a SCXML interpreter written in C/C++. It is mostly feature-complete and to a large extend -[standards compliant](#test-reports). -It runs on <b>Linux</b>, <b>Windows</b> and <b>MacOSX</b>, each 32- as well as 64Bits as well as <b>iOS</b>. -I consider it to be rather stable with regards to memory leaks and general segmentation faults. There were / are -deployments of uSCXML running for up to four month (before someone restarted the server) without any issues. +uSCXML is a SCXML interpreter written in C/C++. It is [standards compliant](#test-reports) and [easily extended](#extending-uscxml) +even in C# and Java. It runs on <b>Linux</b>, <b>Windows</b> and <b>Mac OSX</b>, each 32- as well as 64Bits as well as <b>iOS</b>. * <b>Datamodels</b> * Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 (and JavaScriptCore on MacOSX and iOS) |