sounds like it can be hard to understand the runtime behaviour of
programs from GHC because the reduction strategy might change
depending on how it was compiled through GHC. how do such things fare
in CAL?
thanks.
Tom Davies
unread,
Nov 19, 2009, 4:25:37 PM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAL Language Discussion
I'm sometimes confused by CAL's space behaviour, but I think that's
just me :-) I can control it by adding strictness annotations, and I
don't recall any unexpected behaviour.
The global optimizer performs various transformations -- on the
assumption that these aren't applied in the REPL you might see
different behaviour between the two.