Skip to content

KoreanFoodComics/World

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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", "user.w" and the libs/, mezz/ and test/ directories (or just the whole ZIP).
Start world from a terminal.
At the world prompt do this:

w> .		; run the Hello, World! program
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.

- Operators don't support literals as their first argument, as functions do, and they don't take refinements.

- Compiling paths with functions e.g. in contexts within contexts isn't finalized.

- Reading a URL is not supported under Windows, as libcurl isn't included in that version.

About

World Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published