Skip to content

The Cold server - This implements a dynamic, object-oriented language on top of an object database, well suited for virtual environments and online servers (like games).

Notifications You must be signed in to change notification settings

rdeforest/genesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

------------------------------------------------------------------------
GENESIS

Genesis is the compiler and run-time interpreter/daemon for ColdC, and
is produced by the Cold Project.  You can learn more about helping to
support the Cold Project at:

    http://the-cold-dark.github.io/

Release information can be found in doc/CHANGES.

------------------------------------------------------------------------
INSTALL/COMPILATION IN UNIX

Genesis should compile on most ANSI/ISO C compilers. You will need
CMake, bison and either ndbm or gdbm's ndbm emulation.

To build:

    mkdir build
    cd build
    cmake ..
    make

CMake contains generators for other build systems as well and they
can be used instead of make.

------------------------------------------------------------------------
INSTALL/COMPILATION IN WIN32

You will need an ndbm implementation in Win32. You will then have to
figure out the remaining details and let us know. :)

------------------------------------------------------------------------
FURTHER INFORMATION

*** The mailing lists are long dead. ***

The following email lists are available:

    coldstuff           Generic cold-related list

Further information, Archives and Subscription mechanisms for the lists are
available at:

    http://the-cold-dark.github.io/contact.html

Documentation:

    for Genesis:     http://the-cold-dark.github.io/genesis/
    for ColdC:       http://ice.cold.org:1180/bin/help?node=coldc

------------------------------------------------------------------------
NOTES

Verified to compile and run on:

    * Linux
    * Mac OS X

This code has, in the past, compiled on Solaris, FreeBSD and Windows
as well.

About

The Cold server - This implements a dynamic, object-oriented language on top of an object database, well suited for virtual environments and online servers (like games).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.3%
  • Yacc 1.6%
  • Perl 1.1%
  • CMake 0.8%
  • Shell 0.4%
  • AMPL 0.4%
  • Other 0.4%