forked from Geomol/World
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (21 loc) · 1009 Bytes
/
README
File metadata and controls
33 lines (21 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This is an alpha release. For testing only. Use at your own risk. Do not distribute.
To run a test
-------------
Pick one of the world_* files and rename it to 'world' - then make it executable. (Rename 'world_win32.exe' to 'world.exe' under Windows).
Also download "cortex.w" and the test/ directory.
Start world from a terminal.
At the world prompt do this:
w> test ; should return true
w> m ; will run a Mandelbrot example
If it behaves this way, you're ready to go.
Follow: http://www.world-lang.org
World at GitHub: https://github.com/Geomol/World
Have fun!
To get help at the World prompt:
w> help
Known issues
------------
- The memory handling system can't cope with cyclic references yet. This happens also with functions, blocks, etc. within contexts, because of binding rules.
- Operators don't support literals as their first argument, as functions do.
- date! and time! is only partly implemented.
- Even if the OS X version is 64-bit, much of the internals don't utilize this yet.