cyclone/scheme
Justin Ethier 19e0346968 Temporary workaround for name conflict
A longer-term solution will need to address cases where a function is defined with the same name as an inlinable function from another library. These are effectively promoted to primitives, which are not renamed by alpha conversion.

A possible workaround might be to allow a global in the module being compiled to "override" a primitive of the same name. TBD
2017-04-27 18:11:57 -04:00
..
cyclone Expose UDF inlines and original symbols 2017-04-24 23:03:09 +00:00
base.sld Temporary workaround for name conflict 2017-04-27 18:11:57 -04:00
case-lambda.sld Added header comment block. 2016-02-14 22:35:04 -05:00
char.sld Use fast version of member 2016-10-15 18:19:18 -04:00
complex.sld Initial file 2016-04-01 03:56:13 -04:00
cxr.sld Add expected definitions 2016-07-29 03:12:44 -04:00
eval.sld Added (imported?) 2017-04-26 17:22:33 -04:00
file.sld Added header comment block. 2016-02-14 22:35:04 -05:00
inexact.sld Inline log and sin 2017-04-17 16:59:53 +00:00
lazy.sld Added header comment block. 2016-02-14 22:35:04 -05:00
load.sld Added header comment block. 2016-02-14 22:35:04 -05:00
process-context.sld WIP for get-environment-variables 2016-09-28 23:55:33 -04:00
read.sld Fix to coerce inf result 2017-02-21 04:32:07 -05:00
time.sld Convert make_int to obj_int2obj 2016-03-20 22:16:45 -04:00
write.sld Added aliases for missing write functions 2016-09-27 18:01:40 -04:00