<>

latest news

2009-01-22
Forum added!
2009-01-07
Nimrod version 0.7.4 has been released! Get it here.
2008-12-12
Nimrod version 0.7.2 has been released!
2008-11-16
Nimrod version 0.7.0 has been released!
2008-08-22
Nimrod version 0.6.0 has been released!
2008-06-22
This page is finally online!

additional links

There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. -- Jeremy S. Anderson.

Here you can download the latest version of the Nimrod Compiler. Please choose your platform:

The source-based installation should work on most UNIX-like systems. Currently, it has been tested on these systems:

  • Linux: i386, AMD64
  • Mac OS X: i386
  • FreeBSD: i386

Installation

Installation on Linux/UNIX

Note:
A C compiler is required - knowledge of C is not!

The GNU C Compiler is fully supported, other compilers may work. The C compiler should be in your $PATH (most likely the case). Note that some few Linux distributions do not ship with a GCC compiler preinstalled - then you have to install it.

Install Nimrod by downloading the appropriate .zip file and extracting it to a directory of your choice. The Nimrod Compiler will stay in this directory (unless you copy it somewhere else). The compiler does not need write access to its directory anymore, so copying the nimrod folder to /opt does work.

Then run the following command:

sh build.sh

Unlike other software, Nimrod does not distribute its files over the whole file hierarchy. This has the advantage that you can deinstall it by just deleting its folder. The disadvantage is that you have to add it to your PATH manually. An alternative is to create a symbolic link in /usr/bin:

[sudo] ln -s $your_install_dir/bin/nimrod  /usr/bin/nimrod

Installation on the Macintosh

Only MacOS X is supported. Since MacOS X is UNIX based too, it works like the installation on Linux. You need to install Apple's developer's tools for the GNU Compiler Collection though.

Installation on Windows

Install Nimrod by downloading and running the nimrod_$version.exe file. As default, the LLVM-GCC compiler is used that is bundled with this installer. You can change the configuration file to use another C compiler.

Currently, the following C compilers are supported under Windows:

For better compile times I recommend Digital Mars C++ -- it is easy to install and a small package.

  x < 0 && y >= 0