1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/sphinx/whysimba.rst

77 lines
2.4 KiB
ReStructuredText
Raw Normal View History

2010-06-13 17:37:41 -04:00
.. _whysimba:
2010-06-13 16:50:43 -04:00
2010-06-09 18:33:51 -04:00
Why Simba?
==========
2010-06-13 16:50:43 -04:00
So why would you use Simba?
For several reasons. Number one is probably the active community combined with
the open-mindedness of the Simba developers.
2010-06-13 16:50:43 -04:00
Simba is:
Free
~~~~
Simba is, and always will be free.
It is free as in Free Beer **and** Freedom.
2010-06-13 16:50:43 -04:00
Simba is 100% free to use. In fact, we welcome you to share it with the
rest of the world.
The source code to the program is also freely available, under the GPL
license.
.. note::
The source code allows everyone to see how the program actually
works. Most developers choose not to share their source code and therefore
decide to withhold knowledge. The Simba developers highly disagree with
2010-06-13 16:50:43 -04:00
this mentality and will fight for a world with free knowledge for
everyone. "Closed Source" as not sharing source code is called, is holding
back innovation and research in the world.
Extensible
~~~~~~~~~~
Simba supports both plug-ins in binary format as well as extensions written
in the Simba programming language (which is Pascal-based).
2010-06-13 16:50:43 -04:00
This way one can easily extend Simba. See :ref:`writing-simba-extensions`
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Reliable
~~~~~~~~
2010-06-12 20:11:01 -04:00
Simba is actively maintained by a team of knowledgeable programmers.
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
We as a team do our best to make Simba into a quality product.
However this does not guarantee a bug free program.
(Bug free programs don't exist)
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Should you encouter a bug, please consider sending a bug report so we can
2010-06-13 17:37:41 -04:00
resolve the issue: :ref:`bugreport`.
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Cross Platform
~~~~~~~~~~~~~~
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Simba has been written with freedom in mind and believes Simba
should not be limited to one platform, as that limits its users
to one platform as well.
2010-06-12 20:11:01 -04:00
Currently the supported platforms are Windows and Linux with attempts
being made to port it to OSX (it may run on OSX if you install X11).
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Even though we try hard to make Simba bug-free on all platforms,
some issues remain. The biggest issue is the interpreter that
2010-06-13 16:50:43 -04:00
executes your program. It is an external component and does not
play too well on Linux. Hopefully this will be improved upon soon.
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
Fast
~~~~
2010-06-12 20:11:01 -04:00
2010-06-13 16:50:43 -04:00
The Simba developers have designed and written Simba with speed in mind.
2010-06-13 17:37:41 -04:00
It is important to understand, however, that premature optimization usually
ends up hurting development by introducing bugs and other forms of
instability. Simba attempts to find a middle-ground and has sacrificed some
speed for readability and maintainability, but is overall still quite fast.