2
1
Fork
You've already forked funk2
0
reflective programming language
  • C 86.4%
  • Makefile 9.6%
  • Shell 3.5%
  • M4 0.3%
  • Python 0.1%
  • Other 0.1%
Find a file
2015年02月04日 09:15:00 -08:00
built-in fixing equals hash bug, switching cfunks to core_extension_funks 2013年03月30日 13:24:01 -07:00
c working on variable processor speed 2013年04月02日 15:37:55 -07:00
copyright
debian working on debian release 2.16 2013年03月23日 10:01:48 -07:00
documentation moving funkthebook 2015年02月04日 09:15:00 -08:00
example working on rct_webpage 2013年08月14日 14:46:29 +09:00
extension fixing equals hash bug, switching cfunks to core_extension_funks 2013年03月30日 11:15:22 -07:00
fu2 fixing equals hash bug, switching cfunks to core_extension_funks 2013年03月30日 11:15:22 -07:00
icons
m4
macosx
misc
objdump
python/funk2module
s
test working on machine code compiler 2013年03月10日 13:56:15 -04:00
.gitignore
aclocal.m4 autoreconf on debian sid 2013年03月23日 16:15:12 +00:00
AUTHORS
ChangeLog
compile
config.guess
config.h.in
config.mak
config.sub
configure autoreconf on debian sid 2013年03月23日 16:15:12 +00:00
configure.ac
COPYING
copyright_licence_upgrade.sh
debug_funk2.sh
depcomp
funk-mode.el
funk2-exports.sh
funk2.sh
funk2.submit
gdb.run
generate_statistics.sh
generate_view.sh
init_autotools-sh
INSTALL
install-sh
ltmain.sh
Makefile.am working on variable processor speed 2013年04月02日 15:39:01 -07:00
Makefile.in debian sid autoreconf 2013年04月02日 22:48:25 +00:00
meminfo.tmp
mindmon.sh
missing
NEWS
README
README.sh
README.template
run.gdb
run_forever.sh
start_emacs.sh
trace.debug
version working on debian release 2.16 2013年03月23日 09:40:12 -07:00
view.sh
view_strings.sh

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