Skip to content

bunuelo/funk2

Repository files navigation

funk2: causally reflective parallel programming language

  funk2
  funk2 <source.fu2>
  funk2 -x <command>
  funk2 -i <bootstrap-image>

    <source.fu2>

        A user supplied filename of file from which to read and
        execute source code after booting and before exiting.

    -x <command>

        A user supplied command to execute after booting and before
        exiting.

    -i <bootstrap-image>

        The bootstrap image to load before parsing any other
        commands.  This option is useful for scripting Funk2 programs
        without needing to recompile.

    -p <portnum>

        The localhost peer-command-server port number.


TO PERFORM LOCAL BUILD:

  ./configure
  make


TO RUN LOCAL BUILD:

  source funk2-exports
  bin/funk2     (from original compile directory)


TO PERFORM SYSTEM-WIDE INSTALLATION:

  ./configure
  make
  make install  (as root)


TO RUN SYSTEM-WIDE INSTALLATION:

  funk2         (from anywhere on system)


HOMEPAGE:

  http://funk2.org/


GIT ACCESS:

  https://github.com/bunuelo/funk2


LICENSE:

  GNU General Public License v3


Last Modified: 2013.02.26

Code Mass

--------------------------------------------------------------------------------

    Lines of Funk2 Code.....:   60673 total
    Words of Funk2 Code.....:  294830 total
    Characters of Funk2 Code: 3026879 total

    Lines of C Code.........:  157729 total
    Words of C Code.........:  611577 total
    Characters of C Code....: 8331511 total

    Total Lines of Code.....:   220241 total
    Total Words of Code.....:   912309 total
    Total Characters of Code: 11506475 total

--------------------------------------------------------------------------------

README Last Generated: Tue Feb 26 21:49:25 EST 2013