Menu

Home

jimkokko5

Welcome to the SourWiki!

FAQ

Q: What is SourScript?
A: SourScript is an open source REPL (Read - Eval - Print Loop) developed just for fun.

Q: What is an "open source" project?
A: An open source project is a project in which the source code of the program is available to everyone, and the final product is, of course, free to use.

Q: What programming language is SourScript written in?
A: SourScript is written in Python 2.7.4.

Q: How can I edit the code?
A: You simply download the source code, edit it, compress it, and send it to me at jimkokko@gmail.com. I approve the changes you've made and I add them to the final, working product.

Q: Is the code really advanced stuff? Can I understand it easily?
A: Not really. The code is very simple and well-commented, though it is not recommended for beginners in Python.

Editing The Source Code

Please see the developers page.

Using SourScript

Please see the users page.