CVSROOT:        /cvs
Module name:    ports
Changes by:     jtur...@cvs.openbsd.org 2014/03/29 17:59:26

Log message:
    Import ports/lang/nimrod. ok juanfra@
    
    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.
    
    Status:
    
    Vendor Tag: jturner
    Release Tags:       jturner_20140329
    
    N ports/lang/nimrod/Makefile
    N ports/lang/nimrod/distinfo
    N ports/lang/nimrod/pkg/DESCR
    N ports/lang/nimrod/pkg/PLIST
    N ports/lang/nimrod/patches/patch-build_3_2_posix_c
    N ports/lang/nimrod/patches/patch-config_nimrod_cfg
    N ports/lang/nimrod/patches/patch-lib_posix_posix_nim
    N ports/lang/nimrod/patches/patch-build_sh
    N ports/lang/nimrod/patches/patch-install_sh
    N ports/lang/nimrod/patches/patch-build_3_1_posix_c
    N ports/lang/nimrod/patches/patch-compiler_extccomp_nim
    
    No conflicts created by this import

Reply via email to