*updatd readme.

This commit is contained in:
paladin-t 2016-01-20 20:48:30 +08:00
parent 00e734bef2
commit dff4324ef1

View File

@ -2,7 +2,7 @@
**Copyright (C) 2011 - 2016 [Wang Renxin](https://cn.linkedin.com/pub/wang-renxin/43/494/20). All rights reserved.** **Copyright (C) 2011 - 2016 [Wang Renxin](https://cn.linkedin.com/pub/wang-renxin/43/494/20). All rights reserved.**
Why are existing script interpreters so complex? Why is it so difficult to integrate with them? Why not try MY-BASIC today! Script should be simple and enjoyable. Why are existing script interpreters so complex? Why is it so difficult to integrate with them and use the API? Why not try MY-BASIC today! Script should be simple and enjoyable.
## Build status ## Build status
@ -51,8 +51,8 @@ MY-BASIC is a dynamic typed programming language with BASIC syntax and has a ver
* Debug APIs * Debug APIs
* Customizable memory pool * Customizable memory pool
* High expansibility, easy to use APIs, easy to write customized scripting interfaces * High expansibility, easy to use APIs, easy to write customized scripting interfaces
* Powerful interactive ability to use native functionalities in script, and vice versa * Powerful interactive ability to manipulate script facilities at native side; or to use native functionalities in script, and vice versa
* More features/modules under development * More features under development
## Script at a glance ## Script at a glance