add module contrib with some helpers
authorDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 11:10:59 +0000 (19:10 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 11:10:59 +0000 (19:10 +0800)
commitec48feec378b41aec6ac2eb9b14da36d1148b301
treee2db73051a7b6fb224126e6a25b22328c1f2f2a6
parent4998fbce6f11a2f74aa1354c5a89f75a72e66963
add module contrib with some helpers

* figl/contrib.scm: New file.
  (memoize): Wrapper to create memoized procedures.
  (string-split): Regexp-enhanced, until Guile core gets one.

* Makefile.am: Update.
Makefile.am
figl/contrib.scm [new file with mode: 0644]