Port details |
- nimrod The Nimrod programming language
- 0.9.2_1 lang
=0 0.9.2_1Version of this port present on the latest quarterly branch. - Maintainer: ports@nicandneal.net
 - Port Added: 2013-11-14 20:37:08
- Last Update: 2015-04-03 20:32:15
- SVN Revision: 383175
- License: MIT
- WWW:
- http://nimrod-code.org/
- Description:
- Nimrod is a statically typed, imperative programming language that tries
to give the programmer ultimate power without compromises on runtime
efficiency. This means it focuses on compile-time mechanisms in all
their various forms.
Beneath a nice infix/indentation based syntax with a powerful (AST
based, hygienic) macro system lies a semantic model that supports a soft
realtime GC on thread local heaps. Asynchronous message passing is used
between threads, so no "stop the world" mechanism is necessary. An
unsafe shared memory heap is also provided for the increased efficiency
that results from that model.
WWW: http://nimrod-code.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: nimrod
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nimrod-0.9.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_1 03 Apr 2015 20:32:15
  |
robak  |
lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2
- Upstream has renamed the project from 'nimrod' to 'nim'
PR: 199118
Submitted by: Neal Nelson <ports@nicandneal.net> |
0.9.2_1 27 Oct 2014 15:23:31
  |
bapt  |
Cleanup plist |
0.9.2_1 16 Apr 2014 19:12:50
  |
tijl  |
Add a patch so the port no longer requires procfs.
PR: ports/188326
Approved by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.9.2 10 Mar 2014 16:01:36
  |
bapt  |
Convert l* to USES=zip |
0.9.2 14 Nov 2013 20:36:56
  |
tijl  |
New port: lang/nimrod:
Nimrod is a statically typed, imperative programming language. Beneath a
nice infix/indentation based syntax with a powerful macro system lies a
semantic model that supports a soft realtime GC on thread local heaps.
Asynchronous message passing is used between threads.
PR: ports/174368
Submitted by: Neal Nelson <ports@nicandneal.net> |
Number of commits found: 5
|