pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-husk-scheme



Module name:    wip
Committed by:   szptvlfn
Date:           Thu Jan  9 09:36:45 UTC 2014

Added Files:
        wip/hs-husk-scheme: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import husk-scheme-3.15 as wip/hs-husk-scheme.

Husk is a dialect of Scheme written in Haskell that implements a superset of
the R5RS standard. Advanced features are provided including:

 * First-class continuations of unlimited extent
 * Hygienic macros based on syntax-rules
 * Low-level explicit renaming macros
 * Library syntax from the R7RS standard
 * A foreign function interface (FFI) to Haskell
 * Full numeric tower providing support for real, rational, and complex numbers
 * Proper tail recursion and lexical scoping
 * Read-Eval-Print-Loop (REPL) interpreter, with input driven by Haskeline
   to provide a rich user experience
 * Standard library of Scheme functions, and support for many popular SRFI's

Husk may be used as either a stand-alone interpreter or as an extension language
within a larger Haskell application. By closely following the R5RS standard,
the intent is to develop a Scheme that is as compatible as possible with
other R5RS Schemes. Husk is mature enough for use in production, however
it is not optimized for performance-critical applications.

For documentation and examples,
see http://justinethier.github.io/husk-scheme/documentation.html.
For detailed information on each release,
see http://justinethier.github.io/husk-scheme/news.html.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/hs-husk-scheme/DESCR \
    wip/hs-husk-scheme/Makefile wip/hs-husk-scheme/PLIST \
    wip/hs-husk-scheme/buildlink3.mk wip/hs-husk-scheme/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/buildlink3.mk?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/distinfo?r1=0&r2=1.1

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

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
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