On Sat, Jun 3, 2017 at 5:16 PM, rocketpwr.com <[email protected]> wrote:
> > > $ guile --no-auto-compile > Please use primitive-load instead of using this flag. You want most things compiled. > . > > So what I don't understand, is why does Scheme/Guile bother to compile the > rules at all for this file into byte code if it can execute it without > compilation > Because compiled code runs faster than interpreted code. This is always generically true for any language. Not all languages have interpreters; scheme is so friggingly awesomely simple that writing a scheme interpreter is a homework exercise in comp-sci 102. This is not the case for most languages. > and if compilation takes a really long time due to the n^2 execution > proportion factor. > Because the n^2 is due to a guile bug. Or maybe its a "feature". --linas > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA35S2QVScfQuGx8-_vn32q55Vj%2BwmVOPsexpuc9D0GHnTw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
