pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/chibi-scheme



Module name:	wip
Committed by:	leot1990
Date:		Mon Jul 13 02:29:29 UTC 2015

Added Files:
	wip/chibi-scheme: DESCR Makefile PLIST TODO distinfo
	wip/chibi-scheme/patches: patch-Makefile
	    patch-benchmarks_gabriel_run.sh

Log Message:
Import chibi-scheme-0.7.3 as wip/chibi-scheme.

Chibi-Scheme is a very small library intended for use as an extension
and scripting language in C programs.  In addition to support for
lightweight VM-based threads, each VM itself runs in an isolated heap
allowing multiple VMs to run simultaneously in different OS threads.

The default repl language contains all bindings from R7RS small,
available explicitly as the (scheme small) library.

Support for additional languages such as JavaScript, Go, Lua and Bash
are planned for future releases.  Scheme is chosen as a substrate
because its first class continuations and guaranteed tail-call
optimization makes implementing other languages easy.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/chibi-scheme/DESCR wip/chibi-scheme/Makefile \
    wip/chibi-scheme/PLIST wip/chibi-scheme/TODO wip/chibi-scheme/distinfo \
    wip/chibi-scheme/patches/patch-Makefile \
    wip/chibi-scheme/patches/patch-benchmarks_gabriel_run.sh

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/TODO?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/distinfo?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/patches/patch-Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chibi-scheme/patches/patch-benchmarks_gabriel_run.sh?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index