So the embedded dssl support is awesome, but it's a little cumbersome to have to use a separate SCHEME block for each global definition of mine. Any chance we could get it so that you could define multiple values in one go? As an example:
SCHEME """ (define make-map (make-fun "map")) (define make-map (make-fun "zip")) """; instead of this: SCHEME """ (define make-map (make-fun "map")) """; SCHEME """ (define make-map (make-fun "zip")) """; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language