-
Notifications
You must be signed in to change notification settings - Fork 10
OS Helpers
Ramsey Nasser edited this page Feb 3, 2011
·
1 revision
The core interpreter is a command line program much like the ruby
or python
programs of the Ruby and Python languages respectively. This is by design, as it keeps the code code simple and allows experienced hackers to interact with Zajal the way they would other languages. However, for users uninterested in the command line, a wrapper application is needed to integrate Zajal into the operating system idiomatically. One of these applications will be required for each supported platform.